Skip to content

Commit 822eebd

Browse files
Merge pull request BitGo#43 from bitgopatmcl/fix-local-pkg-versions
Fix local pkg versions
2 parents 914e9a1 + 6a1c0ee commit 822eebd

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/express-wrapper/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api-ts/express-wrapper",
3-
"version": "*",
3+
"version": "0.0.0-semantically-released",
44
"description": "Implement an HTTP specification with Express",
55
"author": "Eric Crosson <[email protected]>",
66
"license": "Apache-2.0",
@@ -15,13 +15,13 @@
1515
"test": "ava"
1616
},
1717
"dependencies": {
18-
"@api-ts/io-ts-http": "*",
18+
"@api-ts/io-ts-http": "0.0.0-semantically-released",
1919
"express": "4.17.2",
2020
"fp-ts": "2.11.8",
2121
"io-ts": "2.2.16"
2222
},
2323
"devDependencies": {
24-
"@api-ts/superagent-wrapper": "*",
24+
"@api-ts/superagent-wrapper": "0.0.0-semantically-released",
2525
"@ava/typescript": "3.0.1",
2626
"@types/express": "4.17.13",
2727
"@types/node": "16.11.7",

packages/io-ts-http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api-ts/io-ts-http",
3-
"version": "*",
3+
"version": "0.0.0-semantically-released",
44
"description": "Types for (de)serializing HTTP requests from both the client and server side",
55
"author": "Patrick McLaughlin <[email protected]>",
66
"license": "Apache-2.0",
@@ -17,7 +17,7 @@
1717
"test": "nyc --reporter=lcov --reporter=text --reporter=json-summary mocha test/**/*.test.ts --require ts-node/register --exit"
1818
},
1919
"dependencies": {
20-
"@api-ts/response": "*",
20+
"@api-ts/response": "0.0.0-semantically-released",
2121
"fp-ts": "2.11.8",
2222
"io-ts": "2.2.16",
2323
"io-ts-types": "0.5.16",

packages/openapi-generator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api-ts/openapi-generator",
3-
"version": "*",
3+
"version": "0.0.0-semantically-released",
44
"description": "Generate an OpenAPI specification from an io-ts-http contract",
55
"author": "Patrick McLaughlin <[email protected]>",
66
"license": "Apache-2.0",
@@ -18,7 +18,7 @@
1818
"test": "ava test/test-corpus.ts"
1919
},
2020
"dependencies": {
21-
"@api-ts/io-ts-http": "*",
21+
"@api-ts/io-ts-http": "0.0.0-semantically-released",
2222
"cmd-ts": "0.10.0",
2323
"comment-parser": "1.3.1",
2424
"fp-ts": "2.11.8",

packages/response/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api-ts/response",
3-
"version": "*",
3+
"version": "0.0.0-semantically-released",
44
"description": "Types for representing responses",
55
"author": "Patrick McLaughlin <[email protected]>",
66
"license": "Apache-2.0",

packages/superagent-wrapper/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@api-ts/superagent-wrapper",
3-
"version": "*",
3+
"version": "0.0.0-semantically-released",
44
"description": "Make type-safe HTTP requests with superagent",
55
"author": "Patrick McLaughlin <[email protected]>",
66
"license": "Apache-2.0",
@@ -15,7 +15,7 @@
1515
"test": "nyc --reporter=lcov --reporter=text --reporter=json-summary mocha test/**/*.test.ts --require ts-node/register --exit"
1616
},
1717
"dependencies": {
18-
"@api-ts/io-ts-http": "*",
18+
"@api-ts/io-ts-http": "0.0.0-semantically-released",
1919
"fp-ts": "2.11.8",
2020
"io-ts": "2.2.16",
2121
"superagent": "3.8.3",

0 commit comments

Comments
 (0)