@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 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.0';
49
+ const version = '3.0.0-alpha.1';
50
50
  const C15T_VERSION_HEADERS = {
51
51
  'x-c15t-version': version
52
52
  };
@@ -1,3 +1,3 @@
1
1
  export declare const C15T_VERSION_HEADERS: {
2
- readonly 'x-c15t-version': "3.0.0-alpha.0";
2
+ readonly 'x-c15t-version': "3.0.0-alpha.1";
3
3
  };
@@ -1 +1 @@
1
- export declare const version = "3.0.0-alpha.0";
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.0",
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.0"
64
+ "@c15t/backend": "3.0.0-alpha.1"
65
65
  },
66
66
  "devDependencies": {
67
67
  "@c15t/typescript-config": "0.0.1",