@ledgerhq/device-transport-kit-mockserver 0.0.0-develop-20251207001051 → 0.0.0-develop-20251208001044
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/lib/cjs/package.json +1 -1
- package/lib/esm/package.json +1 -1
- package/package.json +6 -6
package/lib/cjs/package.json
CHANGED
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"watch:builds": "pnpm ldmk-tool watch --entryPoints src/index.ts,src/**/*.ts --tsconfig tsconfig.prod.json",
|
|
57
57
|
"watch:types": "concurrently \"tsc --watch -p tsconfig.prod.json\" \"tsc-alias --watch -p tsconfig.prod.json\""
|
|
58
58
|
},
|
|
59
|
-
"version": "0.0.0-develop-
|
|
59
|
+
"version": "0.0.0-develop-20251208001044"
|
|
60
60
|
}
|
package/lib/esm/package.json
CHANGED
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"watch:builds": "pnpm ldmk-tool watch --entryPoints src/index.ts,src/**/*.ts --tsconfig tsconfig.prod.json",
|
|
57
57
|
"watch:types": "concurrently \"tsc --watch -p tsconfig.prod.json\" \"tsc-alias --watch -p tsconfig.prod.json\""
|
|
58
58
|
},
|
|
59
|
-
"version": "0.0.0-develop-
|
|
59
|
+
"version": "0.0.0-develop-20251208001044"
|
|
60
60
|
}
|
package/package.json
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
"devDependencies": {
|
|
7
7
|
"rxjs": "7.8.2",
|
|
8
8
|
"ts-node": "10.9.2",
|
|
9
|
-
"@ledgerhq/device-management-kit": "0.0.0-develop-
|
|
10
|
-
"@ledgerhq/device-mockserver-client": "0.0.0-develop-20251207001051",
|
|
9
|
+
"@ledgerhq/device-management-kit": "0.0.0-develop-20251208001044",
|
|
11
10
|
"@ledgerhq/eslint-config-dsdk": "0.0.2",
|
|
12
11
|
"@ledgerhq/ldmk-tool": "0.0.1",
|
|
12
|
+
"@ledgerhq/device-mockserver-client": "0.0.0-develop-20251208001044",
|
|
13
13
|
"@ledgerhq/tsconfig-dsdk": "1.0.1",
|
|
14
|
-
"@ledgerhq/
|
|
15
|
-
"@ledgerhq/
|
|
14
|
+
"@ledgerhq/prettier-config-dsdk": "0.0.2",
|
|
15
|
+
"@ledgerhq/vitest-config-dmk": "0.0.0"
|
|
16
16
|
},
|
|
17
17
|
"exports": {
|
|
18
18
|
".": {
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"name": "@ledgerhq/device-transport-kit-mockserver",
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"rxjs": "7.8.2",
|
|
36
|
-
"@ledgerhq/device-management-kit": "0.0.0-develop-
|
|
36
|
+
"@ledgerhq/device-management-kit": "0.0.0-develop-20251208001044"
|
|
37
37
|
},
|
|
38
38
|
"private": false,
|
|
39
39
|
"repository": {
|
|
40
40
|
"type": "git",
|
|
41
41
|
"url": "https://github.com/LedgerHQ/device-sdk-ts.git"
|
|
42
42
|
},
|
|
43
|
-
"version": "0.0.0-develop-
|
|
43
|
+
"version": "0.0.0-develop-20251208001044",
|
|
44
44
|
"scripts": {
|
|
45
45
|
"build": "pnpm ldmk-tool build --entryPoints src/index.ts,src/**/*.ts --tsconfig tsconfig.prod.json",
|
|
46
46
|
"dev": "concurrently \"pnpm watch:builds\" \"pnpm watch:types\"",
|