@ledgerhq/wallet-api-simulator 0.1.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 +1 -0
- package/.eslintrc.js +14 -0
- package/.turbo/turbo-build.log +21 -0
- package/.turbo/turbo-lint.log +5 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.global.js +3188 -0
- package/dist/index.js +28 -0
- package/dist/index.mjs +8 -0
- package/package.json +25 -0
- package/src/index.ts +10 -0
- package/tsconfig.json +9 -0
package/.eslintcache
ADDED
|
@@ -0,0 +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",[]]
|
package/.eslintrc.js
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
@ledgerhq/wallet-api-simulator:build: cache hit, replaying output c9bf4161f48af9d0
|
|
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
|
|
4
|
+
@ledgerhq/wallet-api-simulator:build: > tsup src/index.ts --dts --format esm,cjs,iife
|
|
5
|
+
@ledgerhq/wallet-api-simulator:build:
|
|
6
|
+
@ledgerhq/wallet-api-simulator:build: [34mCLI[39m Building entry: src/index.ts
|
|
7
|
+
@ledgerhq/wallet-api-simulator:build: [34mCLI[39m Using tsconfig: tsconfig.json
|
|
8
|
+
@ledgerhq/wallet-api-simulator:build: [34mCLI[39m tsup v6.2.3
|
|
9
|
+
@ledgerhq/wallet-api-simulator:build: [34mCLI[39m Target: node14
|
|
10
|
+
@ledgerhq/wallet-api-simulator:build: [34mESM[39m Build start
|
|
11
|
+
@ledgerhq/wallet-api-simulator:build: [34mCJS[39m Build start
|
|
12
|
+
@ledgerhq/wallet-api-simulator:build: [34mIIFE[39m Build start
|
|
13
|
+
@ledgerhq/wallet-api-simulator:build: [32mESM[39m [1mdist/index.mjs [22m[32m285.00 B[39m
|
|
14
|
+
@ledgerhq/wallet-api-simulator:build: [32mESM[39m ⚡️ Build success in 96ms
|
|
15
|
+
@ledgerhq/wallet-api-simulator:build: [32mCJS[39m [1mdist/index.js [22m[32m1.22 KB[39m
|
|
16
|
+
@ledgerhq/wallet-api-simulator:build: [32mCJS[39m ⚡️ Build success in 79ms
|
|
17
|
+
@ledgerhq/wallet-api-simulator:build: [32mIIFE[39m [1mdist/index.global.js [22m[32m114.66 KB[39m
|
|
18
|
+
@ledgerhq/wallet-api-simulator:build: [32mIIFE[39m ⚡️ Build success in 79ms
|
|
19
|
+
@ledgerhq/wallet-api-simulator:build: [34mDTS[39m Build start
|
|
20
|
+
@ledgerhq/wallet-api-simulator:build: [32mDTS[39m ⚡️ Build success in 5148ms
|
|
21
|
+
@ledgerhq/wallet-api-simulator:build: [32mDTS[39m [1mdist/index.d.ts [22m[32m1.00 B[39m
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
@ledgerhq/wallet-api-simulator:lint: cache hit, replaying output ce0d40c93226453d
|
|
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
|
|
4
|
+
@ledgerhq/wallet-api-simulator:lint: > eslint --cache --ext .ts "src"
|
|
5
|
+
@ledgerhq/wallet-api-simulator:lint:
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|