@c15t/node-sdk 2.2.0-canary-20260814121231 → 2.2.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/dist/index.cjs CHANGED
@@ -84,9 +84,8 @@ class C15TError extends Error {
84
84
  function isC15TError(error) {
85
85
  return error instanceof C15TError;
86
86
  }
87
- const version = '2.2.0-canary-20260814121231';
88
87
  const C15T_VERSION_HEADERS = {
89
- 'x-c15t-version': version
88
+ 'x-c15t-version': "2.2.1"
90
89
  };
91
90
  const DEFAULT_RETRY_CONFIG = {
92
91
  maxRetries: 3,
package/dist/index.js CHANGED
@@ -46,9 +46,8 @@ class C15TError extends Error {
46
46
  function isC15TError(error) {
47
47
  return error instanceof C15TError;
48
48
  }
49
- const version = '2.2.0-canary-20260814121231';
50
49
  const C15T_VERSION_HEADERS = {
51
- 'x-c15t-version': version
50
+ 'x-c15t-version': "2.2.1"
52
51
  };
53
52
  const DEFAULT_RETRY_CONFIG = {
54
53
  maxRetries: 3,
@@ -1,3 +1,3 @@
1
1
  export declare const C15T_VERSION_HEADERS: {
2
- readonly 'x-c15t-version': "2.2.0-canary-20260814121231";
2
+ readonly 'x-c15t-version': "2.2.1";
3
3
  };
@@ -1 +1 @@
1
- export declare const version = "2.2.0-canary-20260814121231";
1
+ export declare const version = "2.2.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c15t/node-sdk",
3
- "version": "2.2.0-canary-20260814121231",
3
+ "version": "2.2.1",
4
4
  "description": "Type-safe Node.js SDK for hosted and self-hosted c15t consent APIs, consent records, privacy preferences, and backend automation.",
5
5
  "keywords": [
6
6
  "c15t",
@@ -62,7 +62,7 @@
62
62
  "test:watch": "bun prebuild && vitest"
63
63
  },
64
64
  "dependencies": {
65
- "@c15t/backend": "2.2.0-canary-20260814121231"
65
+ "@c15t/backend": "2.2.1"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@c15t/typescript-config": "0.0.1",