@layerzerolabs/static-chain-info 0.0.8

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.
@@ -0,0 +1,26 @@
1
+
2
+ > @layerzerolabs/static-chain-info@0.0.0 build /home/runner/work/monorepo-internal/monorepo-internal/packages/static-chain-info
3
+ > tsup
4
+
5
+ CLI Building entry: src/index.ts, src/staticChainInfo.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.4.0
8
+ CLI Using tsup config: /home/runner/work/monorepo-internal/monorepo-internal/packages/static-chain-info/tsup.config.ts
9
+ CLI Target: es2022
10
+ CLI Cleaning output folder
11
+ CJS Build start
12
+ ESM Build start
13
+ ESM dist/staticChainInfo.js 158.00 B
14
+ ESM dist/index.js 5.68 KB
15
+ ESM dist/FJ5AKDP4.js 32.96 KB
16
+ ESM dist/staticChainInfo.js.map 79.00 B
17
+ ESM dist/index.js.map 13.55 KB
18
+ ESM dist/FJ5AKDP4.js.map 78.16 KB
19
+ ESM ⚡️ Build success in 371ms
20
+ CJS dist/index.cjs 7.17 KB
21
+ CJS dist/VK5U52R7.cjs 37.32 KB
22
+ CJS dist/staticChainInfo.cjs 537.00 B
23
+ CJS dist/index.cjs.map 13.60 KB
24
+ CJS dist/VK5U52R7.cjs.map 78.36 KB
25
+ CJS dist/staticChainInfo.cjs.map 80.00 B
26
+ CJS ⚡️ Build success in 372ms
@@ -0,0 +1,4 @@
1
+
2
+ > @layerzerolabs/static-chain-info@0.0.0 lint /home/runner/work/monorepo-internal/monorepo-internal/packages/static-chain-info
3
+ > eslint . --max-warnings 0
4
+
@@ -0,0 +1,12 @@
1
+
2
+ > @layerzerolabs/static-chain-info@0.0.0 test /home/runner/work/monorepo-internal/monorepo-internal/packages/static-chain-info
3
+ > vitest --run --pass-with-no-tests
4
+
5
+
6
+  RUN  v3.2.3 /home/runner/work/monorepo-internal/monorepo-internal/packages/static-chain-info
7
+
8
+ No test files found, exiting with code 0
9
+
10
+ include: **/*.{test,spec}.?(c|m)[jt]s?(x)
11
+ exclude: **/node_modules/**, **/dist/**, **/cypress/**, **/.{idea,git,cache,output,temp}/**, **/{karma,rollup,webpack,vite,vitest,jest,ava,babel,nyc,cypress,tsup,build,eslint,prettier}.config.*
12
+