File tree Expand file tree Collapse file tree 3 files changed +920
-1618
lines changed Expand file tree Collapse file tree 3 files changed +920
-1618
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ targetPath "./dist"
9
9
sourcePaths "./src/native"
10
10
importPaths "./src/native"
11
11
12
- dependency "automem" version="~> 0.6.6 "
12
+ dependency "automem" version="0.6.7 "
13
13
preGenerateCommands "git submodule update --init" # despacer download
14
14
dependency "despacer" path="./src/native/despacer/bindings/d"
15
15
Original file line number Diff line number Diff line change 34
34
"zip" : " zip -9 -j ./dist/minijson-windows-x64.zip ./dist/win32-x64/minijson.exe && zip -9 -j ./dist/minijson-macos-x64.zip ./dist/darwin-x64/minijson && zip -9 -j ./dist/minijson-linux-x64.zip ./dist/linux-x64/minijson" ,
35
35
"prepublishOnly" : " shx rm -rf ./dist/tsconfig.tsbuildinfo ./dist/build.*"
36
36
},
37
+ "dependencies" : {
38
+ "jsonminify" : " ^0.4.2"
39
+ },
37
40
"devDependencies" : {
38
- "@types/jasmine" : " ^3.9.1 " ,
39
- "@types/node" : " 16.9.4 " ,
40
- "eslint-config-atomic" : " ^1.16.2 " ,
41
- "jasmine" : " ^3.9 .0" ,
41
+ "@types/jasmine" : " ^3.10.2 " ,
42
+ "@types/node" : " 17.0.5 " ,
43
+ "eslint-config-atomic" : " ^1.16.5 " ,
44
+ "jasmine" : " ^3.10 .0" ,
42
45
"jasmine-spec-reporter" : " ^7.0.0" ,
43
- "jsonminify" : " ^0.4.1" ,
44
46
"mjs-dirname" : " ^1.0.0" ,
45
- "parcel" : " ^2.0.0-rc.0 " ,
46
- "prettier-config-atomic" : " ^2 .0.5 " ,
47
+ "parcel" : " ^2.0.1 " ,
48
+ "prettier-config-atomic" : " ^3 .0.1 " ,
47
49
"servor" : " ^4.0.2" ,
48
50
"shx" : " 0.3.3" ,
49
51
"strip-json-comments" : " ^4.0.0"
100
102
" rust" ,
101
103
" bandwith"
102
104
]
103
- }
105
+ }
You can’t perform that action at this time.
0 commit comments