create-noy-db 0.3.3-pre.2 → 0.3.3-pre.20
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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -213,7 +213,7 @@ Use cases:
|
|
|
213
213
|
- **Suspected key leak**: an operator lost a laptop, a developer accidentally pasted a secret into a Slack channel, a USB stick went missing. Rotating is cheap insurance.
|
|
214
214
|
- **Scheduled rotation**: some compliance regimes require periodic key rotation regardless of exposure. This command makes rotation scriptable from cron or a CI job.
|
|
215
215
|
|
|
216
|
-
Different from `noydb.revoke(
|
|
216
|
+
Different from `noydb.revoke()` — which always rotates the affected collections — in that it doesn't kick anyone out. It's the "just rotate" path.
|
|
217
217
|
|
|
218
218
|
### `noy-db backup <target> [options]`
|
|
219
219
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-noy-db",
|
|
3
|
-
"version": "0.3.3-pre.
|
|
3
|
+
"version": "0.3.3-pre.20",
|
|
4
4
|
"description": "Wizard + CLI tool for noy-db: scaffold a fresh Nuxt 4 + Pinia encrypted store, or add collections to an existing project. Invoke via `npm create noy-db`.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "vLannaAi <vicio@lanna.ai>",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"picocolors": "^1.1.1",
|
|
41
41
|
"magicast": "^0.3.5",
|
|
42
42
|
"diff": "^7.0.0",
|
|
43
|
-
"@noy-db/
|
|
44
|
-
"@noy-db/to-
|
|
45
|
-
"@noy-db/
|
|
43
|
+
"@noy-db/to-file": "0.6.0-pre.21",
|
|
44
|
+
"@noy-db/to-memory": "0.6.0-pre.21",
|
|
45
|
+
"@noy-db/hub": "0.6.0-pre.21"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/node": "^22.0.0",
|