mirror of https://github.com/qntm/fastjson
Compare commits
No commits in common. "main" and "v3.0.0" have entirely different histories.
|
@ -11,7 +11,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: ['14.x', '16.x', '18.x', '20.x', '22.x']
|
||||
node-version: ['14.x', '16.x']
|
||||
|
||||
steps:
|
||||
- uses: 'actions/checkout@v2'
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "fastjson",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.0",
|
||||
"description": "A high-performance, standards-compliant JSON serialiser/deserialiser for JavaScript.",
|
||||
"homepage": "https://github.com/qntm/fastjson",
|
||||
"repository": {
|
||||
|
@ -26,9 +26,9 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"benchmark": "^2.1.4",
|
||||
"c8": "^10.1.2",
|
||||
"c8": "^7.10.0",
|
||||
"chance": "^1.1.7",
|
||||
"mocha": "^11.0.0",
|
||||
"standard": "^17.0.0"
|
||||
"mocha": "^9.1.3",
|
||||
"standard": "^16.0.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue