@fileverse-dev/dsheet 1.0.90-patch-7 → 1.0.90-patch-11
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 +4 -3
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -6,3 +6,4 @@ export type { ErrorMessageHandlerReturnType } from './package/types';
|
|
|
6
6
|
export type { WorkbookInstance } from '@fileverse-dev/fortune-react';
|
|
7
7
|
export { ERROR_MESSAGES_FLAG, SERVICES_API_KEY, } from './package/constants/shared-constants';
|
|
8
8
|
export { TEMPLATES } from '@fileverse-dev/dsheets-templates';
|
|
9
|
+
export { isGnosisPayAccessExpired } from '@fileverse-dev/fortune-react';
|
package/dist/index.es.js
CHANGED
|
@@ -11111,8 +11111,8 @@ If "derivatives": exchange name (e.g., "binance_futures", "hyperliquid", "weex-f
|
|
|
11111
11111
|
BRAND_SECONDARY_COLOR: "#84968f",
|
|
11112
11112
|
n: "GNOSISPAY",
|
|
11113
11113
|
t: 20,
|
|
11114
|
-
d: "
|
|
11115
|
-
a: "
|
|
11114
|
+
d: "Access transactions, balances, and more from your Gnosis Pay account.",
|
|
11115
|
+
a: "Access transactions, balances, and more from your Gnosis Pay account.",
|
|
11116
11116
|
p: []
|
|
11117
11117
|
}, cte = [
|
|
11118
11118
|
Gee,
|
|
@@ -445791,5 +445791,6 @@ export {
|
|
|
445791
445791
|
cAt as SERVICES_API_KEY,
|
|
445792
445792
|
fAt as TEMPLATES,
|
|
445793
445793
|
q_ as executeStringFunction,
|
|
445794
|
-
uv as formulaResponseUiSync
|
|
445794
|
+
uv as formulaResponseUiSync,
|
|
445795
|
+
_M as isGnosisPayAccessExpired
|
|
445795
445796
|
};
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/dsheet",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DSheet",
|
|
5
|
-
"version": "1.0.90-patch-
|
|
5
|
+
"version": "1.0.90-patch-11",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@fileverse-dev/dsheets-templates": "^0.0.17",
|
|
37
37
|
"@fileverse-dev/formulajs": "^4.4.11-mod-92",
|
|
38
|
-
"@fileverse-dev/fortune-react": "^1.0.88-patch-
|
|
38
|
+
"@fileverse-dev/fortune-react": "^1.0.88-patch-10",
|
|
39
39
|
"@fileverse/ui": "^4.1.7-patch-21",
|
|
40
40
|
"classnames": "^2.5.1",
|
|
41
41
|
"exceljs": "^4.4.0",
|