File tree 4 files changed +5
-8
lines changed
4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
- import { Plugin } from '@ jsonic/jsonic-next ' ;
1
+ import { Plugin } from 'jsonic' ;
2
2
type ArgsOptions = {
3
3
command : CommandSpec [ ] ;
4
4
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsonic/args" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " This plugin allows the [Jsonic](https://jsonic.senecajs.org) JSON parser to parse REPL and command line arguments." ,
5
5
"main" : " dist/args.js" ,
6
6
"type" : " commonjs" ,
41
41
],
42
42
"devDependencies" : {
43
43
"@jsonic/doc" : " ^0.0.9" ,
44
- "@jsonic/jsonic-next" : " >=2.14.0" ,
45
44
"@types/jest" : " ^29.5.14" ,
46
- "browserify" : " ^17.0.1" ,
47
45
"es-jest" : " ^2.1.0" ,
48
46
"esbuild" : " ^0.24.0" ,
49
47
"jest" : " ^29.7.0" ,
50
48
"prettier" : " ^3.3.3" ,
51
- "tinyify" : " ^4.0.0" ,
52
49
"typescript" : " ^5.6.3"
53
50
},
54
51
"peerDependencies" : {
55
- "@ jsonic/jsonic-next " : " >=2.14.0 "
52
+ "jsonic" : " >=2.15.2 "
56
53
},
57
54
"dependencies" : {
58
55
"gubu" : " ^8.3.0" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {
11
11
Options ,
12
12
Lex ,
13
13
AltSpec ,
14
- } from '@ jsonic/jsonic-next '
14
+ } from 'jsonic'
15
15
16
16
import { Patrun } from 'patrun'
17
17
import { Gubu , GubuShape } from 'gubu'
Original file line number Diff line number Diff line change 2
2
3
3
import Util from 'util'
4
4
5
- import { Jsonic } from '@ jsonic/jsonic-next '
5
+ import { Jsonic } from 'jsonic'
6
6
import { Args } from '..'
7
7
8
8
describe ( 'args' , ( ) => {
You can’t perform that action at this time.
0 commit comments