@ledgerhq/wallet-api-simulator 0.1.0 → 0.2.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.
package/.eslintcache CHANGED
@@ -1 +1 @@
1
- [{"/home/runner/work/wallet-api/wallet-api/packages/simulator/src/index.ts":"1"},{"size":276,"mtime":1665647406794,"results":"2","hashOfConfig":"3"},{"filePath":"4","messages":"5","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"12w64hs","/home/runner/work/wallet-api/wallet-api/packages/simulator/src/index.ts",[]]
1
+ [{"/home/runner/work/wallet-api/wallet-api/packages/simulator/src/index.ts":"1","/home/runner/work/wallet-api/wallet-api/packages/simulator/src/ws.ts":"2"},{"size":1484,"mtime":1666780950117,"results":"3","hashOfConfig":"4"},{"size":255,"mtime":1666780950121,"results":"5","hashOfConfig":"4"},{"filePath":"6","messages":"7","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"74kbob",{"filePath":"8","messages":"9","errorCount":0,"fatalErrorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"/home/runner/work/wallet-api/wallet-api/packages/simulator/src/index.ts",["10"],"/home/runner/work/wallet-api/wallet-api/packages/simulator/src/ws.ts",["11"],{"ruleId":"12","severity":1,"message":"13","line":15,"column":5,"nodeType":"14","messageId":"15","endLine":15,"endColumn":16},{"ruleId":"12","severity":1,"message":"13","line":7,"column":5,"nodeType":"14","messageId":"15","endLine":7,"endColumn":16},"no-console","Unexpected console statement.","MemberExpression","unexpected"]
@@ -1,6 +1,6 @@
1
- @ledgerhq/wallet-api-simulator:build: cache hit, replaying output c9bf4161f48af9d0
1
+ @ledgerhq/wallet-api-simulator:build: cache hit, replaying output 63c2d2000a87570e
2
2
  @ledgerhq/wallet-api-simulator:build:
3
- @ledgerhq/wallet-api-simulator:build: > @ledgerhq/wallet-api-simulator@0.1.0 build /home/runner/work/wallet-api/wallet-api/packages/simulator
3
+ @ledgerhq/wallet-api-simulator:build: > @ledgerhq/wallet-api-simulator@0.2.0 build /home/runner/work/wallet-api/wallet-api/packages/simulator
4
4
  @ledgerhq/wallet-api-simulator:build: > tsup src/index.ts --dts --format esm,cjs,iife
5
5
  @ledgerhq/wallet-api-simulator:build:
6
6
  @ledgerhq/wallet-api-simulator:build: CLI Building entry: src/index.ts
@@ -10,12 +10,12 @@
10
10
  @ledgerhq/wallet-api-simulator:build: ESM Build start
11
11
  @ledgerhq/wallet-api-simulator:build: CJS Build start
12
12
  @ledgerhq/wallet-api-simulator:build: IIFE Build start
13
- @ledgerhq/wallet-api-simulator:build: ESM dist/index.mjs 285.00 B
14
- @ledgerhq/wallet-api-simulator:build: ESM ⚡️ Build success in 96ms
15
- @ledgerhq/wallet-api-simulator:build: CJS dist/index.js 1.22 KB
16
- @ledgerhq/wallet-api-simulator:build: CJS ⚡️ Build success in 79ms
17
- @ledgerhq/wallet-api-simulator:build: IIFE dist/index.global.js 114.66 KB
18
- @ledgerhq/wallet-api-simulator:build: IIFE ⚡️ Build success in 79ms
13
+ @ledgerhq/wallet-api-simulator:build: CJS dist/index.js 1.46 KB
14
+ @ledgerhq/wallet-api-simulator:build: CJS ⚡️ Build success in 257ms
15
+ @ledgerhq/wallet-api-simulator:build: ESM dist/index.mjs 1.33 KB
16
+ @ledgerhq/wallet-api-simulator:build: ESM ⚡️ Build success in 358ms
17
+ @ledgerhq/wallet-api-simulator:build: IIFE dist/index.global.js 581.40 KB
18
+ @ledgerhq/wallet-api-simulator:build: IIFE ⚡️ Build success in 410ms
19
19
  @ledgerhq/wallet-api-simulator:build: DTS Build start
20
- @ledgerhq/wallet-api-simulator:build: DTS ⚡️ Build success in 5148ms
20
+ @ledgerhq/wallet-api-simulator:build: DTS ⚡️ Build success in 6720ms
21
21
  @ledgerhq/wallet-api-simulator:build: DTS dist/index.d.ts 1.00 B
@@ -1,5 +1,14 @@
1
- @ledgerhq/wallet-api-simulator:lint: cache hit, replaying output ce0d40c93226453d
1
+ @ledgerhq/wallet-api-simulator:lint: cache hit, replaying output f76e9a6e235e6dd8
2
2
  @ledgerhq/wallet-api-simulator:lint:
3
- @ledgerhq/wallet-api-simulator:lint: > @ledgerhq/wallet-api-simulator@0.1.0 lint /home/runner/work/wallet-api/wallet-api/packages/simulator
3
+ @ledgerhq/wallet-api-simulator:lint: > @ledgerhq/wallet-api-simulator@0.2.0 lint /home/runner/work/wallet-api/wallet-api/packages/simulator
4
4
  @ledgerhq/wallet-api-simulator:lint: > eslint --cache --ext .ts "src"
5
5
  @ledgerhq/wallet-api-simulator:lint:
6
+ @ledgerhq/wallet-api-simulator:lint:
7
+ @ledgerhq/wallet-api-simulator:lint: /home/runner/work/wallet-api/wallet-api/packages/simulator/src/index.ts
8
+ @ledgerhq/wallet-api-simulator:lint: 15:5 warning Unexpected console statement no-console
9
+ @ledgerhq/wallet-api-simulator:lint:
10
+ @ledgerhq/wallet-api-simulator:lint: /home/runner/work/wallet-api/wallet-api/packages/simulator/src/ws.ts
11
+ @ledgerhq/wallet-api-simulator:lint: 7:5 warning Unexpected console statement no-console
12
+ @ledgerhq/wallet-api-simulator:lint:
13
+ @ledgerhq/wallet-api-simulator:lint: ✖ 2 problems (0 errors, 2 warnings)
14
+ @ledgerhq/wallet-api-simulator:lint:
package/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ # @ledgerhq/wallet-api-simulator
2
+
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#23](https://github.com/LedgerHQ/wallet-api/pull/23) [`3125934`](https://github.com/LedgerHQ/wallet-api/commit/3125934f3137f292231c59df1d1fa7d220a10eb7) Thanks [@IAmMorrow](https://github.com/IAmMorrow)! - Implemented most of the wallet-api-server.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`3125934`](https://github.com/LedgerHQ/wallet-api/commit/3125934f3137f292231c59df1d1fa7d220a10eb7)]:
12
+ - @ledgerhq/wallet-api-core@0.2.0
13
+ - @ledgerhq/wallet-api-server@0.2.0