Skip to content

Commit

Permalink
remove testing from exports (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin authored Apr 29, 2024
1 parent 308033a commit c47aea1
Show file tree
Hide file tree
Showing 30 changed files with 205 additions and 206 deletions.
6 changes: 3 additions & 3 deletions connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-connect",
"version": "0.6.3-beta.1",
"version": "0.6.3-beta.2",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -75,8 +75,8 @@
},
"dependencies": {
"axios": "^1.4.0",
"@wormhole-foundation/sdk-base": "0.6.3-beta.1",
"@wormhole-foundation/sdk-definitions": "0.6.3-beta.1"
"@wormhole-foundation/sdk-base": "0.6.3-beta.2",
"@wormhole-foundation/sdk-definitions": "0.6.3-beta.2"
},
"type": "module"
}
1 change: 0 additions & 1 deletion connect/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ export * as routes from "./routes/index.js";
// Re-export from core packages
export * from "@wormhole-foundation/sdk-base";
export * from "@wormhole-foundation/sdk-definitions";
export * as testing from "@wormhole-foundation/sdk-definitions/testing";
2 changes: 1 addition & 1 deletion core/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-base",
"version": "0.6.3-beta.1",
"version": "0.6.3-beta.2",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down
4 changes: 2 additions & 2 deletions core/definitions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/sdk-definitions",
"version": "0.6.3-beta.1",
"version": "0.6.3-beta.2",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -66,7 +66,7 @@
"dependencies": {
"@noble/hashes": "^1.3.1",
"@noble/curves": "^1.4.0",
"@wormhole-foundation/sdk-base": "0.6.3-beta.1"
"@wormhole-foundation/sdk-base": "0.6.3-beta.2"
},
"type": "module"
}
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/connect-sdk-examples",
"version": "0.6.3-beta.1",
"version": "0.6.3-beta.2",
"repository": {
"type": "git",
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
Expand Down Expand Up @@ -51,6 +51,6 @@
"tsx": "^4.7.0"
},
"dependencies": {
"@wormhole-foundation/sdk": "0.6.3-beta.1"
"@wormhole-foundation/sdk": "0.6.3-beta.2"
}
}
Loading

0 comments on commit c47aea1

Please sign in to comment.