Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Commit f008067

Browse files
committed
v2.1.0
1 parent 8f66577 commit f008067

5 files changed

Lines changed: 10 additions & 12 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"npmClient": "yarn",
66
"useWorkspaces": true,
77
"stream": true,
8-
"version": "1.0.0"
8+
"version": "2.1.0"
99
}

packages/adapter/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/filsnap-adapter",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"main": "./build/index.js",
55
"module": "./build/index.js",
66
"types": "./build/index.d.ts",
@@ -18,7 +18,6 @@
1818
"access": "public"
1919
},
2020
"description": "Adapter for installing Filsnap",
21-
"dependencies": {},
2221
"scripts": {
2322
"prebuild": "rm -rf build",
2423
"build": "yarn run build:lib && yarn run build:types",

packages/example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "example",
3-
"version": "0.1.0",
3+
"version": "2.1.0",
44
"private": true,
55
"license": "(Apache-2.0 AND MIT)",
66
"devDependencies": {
77
"eslint-config-react-app": "^6.0.0",
88
"gh-pages": "^3.1.0"
99
},
1010
"dependencies": {
11-
"@chainsafe/filsnap-adapter": "2.0.1",
12-
"@chainsafe/filsnap-types": "2.0.0",
11+
"@chainsafe/filsnap-adapter": "^2.1.0",
12+
"@chainsafe/filsnap-types": "^2.1.0",
1313
"@material-ui/core": "^4.9.7",
1414
"@material-ui/icons": "^4.9.1",
1515
"@material-ui/lab": "latest",

packages/snap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/filsnap",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"license": "(Apache-2.0 AND MIT)",
55
"description": "Filsnap - Metamask snap to interact with Filecoin dapps.",
66
"private": false,
@@ -47,7 +47,7 @@
4747
},
4848
"homepage": "https://github.com/chainsafe/filecoin-metamask-snap#readme",
4949
"devDependencies": {
50-
"@chainsafe/filsnap-types": "2.0.0",
50+
"@chainsafe/filsnap-types": "^2.1.0",
5151
"@metamask/snaps-cli": "^0.7.0",
5252
"@types/bn.js": "^4.11.6",
5353
"@types/chai": "^4.2.10",
@@ -69,8 +69,8 @@
6969
"@filecoin-shipyard/lotus-client-provider-nodejs": "^0.0.5",
7070
"@filecoin-shipyard/lotus-client-rpc": "^0.0.11",
7171
"@filecoin-shipyard/lotus-client-schema": "^0.0.14",
72-
"@metamask/key-tree": "^3.0.1",
7372
"@glif/filecoin-number": "1.1.0",
73+
"@metamask/key-tree": "^3.0.1",
7474
"@zondax/filecoin-signing-tools": "^0.18.3",
7575
"bn.js": "^5.1.2",
7676
"deepmerge": "^4.2.2"

packages/types/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/filsnap-types",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"types": "./index.d.ts",
55
"license": "(Apache-2.0 AND MIT)",
66
"author": "chainsafe <info@chainsafe.io>",
@@ -14,6 +14,5 @@
1414
"metamask",
1515
"snap",
1616
"dapp"
17-
],
18-
"dependencies": {}
17+
]
1918
}

0 commit comments

Comments
 (0)