@nubbin/store-fs 0.1.0-rc.7 → 0.1.1

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
@@ -5,7 +5,7 @@ file per route, and no aggregate document — so two publishes to different rout
5
5
  each other's write, because there is no shared file to read and rewrite.
6
6
 
7
7
  ```bash
8
- npm install @nubbin/store-fs@rc
8
+ npm install @nubbin/store-fs
9
9
  ```
10
10
 
11
11
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nubbin/store-fs",
3
- "version": "0.1.0-rc.7",
3
+ "version": "0.1.1",
4
4
  "description": "The reference artifact store for Nubbin: one file per artifact, one pointer file per route, and no aggregate to lose a write.",
5
5
  "keywords": [
6
6
  "nubbin",
@@ -32,7 +32,7 @@
32
32
  "access": "public"
33
33
  },
34
34
  "dependencies": {
35
- "@nubbin/core": "0.1.0-rc.7"
35
+ "@nubbin/core": "0.1.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "25.9.2",