reef-knot 1.14.0 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export * as ConnectWalletModal from './packages/connect-wallet-modal';
|
|
2
2
|
export * as Web3React from './packages/web3-react';
|
|
3
3
|
export * as UIReact from './packages/ui-react';
|
|
4
|
-
export * as WalletsIcons from './packages/wallets-icons';
|
|
5
4
|
export * as CoreReact from './packages/core-react';
|
|
6
5
|
export * as WalletsList from './packages/wallets';
|
|
7
6
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,iCAAiC,CAAC;AACtE,OAAO,KAAK,SAAS,MAAM,uBAAuB,CAAC;AACnD,OAAO,KAAK,OAAO,MAAM,qBAAqB,CAAC;AAC/C,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,kBAAkB,MAAM,iCAAiC,CAAC;AACtE,OAAO,KAAK,SAAS,MAAM,uBAAuB,CAAC;AACnD,OAAO,KAAK,OAAO,MAAM,qBAAqB,CAAC;AAC/C,OAAO,KAAK,SAAS,MAAM,uBAAuB,CAAC;AACnD,OAAO,KAAK,WAAW,MAAM,oBAAoB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -4,8 +4,6 @@ import * as web3React from './packages/web3-react.js';
|
|
|
4
4
|
export { web3React as Web3React };
|
|
5
5
|
import * as uiReact from './packages/ui-react.js';
|
|
6
6
|
export { uiReact as UIReact };
|
|
7
|
-
import * as walletsIcons from './packages/wallets-icons.js';
|
|
8
|
-
export { walletsIcons as WalletsIcons };
|
|
9
7
|
import * as coreReact from './packages/core-react.js';
|
|
10
8
|
export { coreReact as CoreReact };
|
|
11
9
|
import * as wallets from './packages/wallets.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reef-knot",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -41,12 +41,11 @@
|
|
|
41
41
|
"lint": "eslint --ext ts,tsx,js,mjs ."
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@reef-knot/connect-wallet-modal": "1.
|
|
45
|
-
"@reef-knot/core-react": "1.8.
|
|
46
|
-
"@reef-knot/web3-react": "1.
|
|
47
|
-
"@reef-knot/ui-react": "1.0.
|
|
48
|
-
"@reef-knot/wallets-
|
|
49
|
-
"@reef-knot/wallets-list": "1.10.0",
|
|
44
|
+
"@reef-knot/connect-wallet-modal": "1.17.0",
|
|
45
|
+
"@reef-knot/core-react": "1.8.1",
|
|
46
|
+
"@reef-knot/web3-react": "1.13.0",
|
|
47
|
+
"@reef-knot/ui-react": "1.0.8",
|
|
48
|
+
"@reef-knot/wallets-list": "1.11.0",
|
|
50
49
|
"@reef-knot/wallets-helpers": "1.1.5",
|
|
51
50
|
"@reef-knot/types": "1.4.0",
|
|
52
51
|
"@reef-knot/ledger-connector": "2.0.0"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wallets-icons.d.ts","sourceRoot":"","sources":["../../src/packages/wallets-icons.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
|