@pezkuwi/hw-ledger 14.0.11 → 14.0.13

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/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "author": "Pezkuwi Team <team@pezkuwichain.app>",
2
+ "author": "Dijital Kurdistan Tech Institute <dev@pezkuwichain.io>",
3
3
  "bugs": "https://github.com/pezkuwichain/pezkuwi-common/issues",
4
4
  "engines": {
5
5
  "node": ">=18"
@@ -17,13 +17,11 @@
17
17
  "./cjs/packageDetect.js"
18
18
  ],
19
19
  "type": "module",
20
- "version": "14.0.11",
20
+ "types": "./index.d.ts",
21
+ "version": "14.0.13",
21
22
  "main": "./cjs/index.js",
22
23
  "module": "./index.js",
23
- "types": "./index.d.ts",
24
24
  "exports": {
25
- "./cjs/package.json": "./cjs/package.json",
26
- "./cjs/*": "./cjs/*.js",
27
25
  ".": {
28
26
  "module": {
29
27
  "types": "./index.d.ts",
@@ -52,6 +50,8 @@
52
50
  "default": "./bundle.js"
53
51
  }
54
52
  },
53
+ "./cjs/*": "./cjs/*.js",
54
+ "./cjs/package.json": "./cjs/package.json",
55
55
  "./constants": {
56
56
  "module": {
57
57
  "types": "./constants.d.ts",
@@ -126,7 +126,7 @@
126
126
  "default": "./packageDetect.js"
127
127
  }
128
128
  },
129
- "./packageInfo.js": {
129
+ "./packageInfo": {
130
130
  "module": {
131
131
  "types": "./packageInfo.d.ts",
132
132
  "default": "./packageInfo.js"
@@ -140,7 +140,7 @@
140
140
  "default": "./packageInfo.js"
141
141
  }
142
142
  },
143
- "./packageInfo": {
143
+ "./packageInfo.js": {
144
144
  "module": {
145
145
  "types": "./packageInfo.d.ts",
146
146
  "default": "./packageInfo.js"
@@ -170,8 +170,8 @@
170
170
  }
171
171
  },
172
172
  "dependencies": {
173
- "@pezkuwi/hw-ledger-transports": "14.0.11",
174
- "@pezkuwi/util": "14.0.11",
173
+ "@pezkuwi/hw-ledger-transports": "14.0.12",
174
+ "@pezkuwi/util": "14.0.12",
175
175
  "@zondax/ledger-substrate": "1.1.1",
176
176
  "tslib": "^2.8.0"
177
177
  }
@@ -3,4 +3,4 @@
3
3
 
4
4
  // Do not edit, auto-generated by @pezkuwi/dev
5
5
 
6
- export const packageInfo = { name: '@pezkuwi/hw-ledger', path: 'auto', type: 'auto', version: '14.0.10' };
6
+ export const packageInfo = { name: '@pezkuwi/hw-ledger', path: 'auto', type: 'auto', version: '14.0.13' };