Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Update package versions for first public Filecoin release #891

Merged
merged 2 commits into from
Mar 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/chains/filecoin/filecoin/npm-shrinkwrap.json

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

4 changes: 2 additions & 2 deletions src/chains/filecoin/filecoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ganache/filecoin",
"version": "0.1.3",
"version": "0.1.4",
"description": "Ganache's Filecoin client implementation",
"author": "Tim Coulter",
"homepage": "https://github.com/trufflesuite/ganache-core/tree/develop/src/filecoin#readme",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@filecoin-shipyard/lotus-client-provider-browser": "0.0.14",
"@filecoin-shipyard/lotus-client-rpc": "0.2.0",
"@filecoin-shipyard/lotus-client-schema": "2.0.0",
"@ganache/filecoin-options": "0.1.2",
"@ganache/filecoin-options": "0.1.3",
"@ganache/options": "0.1.0",
"@ganache/utils": "0.1.0",
"@trufflesuite/uws-js-unofficial": "18.14.0-unofficial.2",
Expand Down
2 changes: 1 addition & 1 deletion src/chains/filecoin/options/npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion src/chains/filecoin/options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ganache/filecoin-options",
"version": "0.1.2",
"version": "0.1.3",
"description": "",
"author": "Tim Coulter",
"homepage": "https://github.com/trufflesuite/ganache-core/tree/develop/src/chains/filecoin/options#readme",
Expand Down
2 changes: 1 addition & 1 deletion src/chains/filecoin/types/npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion src/chains/filecoin/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ganache/filecoin-types",
"version": "0.1.3",
"version": "0.1.4",
"description": "",
"author": "Tim Coulter",
"homepage": "https://github.com/trufflesuite/ganache-core/tree/develop/src/chains/filecoin/types#readme",
Expand Down
Loading