File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
javascript/monaco-json-transform Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @nlighten/monaco-json-transform" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.2.2 " ,
44 "description" : " JSON Transform language tokenizer (and syntax highlight), hover provider and more" ,
55 "main" : " ./dist/index.js" ,
66 "source" : " src/index.ts" ,
4242 "homepage" : " https://github.com/nlighten-oss/json-transform#readme" ,
4343 "peerDependencies" : {
4444 "@nlighten/json-schema-utils" : " ^1.0.3" ,
45- "@nlighten/json-transform-core" : " file://../json-transform-core " ,
45+ "@nlighten/json-transform-core" : " ^1.7.1 " ,
4646 "monaco-editor" : " ^0.51.0"
4747 },
4848 "devDependencies" : {
Original file line number Diff line number Diff line change 77 "private" : true ,
88 "devDependencies" : {
99 "bignumber.js" : " ^9.1.2" ,
10- "@nlighten/json-transform-core" : " file:../javascript/json-transform-core" ,
10+ "@nlighten/json-transform-core" : " file:// ../javascript/json-transform-core" ,
1111 "@types/json-bigint" : " ^1.0.4" ,
1212 "json-bigint" : " ^1.0.0" ,
1313 "lossless-json" : " ^4.0.2" ,
You can’t perform that action at this time.
0 commit comments