@clue-ai/browser-sdk 0.0.1 → 0.1.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.
@@ -1,6 +1,6 @@
1
1
  import type { ClueConsentState, ResolvedClueConfig } from "./types";
2
2
  export declare const SDK_NAME = "@clue-ai/browser-sdk";
3
- export declare const SDK_VERSION = "0.0.1";
3
+ export declare const SDK_VERSION = "0.1.0";
4
4
  export declare const EVENT_SOURCE: "browser_sdk";
5
5
  export declare const EVENT_VERSION = 1;
6
6
  export declare const SOURCE_SCHEMA_VERSION = "1";
@@ -1,5 +1,5 @@
1
1
  export const SDK_NAME = "@clue-ai/browser-sdk";
2
- export const SDK_VERSION = "0.0.1";
2
+ export const SDK_VERSION = "0.1.0";
3
3
  export const EVENT_SOURCE = "browser_sdk";
4
4
  export const EVENT_VERSION = 1;
5
5
  export const SOURCE_SCHEMA_VERSION = "1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clue-ai/browser-sdk",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "description": "Clue Browser SDK for raw telemetry capture and transport",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",