File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1616 fail-fast : false
1717 matrix :
1818 os : [ubuntu-latest, windows-latest, macos-latest]
19- node-version : [14 .x, 16 .x, 18.x, 20 .x]
19+ node-version : [18 .x, 20 .x, 22 .x]
2020
2121 runs-on : ${{ matrix.os }}
2222
Original file line number Diff line number Diff line change 11{
22 "name" : " @jsonic/directive" ,
3- "version" : " 0.12 .0" ,
3+ "version" : " 1.0 .0" ,
44 "description" : " This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to support directive syntax." ,
55 "main" : " directive.js" ,
66 "type" : " commonjs" ,
7- "browser" : " directive.min.js" ,
87 "types" : " directive.d.ts" ,
98 "homepage" : " https://github.com/jsonicjs/directive" ,
109 "keywords" : [
2524 "test-watch" : " jest --coverage --watchAll" ,
2625 "watch" : " tsc -w -d" ,
2726 "doc" : " jsonic-doc" ,
28- "build" : " tsc -d && cp directive.js directive.min.js && browserify -o directive.min.js -e directive.js -s @JsonicDirective -im -i assert -p tinyify " ,
27+ "build" : " tsc -d" ,
2928 "prettier" : " prettier --write --no-semi --single-quote *.ts test/*.js" ,
3029 "clean" : " rm -rf node_modules yarn.lock package-lock.json" ,
3130 "reset" : " npm run clean && npm i && npm run build && npm test" ,
4140 " LICENSE"
4241 ],
4342 "devDependencies" : {
44- "@jsonic/doc" : " ^0.0.8 " ,
43+ "@jsonic/doc" : " ^0.0.9 " ,
4544 "@types/jest" : " ^29.5.14" ,
46- "browserify" : " ^17.0.1" ,
4745 "esbuild" : " ^0.24.0" ,
4846 "es-jest" : " ^2.1.0" ,
4947 "jest" : " ^29.7.0" ,
5048 "prettier" : " ^3.3.3" ,
51- "tinyify" : " ^4.0.0" ,
52- "typescript" : " ^5.6.3" ,
53- "@jsonic/jsonic-next" : " >=2.13.0"
49+ "typescript" : " ^5.6.3"
5450 },
5551 "peerDependencies" : {
56- "@ jsonic/jsonic-next " : " >=2.13.0 "
52+ "jsonic" : " >=2.15.2 "
5753 },
5854 "dependencies" : {}
5955}
You can’t perform that action at this time.
0 commit comments