-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/config", | ||
"version": "1.0.2-alpha.0", | ||
"version": "1.0.2", | ||
"description": "Config for FCL-JS", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -34,6 +34,6 @@ | |
"start": "microbundle watch --no-compress" | ||
}, | ||
"dependencies": { | ||
"@onflow/util-actor": "^1.1.0-alpha.0" | ||
"@onflow/util-actor": "^1.1.0" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/fcl", | ||
"version": "1.1.0-alpha.2", | ||
"version": "1.1.0", | ||
"description": "Flow Client Library", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -41,16 +41,16 @@ | |
"start": "microbundle watch --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version --no-compress" | ||
}, | ||
"dependencies": { | ||
"@onflow/config": "^1.0.2-alpha.0", | ||
"@onflow/config": "^1.0.2", | ||
"@onflow/interaction": "0.0.11", | ||
"@onflow/rlp": "^1.0.1", | ||
"@onflow/sdk": "^1.1.0-alpha.3", | ||
"@onflow/types": "^1.0.2-alpha.0", | ||
"@onflow/util-actor": "^1.1.0-alpha.0", | ||
"@onflow/sdk": "^1.1.0", | ||
"@onflow/types": "^1.0.2", | ||
"@onflow/util-actor": "^1.1.0", | ||
"@onflow/util-address": "^1.0.1", | ||
"@onflow/util-invariant": "^1.0.1", | ||
"@onflow/util-logger": "^1.1.0-alpha.2", | ||
"@onflow/util-template": "^1.0.2-alpha.0", | ||
"@onflow/util-logger": "^1.1.0", | ||
"@onflow/util-template": "^1.0.2", | ||
"@onflow/util-uid": "^1.0.1" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/protobuf", | ||
"version": "1.1.0-alpha.0", | ||
"version": "1.1.0", | ||
"description": "Access Node Protobuf", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/sdk", | ||
"version": "1.1.0-alpha.4", | ||
"version": "1.1.0", | ||
"description": "Flow SDK", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -39,14 +39,14 @@ | |
"start": "microbundle --no-compress --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version watch" | ||
}, | ||
"dependencies": { | ||
"@onflow/config": "^1.0.2-alpha.0", | ||
"@onflow/config": "^1.0.2", | ||
"@onflow/rlp": "^1.0.1", | ||
"@onflow/transport-http": "^1.3.0-alpha.3", | ||
"@onflow/util-actor": "^1.1.0-alpha.0", | ||
"@onflow/transport-http": "^1.3.0", | ||
"@onflow/util-actor": "^1.1.0", | ||
"@onflow/util-address": "^1.0.1", | ||
"@onflow/util-invariant": "^1.0.1", | ||
"@onflow/util-logger": "^1.1.0-alpha.2", | ||
"@onflow/util-template": "^1.0.2-alpha.0", | ||
"@onflow/util-logger": "^1.1.0", | ||
"@onflow/util-template": "^1.0.2", | ||
"deepmerge": "^4.2.2", | ||
"sha3": "^2.1.4" | ||
} | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/transport-grpc", | ||
"version": "1.1.0-alpha.1", | ||
"version": "1.1.0", | ||
"description": "Flow SDK GRPC Transport Module", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -37,10 +37,10 @@ | |
"dependencies": { | ||
"@improbable-eng/grpc-web": "^0.14.0", | ||
"@improbable-eng/grpc-web-node-http-transport": "^0.14.0", | ||
"@onflow/protobuf": "^1.1.0-alpha.0", | ||
"@onflow/protobuf": "^1.1.0", | ||
"@onflow/rlp": "^1.0.1", | ||
"@onflow/util-address": "^1.0.1", | ||
"@onflow/util-invariant": "^1.0.1", | ||
"@onflow/util-template": "^1.0.2-alpha.0" | ||
"@onflow/util-template": "^1.0.2" | ||
} | ||
} |