@fileverse-dev/dsheet 0.0.109 → 0.0.110
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/dist/index.d.ts +1 -0
- package/dist/index.es.js +1 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export { default as DsheetEditor } from './package/dsheet-editor';
|
|
2
2
|
export { formulaResponseUiSync } from './package/utils/formula-ui-sync';
|
|
3
|
+
export { executeStringFunction } from './package/utils/executeStringFunction';
|
|
3
4
|
export { FLVURL } from '@fileverse-dev/formulajs';
|
package/dist/index.es.js
CHANGED
|
@@ -292817,5 +292817,6 @@ const aAt = ({
|
|
|
292817
292817
|
export {
|
|
292818
292818
|
CAt as DsheetEditor,
|
|
292819
292819
|
Gie as FLVURL,
|
|
292820
|
+
XE as executeStringFunction,
|
|
292820
292821
|
l9 as formulaResponseUiSync
|
|
292821
292822
|
};
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/dsheet",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DSheet",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.110",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -83,4 +83,4 @@
|
|
|
83
83
|
"typescript": "^5.2.2",
|
|
84
84
|
"vite": "^5.0.0"
|
|
85
85
|
}
|
|
86
|
-
}
|
|
86
|
+
}
|