@e280/mammoth 0.1.0-17 → 0.1.0-19

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -67,7 +67,7 @@ const mammoth = new Mammoth()
67
67
 
68
68
  const mammoth = new Mammoth(
69
69
  new OpfsBucket(await navigator.storage.getDirectory()),
70
- new Kv(new IdbMagazine(await idpOpen("mammoth"))),
70
+ new Kv(new IdbMagazine(await idbOpen("mammoth"))),
71
71
  )
72
72
  ```
73
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e280/mammoth",
3
- "version": "0.1.0-17",
3
+ "version": "0.1.0-19",
4
4
  "description": "big file storage",
5
5
  "license": "MIT",
6
6
  "author": "Chase Moskal <chasemoskal@gmail.com>",
@@ -22,7 +22,7 @@
22
22
  "count": "find s -path '*/_archive' -prune -o -name '*.ts' -exec wc -l {} +"
23
23
  },
24
24
  "peerDependencies": {
25
- "@e280/kv": "^0.2.0-1"
25
+ "@e280/kv": "^0.2.0-3"
26
26
  },
27
27
  "dependencies": {
28
28
  "@awasm/noble": "^0.1.4",