@teselagen/ove 0.8.25 → 0.8.26
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.
- package/index.cjs.js +1 -1
- package/index.es.js +1 -1
- package/index.umd.js +183063 -0
- package/package.json +4 -4
package/index.cjs.js
CHANGED
|
@@ -116986,7 +116986,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
116986
116986
|
input.click();
|
|
116987
116987
|
}
|
|
116988
116988
|
__name(showFileDialog, "showFileDialog");
|
|
116989
|
-
const version = "0.8.
|
|
116989
|
+
const version = "0.8.26";
|
|
116990
116990
|
const packageJson = {
|
|
116991
116991
|
version
|
|
116992
116992
|
};
|
package/index.es.js
CHANGED
|
@@ -116968,7 +116968,7 @@ function showFileDialog({ multiple = false, onSelect }) {
|
|
|
116968
116968
|
input.click();
|
|
116969
116969
|
}
|
|
116970
116970
|
__name(showFileDialog, "showFileDialog");
|
|
116971
|
-
const version = "0.8.
|
|
116971
|
+
const version = "0.8.26";
|
|
116972
116972
|
const packageJson = {
|
|
116973
116973
|
version
|
|
116974
116974
|
};
|