Skip to content

Commit 5318e84

Browse files
committed
release alpha
1 parent 3a6df1d commit 5318e84

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

lib/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"dependencies": {
66
"@json-spec/testcheck": "^0.1.1-alpha.0",
77
"n64": "^0.2.1"
8-
}
8+
},
9+
"gitHead": "3a6df1d730449208b7db3816fb1db26cd672228c"
910
}

lib/openapi/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@json-spec/openapi",
3-
"version": "0.1.1-alpha.0",
3+
"version": "0.1.1-alpha.1",
44
"repository": "github:kawasima/json-spec-openapi",
55
"bin": {
6-
"json-spec-server": "./bin/json-spec-server.js",
7-
"json-spec-client": "./bin/json-spec-client.js"
6+
"json-spec-server": "./bin/server.js",
7+
"json-spec-client": "./bin/client.js"
88
},
99
"dependencies": {
1010
"@json-spec/core": "^0.1.1-alpha.0",
@@ -16,5 +16,6 @@
1616
"express": "^4.16.4",
1717
"swagger-parser": "^6.0.2",
1818
"yargs": "^12.0.5"
19-
}
19+
},
20+
"gitHead": "3a6df1d730449208b7db3816fb1db26cd672228c"
2021
}

lib/testcheck/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@json-spec/testcheck",
33
"version": "0.1.1-alpha.0",
4-
"main": "./src/index.js"
4+
"main": "./src/index.js",
5+
"gitHead": "3a6df1d730449208b7db3816fb1db26cd672228c"
56
}

specs/basic/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"main": "./src/index.js",
55
"dependencies": {
66
"@json-spec/core": "^0.1.1-alpha.0"
7-
}
7+
},
8+
"gitHead": "3a6df1d730449208b7db3816fb1db26cd672228c"
89
}

specs/profiles/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
"@json-spec/core": "^0.1.1-alpha.0",
77
"@json-spec/spec-basic": "^0.1.1-alpha.0",
88
"faker": "^4.1.0"
9-
}
9+
},
10+
"gitHead": "3a6df1d730449208b7db3816fb1db26cd672228c"
1011
}

specs/range/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"dependencies": {
66
"@json-spec/core": "^0.1.1-alpha.0",
77
"@json-spec/spec-basic": "^0.1.1-alpha.0"
8-
}
8+
},
9+
"gitHead": "3a6df1d730449208b7db3816fb1db26cd672228c"
910
}

0 commit comments

Comments
 (0)