@layerzerolabs/base-definitions 0.0.6 → 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.
@@ -10,32 +10,32 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- ESM dist/definitions.js 193.00 B
14
13
  ESM dist/index.js 338.00 B
14
+ ESM dist/definitions.js 193.00 B
15
15
  ESM dist/lzyringe.js 146.00 B
16
- ESM dist/O4SGLGEI.js 1.40 KB
17
- ESM dist/utils.js 173.00 B
18
16
  ESM dist/registrarBuilder.js 163.00 B
19
- ESM dist/MELXRRC4.js 783.00 B
17
+ ESM dist/O4SGLGEI.js 1.40 KB
20
18
  ESM dist/S2FOVFOI.js 3.98 KB
19
+ ESM dist/utils.js 173.00 B
21
20
  ESM dist/RWF76TF5.js 1.04 KB
21
+ ESM dist/MELXRRC4.js 783.00 B
22
22
  ESM dist/VUOMXK5T.js 222.00 B
23
- ESM dist/definitions.js.map 75.00 B
24
23
  ESM dist/index.js.map 69.00 B
24
+ ESM dist/definitions.js.map 75.00 B
25
25
  ESM dist/lzyringe.js.map 72.00 B
26
+ ESM dist/registrarBuilder.js.map 80.00 B
26
27
  ESM dist/O4SGLGEI.js.map 3.25 KB
27
- ESM dist/utils.js.map 69.00 B
28
- ESM dist/MELXRRC4.js.map 1.80 KB
29
28
  ESM dist/S2FOVFOI.js.map 11.46 KB
30
- ESM dist/registrarBuilder.js.map 80.00 B
29
+ ESM dist/utils.js.map 69.00 B
31
30
  ESM dist/RWF76TF5.js.map 9.19 KB
31
+ ESM dist/MELXRRC4.js.map 1.80 KB
32
32
  ESM dist/VUOMXK5T.js.map 72.00 B
33
- ESM ⚡️ Build success in 274ms
33
+ ESM ⚡️ Build success in 262ms
34
34
  CJS dist/definitions.cjs 594.00 B
35
35
  CJS dist/lzyringe.cjs 304.00 B
36
36
  CJS dist/index.cjs 1.12 KB
37
- CJS dist/67HCA6YT.cjs 1.45 KB
38
37
  CJS dist/registrarBuilder.cjs 320.00 B
38
+ CJS dist/67HCA6YT.cjs 1.45 KB
39
39
  CJS dist/utils.cjs 341.00 B
40
40
  CJS dist/VO33UEHJ.cjs 4.08 KB
41
41
  CJS dist/E2YEEYRA.cjs 862.00 B
@@ -44,11 +44,11 @@
44
44
  CJS dist/definitions.cjs.map 76.00 B
45
45
  CJS dist/lzyringe.cjs.map 73.00 B
46
46
  CJS dist/index.cjs.map 70.00 B
47
- CJS dist/67HCA6YT.cjs.map 3.26 KB
48
47
  CJS dist/registrarBuilder.cjs.map 81.00 B
49
- CJS dist/utils.cjs.map 70.00 B
50
- CJS dist/VO33UEHJ.cjs.map 11.48 KB
48
+ CJS dist/67HCA6YT.cjs.map 3.26 KB
49
+ CJS dist/E2YEEYRA.cjs.map 1.82 KB
51
50
  CJS dist/YJF4D23A.cjs.map 73.00 B
52
51
  CJS dist/LXFPNTIJ.cjs.map 9.21 KB
53
- CJS dist/E2YEEYRA.cjs.map 1.82 KB
54
- CJS ⚡️ Build success in 275ms
52
+ CJS dist/VO33UEHJ.cjs.map 11.48 KB
53
+ CJS dist/utils.cjs.map 70.00 B
54
+ CJS ⚡️ Build success in 262ms
@@ -9,6 +9,6 @@
9
9
 
10
10
   Test Files  1 passed (1)
11
11
   Tests  4 passed (4)
12
-  Start at  22:14:54
13
-  Duration  464ms (transform 113ms, setup 0ms, collect 82ms, tests 8ms, environment 0ms, prepare 191ms)
12
+  Start at  20:43:07
13
+  Duration  483ms (transform 84ms, setup 0ms, collect 91ms, tests 8ms, environment 0ms, prepare 131ms)
14
14
 
package/package.json CHANGED
@@ -1,41 +1,41 @@
1
1
  {
2
2
  "name": "@layerzerolabs/base-definitions",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
+ "private": false,
4
5
  "license": "MIT",
6
+ "type": "module",
7
+ "exports": {
8
+ "types": "./dist/index.d.ts",
9
+ "require": "./dist/index.cjs",
10
+ "import": "./dist/index.js",
11
+ "default": "./dist/index.cjs"
12
+ },
5
13
  "main": "./dist/index.cjs",
14
+ "module": "./dist/index.js",
6
15
  "types": "./dist/index.d.ts",
7
16
  "dependencies": {
8
17
  "zod": "^3.23.8",
9
- "@layerzerolabs/common-utils": "0.0.6",
10
- "@layerzerolabs/dependency-graph": "0.0.6",
11
- "@layerzerolabs/dfs": "0.0.6"
12
- },
13
- "publishConfig": {
14
- "access": "restricted",
15
- "registry": "https://registry.npmjs.org/"
18
+ "@layerzerolabs/common-utils": "0.0.8",
19
+ "@layerzerolabs/dependency-graph": "0.0.8",
20
+ "@layerzerolabs/dfs": "0.0.8"
16
21
  },
17
22
  "devDependencies": {
18
23
  "tsup": "^8.4.0",
19
24
  "vitest": "^3.2.3",
20
- "@layerzerolabs/typescript-configuration": "0.0.6",
21
- "@layerzerolabs/tsup-configuration": "0.0.6",
22
- "@layerzerolabs/typescript-utils": "0.0.6"
25
+ "@layerzerolabs/typescript-configuration": "0.0.8",
26
+ "@layerzerolabs/tsup-configuration": "0.0.8",
27
+ "@layerzerolabs/typescript-utils": "0.0.8"
23
28
  },
24
- "module": "./dist/index.js",
25
- "exports": {
26
- "types": "./dist/index.d.ts",
27
- "require": "./dist/index.cjs",
28
- "import": "./dist/index.js",
29
- "default": "./dist/index.cjs"
29
+ "publishConfig": {
30
+ "access": "restricted",
31
+ "registry": "https://registry.npmjs.org/"
30
32
  },
31
- "type": "module",
32
- "private": false,
33
33
  "scripts": {
34
- "clean": "rm -rf ./node_modules .turbo ./dist",
35
34
  "build": "tsup",
35
+ "clean": "rm -rf ./node_modules .turbo ./dist",
36
+ "dev": "tsup --watch",
36
37
  "lint": "eslint . --max-warnings 0",
37
38
  "lint:fix": "eslint . --fix --max-warnings 0",
38
- "test": "vitest --run --pass-with-no-tests",
39
- "dev": "tsup --watch"
39
+ "test": "vitest --run --pass-with-no-tests"
40
40
  }
41
41
  }