@versa_ai/vmml-editor 1.0.59 → 1.0.60

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
- > @versa_ai/vmml-editor@1.0.59 build D:\code\work\vmml-player\packages\editor
2
+ > @versa_ai/vmml-editor@1.0.60 build D:\code\work\vmml-player\packages\editor
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -9,7 +9,6 @@
9
9
  CLI Target: node16
10
10
  CJS Build start
11
11
  ESM Build start
12
- DTS Build start
13
12
 
14
13
   WARN  ▲ [WARNING] Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
15
14
 
@@ -67,6 +66,7 @@ More info and automated migrator: https://sass-lang.com/d/slash-div [35
67
66
 
68
67
 
69
68
 
69
+ DTS Build start
70
70
 
71
71
   WARN  ▲ [WARNING] Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
72
72
 
@@ -126,10 +126,10 @@ More info and automated migrator: https://sass-lang.com/d/slash-div [35
126
126
 
127
127
  CJS dist\index.js 124.56 KB
128
128
  CJS dist\index.js.map 239.83 KB
129
- CJS ⚡️ Build success in 928ms
129
+ CJS ⚡️ Build success in 912ms
130
130
  ESM dist\index.mjs 122.67 KB
131
131
  ESM dist\index.mjs.map 239.53 KB
132
- ESM ⚡️ Build success in 929ms
133
- DTS ⚡️ Build success in 2206ms
132
+ ESM ⚡️ Build success in 912ms
133
+ DTS ⚡️ Build success in 2646ms
134
134
  DTS dist\index.d.ts 158.00 B
135
135
  DTS dist\index.d.mts 158.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versa_ai/vmml-editor",
3
- "version": "1.0.59",
3
+ "version": "1.0.60",
4
4
  "module": "dist/index.mjs",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.mts",
@@ -17,8 +17,8 @@
17
17
  "remotion": "4.0.166",
18
18
  "uuid": "^10.0.0",
19
19
  "zod": "^3.23.8",
20
- "@versa_ai/vmml-player": "1.1.29",
21
- "@versa_ai/vmml-utils": "1.0.16"
20
+ "@versa_ai/vmml-utils": "1.0.17",
21
+ "@versa_ai/vmml-player": "1.1.30"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@biomejs/biome": "^1.7.1",