Skip to content

Commit 145039f

Browse files
committed
v0.3.0-alpha.1
1 parent 96aeeda commit 145039f

7 files changed

Lines changed: 12 additions & 10 deletions

File tree

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2-
"packages": ["packages/*"],
3-
"version": "0.3.0-alpha.0"
2+
"packages": [
3+
"packages/*"
4+
],
5+
"version": "0.3.0-alpha.1"
46
}

packages/rest-ts-axios/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.

packages/rest-ts-axios/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graywolfai/rest-ts-axios",
3-
"version": "0.3.0-alpha.0",
3+
"version": "0.3.0-alpha.1",
44
"description": "",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.es.js",
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/graywolftech/rest-ts#readme",
3535
"dependencies": {
36-
"@graywolfai/rest-ts": "^0.3.0-alpha.0"
36+
"@graywolfai/rest-ts": "^0.3.0-alpha.1"
3737
},
3838
"devDependencies": {
3939
"@rollup/plugin-typescript": "^3.1.1",

packages/rest-ts-express/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.

packages/rest-ts-express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graywolfai/rest-ts-express",
3-
"version": "0.3.0-alpha.0",
3+
"version": "0.3.0-alpha.1",
44
"description": "",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.es.js",
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/graywolftech/rest-ts#readme",
3535
"dependencies": {
36-
"@graywolfai/rest-ts": "^0.3.0-alpha.0",
36+
"@graywolfai/rest-ts": "^0.3.0-alpha.1",
3737
"fp-ts": "^2.6.1",
3838
"io-ts": "^2.2.2"
3939
},

packages/rest-ts/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.

packages/rest-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graywolfai/rest-ts",
3-
"version": "0.3.0-alpha.0",
3+
"version": "0.3.0-alpha.1",
44
"description": "The rest-ts type spec.",
55
"main": "index.js",
66
"module": "index.js",

0 commit comments

Comments
 (0)