@avalabs/vm-module-types 0.0.0-test-changeset1-20240714230430 → 0.0.0-test-universal-ui-20240715121358

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @avalabs/vm-module-types@0.0.12 build /home/runner/work/vm-modules/vm-modules/packages/types
2
+ > @avalabs/vm-module-types@0.0.13 build /home/runner/work/vm-modules/vm-modules/packages/types
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts, src/types.ts
@@ -16,16 +16,16 @@
16
16
  CJS dist/index.cjs.map 51.00 B
17
17
  CJS dist/types.cjs.map 51.00 B
18
18
  CJS dist/chunk-L7UO6W6T.cjs.map 10.09 KB
19
- CJS ⚡️ Build success in 667ms
19
+ CJS ⚡️ Build success in 602ms
20
20
  ESM dist/index.js 273.00 B
21
21
  ESM dist/types.js 273.00 B
22
22
  ESM dist/chunk-4RO2H63T.js 2.68 KB
23
23
  ESM dist/index.js.map 51.00 B
24
24
  ESM dist/types.js.map 51.00 B
25
25
  ESM dist/chunk-4RO2H63T.js.map 10.09 KB
26
- ESM ⚡️ Build success in 667ms
26
+ ESM ⚡️ Build success in 608ms
27
27
  DTS Build start
28
- DTS ⚡️ Build success in 7093ms
28
+ DTS ⚡️ Build success in 7858ms
29
29
  DTS dist/types.d.cts 14.18 KB
30
30
  DTS dist/index.d.cts 515.00 B
31
31
  DTS dist/types.d.ts 14.18 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @avalabs/vm-module-types@0.0.12 lint /home/runner/work/vm-modules/vm-modules/packages/types
2
+ > @avalabs/vm-module-types@0.0.13 lint /home/runner/work/vm-modules/vm-modules/packages/types
3
3
  > eslint "src/**/*.ts"
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # @avalabs/vm-module-types
2
2
 
3
- ## 0.0.0-test-changeset1-20240714230430
3
+ ## 0.0.0-test-universal-ui-20240715121358
4
+
5
+ ## 0.0.13
4
6
 
5
7
  ### Patch Changes
6
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avalabs/vm-module-types",
3
- "version": "0.0.0-test-changeset1-20240714230430",
3
+ "version": "0.0.0-test-universal-ui-20240715121358",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",