@c15t/node-sdk 2.2.0-canary-20260731105620 → 2.2.0
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 +1 -2
- package/dist/index.js +1 -2
- package/dist-types/headers.d.ts +1 -1
- package/dist-types/version.d.ts +1 -1
- package/package.json +2 -2
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-20260731105620';
|
|
88
87
|
const C15T_VERSION_HEADERS = {
|
|
89
|
-
'x-c15t-version':
|
|
88
|
+
'x-c15t-version': "2.2.0"
|
|
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-20260731105620';
|
|
50
49
|
const C15T_VERSION_HEADERS = {
|
|
51
|
-
'x-c15t-version':
|
|
50
|
+
'x-c15t-version': "2.2.0"
|
|
52
51
|
};
|
|
53
52
|
const DEFAULT_RETRY_CONFIG = {
|
|
54
53
|
maxRetries: 3,
|
package/dist-types/headers.d.ts
CHANGED
package/dist-types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "2.2.0
|
|
1
|
+
export declare const version = "2.2.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c15t/node-sdk",
|
|
3
|
-
"version": "2.2.0
|
|
3
|
+
"version": "2.2.0",
|
|
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
|
|
65
|
+
"@c15t/backend": "2.2.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@c15t/typescript-config": "0.0.1",
|