@lvce-editor/test-worker 11.10.0 → 11.12.0

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.
@@ -1871,7 +1871,7 @@ const getEditorKey = async () => {
1871
1871
  throw new Error(`no editor found`);
1872
1872
  }
1873
1873
  const key = keys.at(-1);
1874
- const numeric = Number.parseInt(key);
1874
+ const numeric = Number.parseFloat(key);
1875
1875
  return numeric;
1876
1876
  };
1877
1877
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/test-worker",
3
- "version": "11.10.0",
3
+ "version": "11.12.0",
4
4
  "description": "Test Worker",
5
5
  "repository": {
6
6
  "type": "git",