-
Notifications
You must be signed in to change notification settings - Fork 117
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.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/config", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0", | ||
"description": "Config for FCL-JS", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -34,6 +34,6 @@ | |
"start": "microbundle watch" | ||
}, | ||
"dependencies": { | ||
"@onflow/util-actor": "^1.0.0-alpha.2" | ||
"@onflow/util-actor": "^1.0.0" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/fcl", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0", | ||
"description": "Flow Client Library", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -41,15 +41,15 @@ | |
"start": "microbundle watch --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version" | ||
}, | ||
"dependencies": { | ||
"@onflow/config": "^1.0.0-alpha.2", | ||
"@onflow/config": "^1.0.0", | ||
"@onflow/interaction": "0.0.11", | ||
"@onflow/rlp": "^1.0.0-alpha.1", | ||
"@onflow/sdk": "^1.0.0-alpha.2", | ||
"@onflow/types": "^1.0.0-alpha.1", | ||
"@onflow/util-actor": "^1.0.0-alpha.2", | ||
"@onflow/util-address": "^1.0.0-alpha.1", | ||
"@onflow/util-invariant": "^1.0.0-alpha.1", | ||
"@onflow/util-template": "^1.0.0-alpha.1", | ||
"@onflow/util-uid": "^1.0.0-alpha.1" | ||
"@onflow/rlp": "^1.0.0", | ||
"@onflow/sdk": "^1.0.0", | ||
"@onflow/types": "^1.0.0", | ||
"@onflow/util-actor": "^1.0.0", | ||
"@onflow/util-address": "^1.0.0", | ||
"@onflow/util-invariant": "^1.0.0", | ||
"@onflow/util-template": "^1.0.0", | ||
"@onflow/util-uid": "^1.0.0" | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/protobuf", | ||
"version": "1.0.0-alpha.0", | ||
"version": "1.0.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/rlp", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0", | ||
"description": "Port of ethereumjs/rlp", | ||
"license": "MPL-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|