@fileverse-dev/dsheet 1.0.10 → 1.0.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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -4
  2. package/package.json +2 -2
package/dist/index.es.js CHANGED
@@ -291886,12 +291886,9 @@ const dCt = ({
291886
291886
  ]
291887
291887
  }
291888
291888
  ], gCt = {
291889
- "network-genosis": NETWORK_GENOSIS,
291890
291889
  accounting: pCt,
291891
291890
  "event-marketing": mCt,
291892
- invoice: vCt,
291893
- "project-comparison": projectComparison,
291894
- "social-graph": socialGraph
291891
+ invoice: vCt
291895
291892
  }, yCt = ({
291896
291893
  selectedTemplate: e,
291897
291894
  ydocRef: r,
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.10",
5
+ "version": "1.0.11",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -36,7 +36,7 @@
36
36
  ]
37
37
  },
38
38
  "dependencies": {
39
- "@fileverse-dev/dsheets-templates": "^0.0.12",
39
+ "@fileverse-dev/dsheets-templates": "^0.0.13",
40
40
  "@fileverse-dev/formula-parser": "^0.2.13-mod-39",
41
41
  "@fileverse-dev/formulajs": "^4.4.11-mod-57",
42
42
  "@fileverse-dev/fortune-core": "^1.0.2-mod-108",