sdk/js-proto-* - bump version to 0.0.5 (#1569)
This commit is contained in:
parent
1f518e99ee
commit
a4e395ada7
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@certusone/wormhole-sdk-proto-node",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@certusone/wormhole-sdk-proto-node",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@grpc/grpc-js": "^1.6.7",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "@certusone/wormhole-sdk-proto-node",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "NodeJS client protobuf for interacting with Wormhole",
|
||||
"homepage": "https://wormholenetwork.com",
|
||||
"homepage": "https://wormhole.com",
|
||||
"main": "./lib/cjs/index.js",
|
||||
"module": "./lib/esm/index.js",
|
||||
"files": [
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@certusone/wormhole-sdk-proto-web",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@certusone/wormhole-sdk-proto-web",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@improbable-eng/grpc-web": "^0.15.0",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "@certusone/wormhole-sdk-proto-web",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "Web client protobuf for interacting with Wormhole",
|
||||
"homepage": "https://wormholenetwork.com",
|
||||
"homepage": "https://wormhole.com",
|
||||
"main": "./lib/cjs/index.js",
|
||||
"module": "./lib/esm/index.js",
|
||||
"files": [
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@certusone/wormhole-sdk-wasm",
|
||||
"version": "0.0.1",
|
||||
"description": "WebAssembly libraries for interacting with Wormhole",
|
||||
"homepage": "https://wormholenetwork.com",
|
||||
"homepage": "https://wormhole.com",
|
||||
"main": "./lib/cjs/index.js",
|
||||
"module": "./lib/esm/index.js",
|
||||
"files": [
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@certusone/wormhole-sdk",
|
||||
"version": "0.6.2",
|
||||
"description": "SDK for interacting with Wormhole",
|
||||
"homepage": "https://wormholenetwork.com",
|
||||
"homepage": "https://wormhole.com",
|
||||
"main": "./lib/cjs/index.js",
|
||||
"module": "./lib/esm/index.js",
|
||||
"files": [
|
||||
|
|
Loading…
Reference in New Issue