Skip to content

Commit

Permalink
v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwartz10 committed Feb 29, 2024
1 parent a75e649 commit 796cbf3
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "3.0.3"
"version": "3.0.4"
}
6 changes: 3 additions & 3 deletions packages/filecoin-actor-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/filecoin-actor-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glif/filecoin-actor-utils",
"version": "3.0.2",
"version": "3.0.4",
"description": "Utilities for retrieving actor codes / names and inspecting actor state and methods",
"main": "./dist/index.js",
"browser": "./lib/index.js",
Expand All @@ -26,7 +26,7 @@
"author": "Infinite Scroll <squad@infinitescroll.org> (https://infinitescroll.org)",
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"@glif/filecoin-address": "^3.0.2",
"@glif/filecoin-address": "^3.0.4",
"@ipld/dag-cbor": "^7.0.3",
"ethers": "^6.10.0",
"lodash.clonedeep": "^4.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/filecoin-address/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/filecoin-address/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glif/filecoin-address",
"version": "3.0.2",
"version": "3.0.4",
"description": "The Filecoin address type",
"main": "./dist/index.js",
"browser": "./lib/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/filecoin-message/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/filecoin-message/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glif/filecoin-message",
"version": "3.0.2",
"version": "3.0.4",
"description": "The Filecoin message type, used to transfer tokens and make state changes.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"author": "Infinite Scroll <squad@infinitescroll.org> (https://infinitescroll.org)",
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"@glif/filecoin-address": "^3.0.2",
"@glif/filecoin-address": "^3.0.4",
"bignumber.js": "^9.0.0",
"multiformats": "^9.6.5",
"uint8arrays": "^3.1.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/filecoin-wallet-provider/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/filecoin-wallet-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glif/filecoin-wallet-provider",
"version": "3.0.3",
"version": "3.0.4",
"description": "a javascript package to send filecoin to addresses",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -23,8 +23,8 @@
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"@chainsafe/filsnap-types": "^2.1.2",
"@glif/filecoin-address": "^3.0.2",
"@glif/filecoin-message": "^3.0.2",
"@glif/filecoin-address": "^3.0.4",
"@glif/filecoin-message": "^3.0.4",
"@glif/filecoin-number": "^3.0.3",
"@glif/filecoin-rpc-client": "^3.0.2",
"@ledgerhq/hw-transport": "^6.27.8",
Expand Down
10 changes: 5 additions & 5 deletions packages/local-managed-provider/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/local-managed-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glif/local-managed-provider",
"version": "3.0.3",
"version": "3.0.4",
"description": "a javascript package to send filecoin to addresses",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -17,9 +17,9 @@
"author": "Infinite Scroll <squad@infinitescroll.org> (https://infinitescroll.org)",
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"@glif/filecoin-address": "^3.0.2",
"@glif/filecoin-message": "^3.0.2",
"@glif/filecoin-wallet-provider": "^3.0.3",
"@glif/filecoin-address": "^3.0.4",
"@glif/filecoin-message": "^3.0.4",
"@glif/filecoin-wallet-provider": "^3.0.4",
"@zondax/filecoin-signing-tools": "^0.18.3",
"bignumber.js": "^9.0.1",
"uint8arrays": "^3.0.0"
Expand Down

0 comments on commit 796cbf3

Please sign in to comment.