everything-json
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -40,3 +40,4 @@ { | ||
"rules": { | ||
"@typescript-eslint/ban-ts-comment": "off" | ||
"@typescript-eslint/ban-ts-comment": "off", | ||
"@typescript-eslint/no-explicit-any": "off" | ||
}, | ||
@@ -48,4 +49,12 @@ "extends": [ | ||
] | ||
}, | ||
{ | ||
"files": [ | ||
"*.mjs" | ||
], | ||
"parserOptions": { | ||
"sourceType": "module" | ||
} | ||
} | ||
] | ||
} |
# Changelog | ||
### [1.0.1] 2024-02-14 | ||
- Fix [#70](https://github.com/mmomtchev/everything-json/issues/70), crash when using `.toObjectAsync()` from multiple `worker_thread` | ||
- Update `simdjson` to 3.6.4 | ||
# [1.0.0] 2023-10-30 | ||
@@ -4,0 +9,0 @@ |
@@ -23,3 +23,3 @@ { | ||
"name": "everything-json", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "JSON Async", | ||
@@ -49,17 +49,18 @@ "repository": { | ||
"devDependencies": { | ||
"@octokit/core": "^5.0.1", | ||
"@types/chai": "^4.3.6", | ||
"@types/geojson": "^7946.0.11", | ||
"@types/mocha": "^10.0.2", | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"@typescript-eslint/parser": "^6.7.4", | ||
"@octokit/core": "^5.0.2", | ||
"@types/chai": "^4.3.11", | ||
"@types/geojson": "^7946.0.13", | ||
"@types/mocha": "^10.0.6", | ||
"@typescript-eslint/eslint-plugin": "^6.18.1", | ||
"@typescript-eslint/parser": "^6.18.1", | ||
"benny": "^3.7.1", | ||
"c8": "^8.0.1", | ||
"chai": "^4.3.10", | ||
"c8": "^9.0.0", | ||
"chai": "^4.4.0", | ||
"documentation": "^14.0.2", | ||
"eslint": "^8.50.0", | ||
"eslint": "^8.56.0", | ||
"eslint-plugin-mocha": "^10.2.0", | ||
"mocha": "^10.2.0", | ||
"piscina": "^4.3.1", | ||
"simdjson": "^0.9.2", | ||
"ts-node": "^10.9.1", | ||
"ts-node": "^10.9.2", | ||
"tsconfig-paths": "^4.2.0", | ||
@@ -66,0 +67,0 @@ "yieldable-json": "^2.0.1" |
@@ -7,2 +7,3 @@ { | ||
"target": "ES2015", | ||
"esModuleInterop": true, | ||
"paths": { | ||
@@ -9,0 +10,0 @@ "everything-json": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5668924
27
342
18