@noy-db/as-zip 0.1.0-pre.4 → 0.1.0-pre.5

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noy-db/as-zip",
3
- "version": "0.1.0-pre.4",
3
+ "version": "0.1.0-pre.5",
4
4
  "description": "Composite record + blob archive export for noy-db — bundles a collection's records plus every attached blob into one zip. Zero dependencies (STORE-only zip encoder). Gated by the RFC #249 `canExportPlaintext` capability bit with format `'zip'`. Part of the @noy-db/as-* portable-artefact family.",
5
5
  "license": "MIT",
6
6
  "author": "vLannaAi <vicio@lanna.ai>",
@@ -39,12 +39,12 @@
39
39
  "node": ">=18.0.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "@noy-db/hub": "0.1.0-pre.4"
42
+ "@noy-db/hub": "0.1.0-pre.5"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/node": "^22.0.0",
46
- "@noy-db/hub": "0.1.0-pre.4",
47
- "@noy-db/to-memory": "0.1.0-pre.4"
46
+ "@noy-db/to-memory": "0.1.0-pre.5",
47
+ "@noy-db/hub": "0.1.0-pre.5"
48
48
  },
49
49
  "keywords": [
50
50
  "noy-db",