@c15t/backend 1.7.0 → 1.7.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.
@@ -1,19 +1,19 @@
1
1
 
2
- > @c15t/backend@1.7.0 build /home/runner/work/c15t/c15t/packages/backend
2
+ > @c15t/backend@1.7.1 build /home/runner/work/c15t/c15t/packages/backend
3
3
  > pnpm prebuild && rslib build
4
4
 
5
5
 
6
- > @c15t/backend@1.7.0 prebuild /home/runner/work/c15t/c15t/packages/backend
6
+ > @c15t/backend@1.7.1 prebuild /home/runner/work/c15t/c15t/packages/backend
7
7
  > genversion --esm --semi src/version.ts
8
8
 
9
9
  Rslib v0.6.2
10
10
 
11
+ ready built in 0.82 s (esm)
12
+ ready built in 0.82 s (cjs)
11
13
  start generating declaration files... (esm)
12
- ready built in 1.05 s (esm)
13
- ready built in 1.04 s (cjs)
14
14
  start generating declaration files... (cjs)
15
- ready declaration files generated in 11.0 s (esm)
16
15
  ready declaration files generated in 11.0 s (cjs)
16
+ ready declaration files generated in 11.1 s (esm)
17
17
 
18
18
   File (esm) Size 
19
19
  dist/pkgs/types/index.js 0.00 kB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @c15t/backend
2
2
 
3
+ ## 1.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8f3f146: chore: update various dependancies
8
+
3
9
  ## 1.7.0
4
10
 
5
11
  ### Patch Changes
package/dist/core.cjs CHANGED
@@ -2224,7 +2224,7 @@ function getBaseURL(url, path) {
2224
2224
  if (fromEnv) return withPath(fromEnv, path);
2225
2225
  }
2226
2226
  var package_namespaceObject = {
2227
- i8: "1.7.0"
2227
+ i8: "1.7.1"
2228
2228
  };
2229
2229
  const createRegistry = (ctx)=>({
2230
2230
  ...auditLogRegistry(ctx),
@@ -2503,7 +2503,7 @@ const processCors = (request, context, trustedOrigins)=>{
2503
2503
  }
2504
2504
  return context;
2505
2505
  };
2506
- const version = '1.7.0';
2506
+ const version = '1.7.1';
2507
2507
  const createOpenAPIConfig = (options)=>{
2508
2508
  const basePath = options.basePath || '';
2509
2509
  return {
package/dist/core.js CHANGED
@@ -2187,7 +2187,7 @@ function getBaseURL(url, path) {
2187
2187
  if (fromEnv) return withPath(fromEnv, path);
2188
2188
  }
2189
2189
  var package_namespaceObject = {
2190
- i8: "1.7.0"
2190
+ i8: "1.7.1"
2191
2191
  };
2192
2192
  const createRegistry = (ctx)=>({
2193
2193
  ...auditLogRegistry(ctx),
@@ -2466,7 +2466,7 @@ const processCors = (request, context, trustedOrigins)=>{
2466
2466
  }
2467
2467
  return context;
2468
2468
  };
2469
- const version = '1.7.0';
2469
+ const version = '1.7.1';
2470
2470
  const createOpenAPIConfig = (options)=>{
2471
2471
  const basePath = options.basePath || '';
2472
2472
  return {
package/dist/router.cjs CHANGED
@@ -1279,7 +1279,7 @@ const consentHandlers = {
1279
1279
  showBanner: handler_showConsentBanner,
1280
1280
  verify: verifyConsent
1281
1281
  };
1282
- const version = '1.7.0';
1282
+ const version = '1.7.1';
1283
1283
  const statusHandler = os.meta.status.handler(({ context })=>{
1284
1284
  const typedContext = context;
1285
1285
  const headers = typedContext.headers;
package/dist/router.js CHANGED
@@ -1241,7 +1241,7 @@ const consentHandlers = {
1241
1241
  showBanner: handler_showConsentBanner,
1242
1242
  verify: verifyConsent
1243
1243
  };
1244
- const version = '1.7.0';
1244
+ const version = '1.7.1';
1245
1245
  const statusHandler = os.meta.status.handler(({ context })=>{
1246
1246
  const typedContext = context;
1247
1247
  const headers = typedContext.headers;
package/dist/v2/core.cjs CHANGED
@@ -169,7 +169,7 @@ const processCors = (request, context, trustedOrigins)=>{
169
169
  }
170
170
  return context;
171
171
  };
172
- const version = '1.7.0';
172
+ const version = '1.7.1';
173
173
  const createOpenAPIConfig = (options)=>{
174
174
  const basePath = options.basePath || '';
175
175
  return {
package/dist/v2/core.js CHANGED
@@ -141,7 +141,7 @@ const processCors = (request, context, trustedOrigins)=>{
141
141
  }
142
142
  return context;
143
143
  };
144
- const version = '1.7.0';
144
+ const version = '1.7.1';
145
145
  const createOpenAPIConfig = (options)=>{
146
146
  const basePath = options.basePath || '';
147
147
  return {
@@ -1264,7 +1264,7 @@ const consentHandlers = {
1264
1264
  showBanner: handler_showConsentBanner,
1265
1265
  verify: verifyConsent
1266
1266
  };
1267
- const version = '1.7.0';
1267
+ const version = '1.7.1';
1268
1268
  const statusHandler = os.meta.status.handler(({ context })=>{
1269
1269
  const typedContext = context;
1270
1270
  const headers = typedContext.headers;
package/dist/v2/router.js CHANGED
@@ -1226,7 +1226,7 @@ const consentHandlers = {
1226
1226
  showBanner: handler_showConsentBanner,
1227
1227
  verify: verifyConsent
1228
1228
  };
1229
- const version = '1.7.0';
1229
+ const version = '1.7.1';
1230
1230
  const statusHandler = os.meta.status.handler(({ context })=>{
1231
1231
  const typedContext = context;
1232
1232
  const headers = typedContext.headers;
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "1.7.0";
1
+ export declare const version = "1.7.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c15t/backend",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "Consent policy engine and API for c15t. Powers the cookie banner, consent manager, and preferences centre. Webhooks, audit logs, storage adapters. Self host or use consent.io",
5
5
  "keywords": [
6
6
  "consent",
@@ -184,7 +184,7 @@
184
184
  "@orpc/zod": "1.8.1",
185
185
  "base-x": "^5.0.1",
186
186
  "defu": "^6.1.4",
187
- "drizzle-orm": "^0.41.0",
187
+ "drizzle-orm": "^0.44.6",
188
188
  "fumadb": "^0.1.1",
189
189
  "kysely": "^0.27.6",
190
190
  "neverthrow": "^8.2.0",
@@ -204,7 +204,6 @@
204
204
  "kysely-pglite": "^0.6.1",
205
205
  "msw": "^2.7.6",
206
206
  "typescript": "^5.8.3",
207
- "vitest": "^3.1.1",
208
207
  "@c15t/typescript-config": "0.0.1-beta.1",
209
208
  "@c15t/vitest-config": "1.0.0"
210
209
  },
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '1.7.0';
2
+ export const version = '1.7.1';