reef-knot 0.1.0 → 0.1.1

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: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.
4
+ (node:2114) [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 3.9s
7
+ created dist/cjs, dist/esm in 3.8s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # reef-knot
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Add explanation for Ledger direct connection error
8
+ - Updated dependencies
9
+ - @reef-knot/connect-wallet-modal@0.1.1
10
+
3
11
  ## 0.1.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reef-knot",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",