reef-knot 0.0.1 → 0.1.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.
@@ -1,7 +1,7 @@
1
1
  $ rollup -c
2
2
  
3
3
  ./src/index → dist/cjs, dist/esm...
4
- (node:2297) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at /home/runner/work/reef-knot/reef-knot/node_modules/tslib/package.json.
4
+ (node:2218) [DEP0148] DeprecationWarning: Use of deprecated folder mapping "./" in the "exports" field module resolution of the package at /home/runner/work/reef-knot/reef-knot/node_modules/tslib/package.json.
5
5
  Update this package.json to use a subpath pattern like "./*".
6
6
  (Use `node --trace-deprecation ...` to show where the warning was created)
7
- created dist/cjs, dist/esm in 5.6s
7
+ created dist/cjs, dist/esm in 3.9s
package/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ # reef-knot
2
+
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Support Trust Wallet browser extension
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @reef-knot/connect-wallet-modal@1.0.0
13
+ - @reef-knot/web3-react@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reef-knot",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",