@c15t/cli 1.8.5 → 1.8.6
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c15t/cli",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.6",
|
|
4
4
|
"description": "CLI for rapid c15t setup. Scaffold React and Next.js cookie banners and a preferences centre, generate types and config, and run migration tooling for self-hosted deployments.",
|
|
5
5
|
"homepage": "https://c15t.com",
|
|
6
6
|
"repository": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"test:watch": "vitest"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@c15t/backend": "1.8.
|
|
34
|
+
"@c15t/backend": "1.8.6",
|
|
35
35
|
"@c15t/logger": "1.0.1",
|
|
36
|
-
"@c15t/react": "1.8.
|
|
36
|
+
"@c15t/react": "1.8.6",
|
|
37
37
|
"@clack/prompts": "^0.10.1",
|
|
38
38
|
"@mrleebo/prisma-ast": "^0.12.1",
|
|
39
39
|
"@types/better-sqlite3": "^7.6.13",
|