c15t 1.8.4 → 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 +20 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# c15t
|
|
2
2
|
|
|
3
|
+
## 1.8.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f4448ea: fix: bump @orpc/\* to 1.13.13 and kysely to 0.28.15 to resolve npm audit vulnerabilities
|
|
8
|
+
- Updated dependencies [f4448ea]
|
|
9
|
+
- @c15t/backend@1.8.6
|
|
10
|
+
|
|
11
|
+
## 1.8.5
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- be4e218: Republish patch release to fix workspace dependency protocol resolution during publish.
|
|
16
|
+
|
|
17
|
+
Published package manifests now resolve `workspace:*` references to concrete semver ranges before release.
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [be4e218]
|
|
20
|
+
- @c15t/backend@1.8.5
|
|
21
|
+
- @c15t/translations@1.8.5
|
|
22
|
+
|
|
3
23
|
## 1.8.4
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
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,15 +55,15 @@
|
|
|
55
55
|
"not op_mini all"
|
|
56
56
|
],
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@c15t/backend": "
|
|
59
|
-
"@c15t/translations": "
|
|
60
|
-
"@orpc/client": "1.13.
|
|
61
|
-
"@orpc/server": "1.13.
|
|
58
|
+
"@c15t/backend": "1.8.6",
|
|
59
|
+
"@c15t/translations": "1.8.5",
|
|
60
|
+
"@orpc/client": "1.13.13",
|
|
61
|
+
"@orpc/server": "1.13.13",
|
|
62
62
|
"zustand": "^5.0.11"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@c15t/typescript-config": "
|
|
66
|
-
"@c15t/vitest-config": "
|
|
65
|
+
"@c15t/typescript-config": "0.0.1-beta.1",
|
|
66
|
+
"@c15t/vitest-config": "1.0.0",
|
|
67
67
|
"genversion": "^3.2.0",
|
|
68
68
|
"vitest-localstorage-mock": "^0.1.2"
|
|
69
69
|
},
|