c15t 1.4.0 → 1.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # c15t
2
2
 
3
+ ## 1.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8afd304]
8
+ - @c15t/backend@1.4.1
9
+
3
10
  ## 1.4.0
4
11
 
5
12
  ### Minor Changes
package/dist/index.cjs CHANGED
@@ -1199,7 +1199,7 @@ function createTrackingBlocker(config = {}, initialConsents) {
1199
1199
  };
1200
1200
  }
1201
1201
  var package_namespaceObject = {
1202
- i8: "1.4.0"
1202
+ i8: "1.4.1"
1203
1203
  };
1204
1204
  const initialState = {
1205
1205
  config: {
package/dist/index.js CHANGED
@@ -1159,7 +1159,7 @@ function createTrackingBlocker(config = {}, initialConsents) {
1159
1159
  };
1160
1160
  }
1161
1161
  var package_namespaceObject = {
1162
- i8: "1.4.0"
1162
+ i8: "1.4.1"
1163
1163
  };
1164
1164
  const initialState = {
1165
1165
  config: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c15t",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "license": "GPL-3.0-only",
5
5
  "type": "module",
6
6
  "exports": {
@@ -22,8 +22,8 @@
22
22
  "@orpc/client": "1.2.0",
23
23
  "@orpc/server": "1.2.0",
24
24
  "zustand": "^5.0.3",
25
- "@c15t/translations": "1.3.1",
26
- "@c15t/backend": "1.3.1"
25
+ "@c15t/backend": "1.4.1",
26
+ "@c15t/translations": "1.3.1"
27
27
  },
28
28
  "devDependencies": {
29
29
  "vitest-localstorage-mock": "^0.1.2",