dop-wallet-v6 1.2.18 → 1.2.20

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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dop-wallet-v6",
3
- "version": "1.2.18",
3
+ "version": "1.2.20",
4
4
  "description": "DOP Wallet SDK, compatible with mobile, browser and nodejs environments.",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
@@ -8,6 +8,7 @@
8
8
  "dist/**/*",
9
9
  "patches",
10
10
  "*.js",
11
+ "node_modules/dop-engine-v3/dist/utils/keys-utils.js",
11
12
  "README.md",
12
13
  "node-polyfills/**/*",
13
14
  "metro.config.react-native.example.js",
@@ -31,7 +32,7 @@
31
32
  "eslint": "eslint src/**/* --ext .ts,.tsx --ignore-pattern **/*.graphql --fix",
32
33
  "lint": "npm run check-circular-deps && npm run eslint && npm run tsc && npm run tsc-test",
33
34
  "prepare": "npm run build",
34
- "postinstall": "node postinstall.js && patch-package --error-on-fail",
35
+ "postinstall": "node postinstall.js",
35
36
  "verify-rn-compatibility": "node verify-react-native-compatibility.cjs"
36
37
  },
37
38
  "dependencies": {