Skip to content

Commit 3a6df1d

Browse files
committed
v0.1.1-alpha.0
1 parent 81c13c7 commit 3a6df1d

File tree

8 files changed

+31
-26
lines changed

8 files changed

+31
-26
lines changed

examples/tutorial/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@json-spec/exapmle-turorial",
3-
"version": "0.1.0-SNAPSHOT",
3+
"version": "0.1.1-alpha.0",
44
"private": true,
55
"scripts": {
66
"tut1": "node src/tut1.js"
77
},
88
"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"
1313
}
1414
}

lerna.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.0",
2+
"version": "0.1.1-alpha.0",
33
"npmClient": "npm",
44
"useWorkspaces": true,
55
"command": {
@@ -11,8 +11,14 @@
1111
},
1212
"bootstrap": {
1313
"ignore": "component-*",
14-
"npmClientArgs": ["--no-package-lock"]
14+
"npmClientArgs": [
15+
"--no-package-lock"
16+
]
1517
}
1618
},
17-
"packages": ["lib/*", "specs/*", "examples/*"]
19+
"packages": [
20+
"lib/*",
21+
"specs/*",
22+
"examples/*"
23+
]
1824
}

lib/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@json-spec/core",
3-
"version": "0.1.0-SNAPSHOT",
3+
"version": "0.1.1-alpha.0",
44
"main": "./src/index.js",
55
"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"
88
}
99
}

lib/openapi/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
22
"name": "@json-spec/openapi",
3-
"version": "0.1.0-SNAPSHOT",
3+
"version": "0.1.1-alpha.0",
44
"repository": "github:kawasima/json-spec-openapi",
5-
65
"bin": {
76
"json-spec-server": "./bin/json-spec-server.js",
87
"json-spec-client": "./bin/json-spec-client.js"
98
},
109
"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",
1514
"axios": "^0.18.0",
1615
"body-parser": "^1.18.3",
1716
"express": "^4.16.4",

lib/testcheck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "@json-spec/testcheck",
3-
"version": "0.1.0-SNAPSHOT",
3+
"version": "0.1.1-alpha.0",
44
"main": "./src/index.js"
55
}

specs/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@json-spec/spec-basic",
3-
"version": "0.1.0-SNAPSHOT",
3+
"version": "0.1.1-alpha.0",
44
"main": "./src/index.js",
55
"dependencies": {
6-
"@json-spec/core": "^0.1.0-SNAPSHOT"
6+
"@json-spec/core": "^0.1.1-alpha.0"
77
}
88
}

specs/profiles/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@json-spec/spec-profiles",
3-
"version": "0.1.0-SNAPSHOT",
3+
"version": "0.1.1-alpha.0",
44
"main": "./src/index.js",
55
"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",
88
"faker": "^4.1.0"
99
}
1010
}

specs/range/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@json-spec/spec-range",
3-
"version": "0.1.0-SNAPSHOT",
3+
"version": "0.1.1-alpha.0",
44
"main": "./src/index.js",
55
"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"
88
}
99
}

0 commit comments

Comments
 (0)