c15t 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/CHANGELOG.md +8 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "1.8.
|
|
1
|
+
export declare const version = "1.8.6";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "c15t",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.6",
|
|
4
4
|
"description": "Developer-first CMP for JavaScript: cookie banner, consent manager, preferences centre. GDPR ready with minimal setup and rich customization",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nextjs",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"not op_mini all"
|
|
56
56
|
],
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@c15t/backend": "1.8.
|
|
58
|
+
"@c15t/backend": "1.8.6",
|
|
59
59
|
"@c15t/translations": "1.8.5",
|
|
60
|
-
"@orpc/client": "1.13.
|
|
61
|
-
"@orpc/server": "1.13.
|
|
60
|
+
"@orpc/client": "1.13.13",
|
|
61
|
+
"@orpc/server": "1.13.13",
|
|
62
62
|
"zustand": "^5.0.11"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|