@c15t/node-sdk 3.0.0-alpha.0 → 3.0.0-alpha.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.js +1 -1
- package/dist-types/headers.d.ts +1 -1
- package/dist-types/version.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -46,7 +46,7 @@ class C15TError extends Error {
|
|
|
46
46
|
const error_isC15TError = function(error) {
|
|
47
47
|
return error instanceof C15TError;
|
|
48
48
|
};
|
|
49
|
-
const version = '3.0.0-alpha.
|
|
49
|
+
const version = '3.0.0-alpha.1';
|
|
50
50
|
const C15T_VERSION_HEADERS = {
|
|
51
51
|
'x-c15t-version': version
|
|
52
52
|
};
|
package/dist-types/headers.d.ts
CHANGED
package/dist-types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "3.0.0-alpha.
|
|
1
|
+
export declare const version = "3.0.0-alpha.1";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c15t/node-sdk",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.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",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"test:watch": "bun prebuild && vitest"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@c15t/backend": "3.0.0-alpha.
|
|
64
|
+
"@c15t/backend": "3.0.0-alpha.1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@c15t/typescript-config": "0.0.1",
|