Compare commits

..

No commits in common. "main" and "v3.0.0" have entirely different histories.
main ... v3.0.0

3 changed files with 1339 additions and 1205 deletions

View File

@ -11,7 +11,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: ['14.x', '16.x', '18.x', '20.x', '22.x'] node-version: ['14.x', '16.x']
steps: steps:
- uses: 'actions/checkout@v2' - uses: 'actions/checkout@v2'

2516
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "fastjson", "name": "fastjson",
"version": "3.0.1", "version": "3.0.0",
"description": "A high-performance, standards-compliant JSON serialiser/deserialiser for JavaScript.", "description": "A high-performance, standards-compliant JSON serialiser/deserialiser for JavaScript.",
"homepage": "https://github.com/qntm/fastjson", "homepage": "https://github.com/qntm/fastjson",
"repository": { "repository": {
@ -26,9 +26,9 @@
}, },
"devDependencies": { "devDependencies": {
"benchmark": "^2.1.4", "benchmark": "^2.1.4",
"c8": "^10.1.2", "c8": "^7.10.0",
"chance": "^1.1.7", "chance": "^1.1.7",
"mocha": "^11.0.0", "mocha": "^9.1.3",
"standard": "^17.0.0" "standard": "^16.0.3"
} }
} }