@versa_ai/vmml-editor 1.0.27 → 1.0.28

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.27 build D:\code\work\vmml-player\packages\editor
2
+ > @versa_ai/vmml-editor@1.0.28 build D:\code\work\vmml-player\packages\editor
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -66,7 +66,6 @@ More info and automated migrator: https://sass-lang.com/d/slash-div [35
66
66
 
67
67
 
68
68
 
69
- DTS Build start
70
69
 
71
70
   WARN  ▲ [WARNING] Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
72
71
 
@@ -124,12 +123,13 @@ More info and automated migrator: https://sass-lang.com/d/slash-div [35
124
123
 
125
124
 
126
125
 
127
- ESM dist\index.mjs 113.88 KB
128
- ESM dist\index.mjs.map 218.86 KB
129
- ESM ⚡️ Build success in 700ms
130
- CJS dist\index.js 115.52 KB
131
- CJS dist\index.js.map 219.15 KB
132
- CJS ⚡️ Build success in 700ms
133
- DTS ⚡️ Build success in 1636ms
126
+ DTS Build start
127
+ ESM dist\index.mjs 113.87 KB
128
+ ESM dist\index.mjs.map 218.82 KB
129
+ ESM ⚡️ Build success in 666ms
130
+ CJS dist\index.js 115.50 KB
131
+ CJS dist\index.js.map 219.12 KB
132
+ CJS ⚡️ Build success in 666ms
133
+ DTS ⚡️ Build success in 1709ms
134
134
  DTS dist\index.d.ts 158.00 B
135
135
  DTS dist\index.d.mts 158.00 B
package/dist/index.js CHANGED
@@ -2782,7 +2782,7 @@ var EditorFn = ({
2782
2782
  const getCurrentFrame = () => {
2783
2783
  console.log(player, "getCurrentFrame>>>>>>>>>>>>");
2784
2784
  if (!player) return 0;
2785
- return player.getPlayer().getCurrentFrame();
2785
+ return player.getCurrentFrame();
2786
2786
  };
2787
2787
  react.useImperativeHandle(
2788
2788
  ref,