@layerzerolabs/common-node-utils 0.0.75 → 0.2.6

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.
@@ -11,16 +11,16 @@
11
11
  CJS Build start
12
12
  ESM Build start
13
13
  CJS dist/files.cjs 421.00 B
14
- CJS dist/index.cjs 1.99 KB
15
14
  CJS dist/AY3Z4VAF.cjs 1019.00 B
15
+ CJS dist/index.cjs 1.99 KB
16
16
  CJS dist/files.cjs.map 70.00 B
17
- CJS dist/index.cjs.map 2.08 KB
18
17
  CJS dist/AY3Z4VAF.cjs.map 1.74 KB
19
- CJS ⚡️ Build success in 191ms
18
+ CJS dist/index.cjs.map 2.08 KB
19
+ CJS ⚡️ Build success in 157ms
20
20
  ESM dist/files.js 141.00 B
21
21
  ESM dist/index.js 1.07 KB
22
22
  ESM dist/HUETPARE.js 1.21 KB
23
23
  ESM dist/files.js.map 69.00 B
24
24
  ESM dist/index.js.map 2.04 KB
25
25
  ESM dist/HUETPARE.js.map 2.49 KB
26
- ESM ⚡️ Build success in 194ms
26
+ ESM ⚡️ Build success in 157ms
@@ -8,8 +8,8 @@ Breaking changes might not follow SemVer, please pin Vitest's version when using
8
8
   RUN  v3.2.3 /home/runner/work/monorepo-internal/monorepo-internal/packages/common/common-node-utils
9
9
 
10
10
  No test files found, exiting with code 0
11
- include: **/*.{test,spec}.?(c|m)[jt]s?(x)
12
11
 
12
+ include: **/*.{test,spec}.?(c|m)[jt]s?(x)
13
13
  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.*
14
14
  typecheck include: **/*.{test,spec}-d.?(c|m)[jt]s?(x)
15
15
  typecheck 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.*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/common-node-utils",
3
- "version": "0.0.75",
3
+ "version": "0.2.6",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -16,8 +16,8 @@
16
16
  "devDependencies": {
17
17
  "tsup": "^8.4.0",
18
18
  "vitest": "^3.2.3",
19
- "@layerzerolabs/tsup-configuration": "0.0.75",
20
- "@layerzerolabs/typescript-configuration": "0.0.75"
19
+ "@layerzerolabs/tsup-configuration": "0.2.6",
20
+ "@layerzerolabs/typescript-configuration": "0.2.6"
21
21
  },
22
22
  "publishConfig": {
23
23
  "access": "restricted",