Skip to content

Commit 0ac8df8

Browse files
author
kawasima
committed
v0.1.12
1 parent 0cb1ce9 commit 0ac8df8

15 files changed

+32
-32
lines changed

examples/tutorial/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/tutorial/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@json-spec/exapmle-turorial",
3-
"version": "0.1.10",
3+
"version": "0.1.12",
44
"private": true,
55
"scripts": {
66
"tut1": "node src/tut1.js",
77
"repl": "node -i"
88
},
99
"dependencies": {
10-
"@json-spec/core": "^0.1.10",
11-
"@json-spec/jest-matcher": "^0.1.10",
12-
"@json-spec/spec-basic": "^0.1.10",
13-
"@json-spec/spec-profiles": "^0.1.10",
14-
"@json-spec/spec-range": "^0.1.10"
10+
"@json-spec/core": "^0.1.12",
11+
"@json-spec/jest-matcher": "^0.1.12",
12+
"@json-spec/spec-basic": "^0.1.12",
13+
"@json-spec/spec-profiles": "^0.1.12",
14+
"@json-spec/spec-range": "^0.1.12"
1515
}
1616
}

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.11",
2+
"version": "0.1.12",
33
"npmClient": "npm",
44
"command": {
55
"publish": {

lib/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@json-spec/core",
3-
"version": "0.1.10",
3+
"version": "0.1.12",
44
"main": "./src/index.js",
55
"scripts": {
66
"test": "jest"

lib/jest-matcher/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/jest-matcher/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@json-spec/jest-matcher",
3-
"version": "0.1.10",
3+
"version": "0.1.12",
44
"repository": "github:kawasima/json-spec",
55
"scripts": {
66
"test": "jest",
@@ -12,11 +12,11 @@
1212
},
1313
"main": "./src/index.js",
1414
"dependencies": {
15-
"@json-spec/core": "^0.1.10",
15+
"@json-spec/core": "^0.1.12",
1616
"jest-matcher-utils": "^26.6.2"
1717
},
1818
"devDependencies": {
19-
"@json-spec/spec-basic": "^0.1.10",
19+
"@json-spec/spec-basic": "^0.1.12",
2020
"jest": "^26.6.3"
2121
}
2222
}

lib/openapi/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/openapi/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@json-spec/openapi",
3-
"version": "0.1.10",
3+
"version": "0.1.12",
44
"repository": "github:kawasima/json-spec-openapi",
55
"bin": {
66
"json-spec-server": "./bin/server.js",
@@ -16,10 +16,10 @@
1616
"access": "public"
1717
},
1818
"dependencies": {
19-
"@json-spec/core": "^0.1.10",
20-
"@json-spec/spec-basic": "^0.1.10",
21-
"@json-spec/spec-profiles": "^0.1.10",
22-
"@json-spec/spec-range": "^0.1.10",
19+
"@json-spec/core": "^0.1.12",
20+
"@json-spec/spec-basic": "^0.1.12",
21+
"@json-spec/spec-profiles": "^0.1.12",
22+
"@json-spec/spec-range": "^0.1.12",
2323
"axios": "^0.21.1",
2424
"body-parser": "^1.19.0",
2525
"colo": "^1.0.0",

specs/basic/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specs/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@json-spec/spec-basic",
3-
"version": "0.1.10",
3+
"version": "0.1.12",
44
"main": "./src/index.js",
55
"scripts": {
66
"test": "jest"
@@ -9,7 +9,7 @@
99
"access": "public"
1010
},
1111
"dependencies": {
12-
"@json-spec/core": "^0.1.10"
12+
"@json-spec/core": "^0.1.12"
1313
},
1414
"devDependencies": {
1515
"jest": "^26.6.3"

specs/profiles/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specs/profiles/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@json-spec/spec-profiles",
3-
"version": "0.1.10",
3+
"version": "0.1.12",
44
"main": "./src/index.js",
55
"scripts": {
66
"test": "jest"
@@ -9,9 +9,9 @@
99
"access": "public"
1010
},
1111
"dependencies": {
12-
"@json-spec/core": "^0.1.10",
13-
"@json-spec/spec-basic": "^0.1.10",
14-
"@json-spec/spec-range": "^0.1.10",
12+
"@json-spec/core": "^0.1.12",
13+
"@json-spec/spec-basic": "^0.1.12",
14+
"@json-spec/spec-range": "^0.1.12",
1515
"faker": "^5.4.0"
1616
},
1717
"devDependencies": {

specs/range/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specs/range/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@json-spec/spec-range",
3-
"version": "0.1.10",
3+
"version": "0.1.12",
44
"main": "./src/index.js",
55
"publishConfig": {
66
"access": "public"
77
},
88
"dependencies": {
9-
"@json-spec/core": "^0.1.10",
10-
"@json-spec/spec-basic": "^0.1.10"
9+
"@json-spec/core": "^0.1.12",
10+
"@json-spec/spec-basic": "^0.1.12"
1111
},
1212
"devDependencies": {
1313
"jest": "^26.6.3"

0 commit comments

Comments
 (0)