File tree 8 files changed +31
-26
lines changed
8 files changed +31
-26
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @json-spec/exapmle-turorial" ,
3
- "version" : " 0.1.0-SNAPSHOT " ,
3
+ "version" : " 0.1.1-alpha.0 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"tut1" : " node src/tut1.js"
7
7
},
8
8
"dependencies" : {
9
- "@json-spec/core" : " 0.1.0-SNAPSHOT " ,
10
- "@json-spec/spec-basic" : " 0.1.0-SNAPSHOT " ,
11
- "@json-spec/spec-range " : " 0.1.0-SNAPSHOT " ,
12
- "@json-spec/spec-profiles " : " 0.1.0-SNAPSHOT "
9
+ "@json-spec/core" : " ^ 0.1.1-alpha.0 " ,
10
+ "@json-spec/spec-basic" : " ^ 0.1.1-alpha.0 " ,
11
+ "@json-spec/spec-profiles " : " ^ 0.1.1-alpha.0 " ,
12
+ "@json-spec/spec-range " : " ^ 0.1.1-alpha.0 "
13
13
}
14
14
}
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.1.0" ,
2
+ "version" : " 0.1.1-alpha. 0" ,
3
3
"npmClient" : " npm" ,
4
4
"useWorkspaces" : true ,
5
5
"command" : {
11
11
},
12
12
"bootstrap" : {
13
13
"ignore" : " component-*" ,
14
- "npmClientArgs" : [" --no-package-lock" ]
14
+ "npmClientArgs" : [
15
+ " --no-package-lock"
16
+ ]
15
17
}
16
18
},
17
- "packages" : [" lib/*" , " specs/*" , " examples/*" ]
19
+ "packages" : [
20
+ " lib/*" ,
21
+ " specs/*" ,
22
+ " examples/*"
23
+ ]
18
24
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @json-spec/core" ,
3
- "version" : " 0.1.0-SNAPSHOT " ,
3
+ "version" : " 0.1.1-alpha.0 " ,
4
4
"main" : " ./src/index.js" ,
5
5
"dependencies" : {
6
- "n64 " : " ^0.2.1 " ,
7
- "@json-spec/testcheck " : " ^0.1.0-SNAPSHOT "
6
+ "@json-spec/testcheck " : " ^0.1.1-alpha.0 " ,
7
+ "n64 " : " ^0.2.1 "
8
8
}
9
9
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @json-spec/openapi" ,
3
- "version" : " 0.1.0-SNAPSHOT " ,
3
+ "version" : " 0.1.1-alpha.0 " ,
4
4
"repository" : " github:kawasima/json-spec-openapi" ,
5
-
6
5
"bin" : {
7
6
"json-spec-server" : " ./bin/json-spec-server.js" ,
8
7
"json-spec-client" : " ./bin/json-spec-client.js"
9
8
},
10
9
"dependencies" : {
11
- "@json-spec/core" : " 0.1.0-SNAPSHOT " ,
12
- "@json-spec/spec-basic" : " 0.1.0-SNAPSHOT " ,
13
- "@json-spec/spec-profiles" : " 0.1.0-SNAPSHOT " ,
14
- "@json-spec/spec-range" : " 0.1.0-SNAPSHOT " ,
10
+ "@json-spec/core" : " ^ 0.1.1-alpha.0 " ,
11
+ "@json-spec/spec-basic" : " ^ 0.1.1-alpha.0 " ,
12
+ "@json-spec/spec-profiles" : " ^ 0.1.1-alpha.0 " ,
13
+ "@json-spec/spec-range" : " ^ 0.1.1-alpha.0 " ,
15
14
"axios" : " ^0.18.0" ,
16
15
"body-parser" : " ^1.18.3" ,
17
16
"express" : " ^4.16.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @json-spec/testcheck" ,
3
- "version" : " 0.1.0-SNAPSHOT " ,
3
+ "version" : " 0.1.1-alpha.0 " ,
4
4
"main" : " ./src/index.js"
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @json-spec/spec-basic" ,
3
- "version" : " 0.1.0-SNAPSHOT " ,
3
+ "version" : " 0.1.1-alpha.0 " ,
4
4
"main" : " ./src/index.js" ,
5
5
"dependencies" : {
6
- "@json-spec/core" : " ^0.1.0-SNAPSHOT "
6
+ "@json-spec/core" : " ^0.1.1-alpha.0 "
7
7
}
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @json-spec/spec-profiles" ,
3
- "version" : " 0.1.0-SNAPSHOT " ,
3
+ "version" : " 0.1.1-alpha.0 " ,
4
4
"main" : " ./src/index.js" ,
5
5
"dependencies" : {
6
- "@json-spec/core" : " ^0.1.0-SNAPSHOT " ,
7
- "@json-spec/spec-basic" : " ^0.1.0-SNAPSHOT " ,
6
+ "@json-spec/core" : " ^0.1.1-alpha.0 " ,
7
+ "@json-spec/spec-basic" : " ^0.1.1-alpha.0 " ,
8
8
"faker" : " ^4.1.0"
9
9
}
10
10
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @json-spec/spec-range" ,
3
- "version" : " 0.1.0-SNAPSHOT " ,
3
+ "version" : " 0.1.1-alpha.0 " ,
4
4
"main" : " ./src/index.js" ,
5
5
"dependencies" : {
6
- "@json-spec/core" : " 0.1.0-SNAPSHOT " ,
7
- "@json-spec/spec-basic" : " 0.1.0-SNAPSHOT "
6
+ "@json-spec/core" : " ^ 0.1.1-alpha.0 " ,
7
+ "@json-spec/spec-basic" : " ^ 0.1.1-alpha.0 "
8
8
}
9
9
}
You can’t perform that action at this time.
0 commit comments