@noy-db/as-xlsx 0.2.0-pre.6 → 0.2.0-pre.8

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noy-db/as-xlsx",
3
- "version": "0.2.0-pre.6",
3
+ "version": "0.2.0-pre.8",
4
4
  "description": "Excel spreadsheet plaintext export for noy-db — produces a real .xlsx (Office Open XML) from one or more collections. Multi-sheet, Unicode-safe via shared-strings table. Zero runtime deps beyond the workspace zip encoder. Gated by RFC #249 `canExportPlaintext` with format `'xlsx'`.",
5
5
  "license": "MIT",
6
6
  "author": "vLannaAi <vicio@lanna.ai>",
@@ -39,17 +39,17 @@
39
39
  "node": ">=18.0.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "@noy-db/as-zip": "0.2.0-pre.6",
43
- "@noy-db/hub": "0.2.0-pre.6"
42
+ "@noy-db/as-zip": "0.2.0-pre.8",
43
+ "@noy-db/hub": "0.2.0-pre.8"
44
44
  },
45
45
  "dependencies": {
46
46
  "fast-xml-parser": "^5.0.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^22.0.0",
50
- "@noy-db/as-zip": "0.2.0-pre.6",
51
- "@noy-db/to-memory": "0.2.0-pre.6",
52
- "@noy-db/hub": "0.2.0-pre.6"
50
+ "@noy-db/as-zip": "0.2.0-pre.8",
51
+ "@noy-db/to-memory": "0.2.0-pre.8",
52
+ "@noy-db/hub": "0.2.0-pre.8"
53
53
  },
54
54
  "keywords": [
55
55
  "noy-db",