@streamparser/json
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@streamparser/json", | ||
"description": "Streaming JSON parser in Javascript for Node.js, Deno and the browser", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"main": "./dist/cjs/index.js", | ||
@@ -16,3 +16,3 @@ "module": "./dist/mjs/index.js", | ||
"devDependencies": { | ||
"@types/node": "^17.0.35", | ||
"@types/node": "^18.7.8", | ||
"@types/tap": "^15.0.7", | ||
@@ -26,3 +26,3 @@ "@typescript-eslint/eslint-plugin": "^5.25.0", | ||
"rollup": "^2.74.1", | ||
"rollup-plugin-typescript2": "^0.31.2", | ||
"rollup-plugin-typescript2": "^0.33.0", | ||
"tap": "^16.2.0", | ||
@@ -40,3 +40,3 @@ "ts-node": "^10.7.0", | ||
"build": "npm run build:umd && npm run build:cjs && npm run build:mjs && npm run build:deno", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run build", | ||
"test": "tap --ts --timeout=90 test", | ||
@@ -43,0 +43,0 @@ "test-with-coverage": "tap --ts --coverage-report=text --coverage-report=lcov --timeout=120 test" |
Sorry, the diff of this file is not supported yet
347545
89
8723