@prodantix/sdk 0.0.1-beta.333 → 0.0.1-beta.339

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.
@@ -130,4 +130,4 @@ declare class ProdantixClient {
130
130
  }
131
131
  declare function createClient(config: ProdantixConfig): ProdantixClient;
132
132
 
133
- export { type CaptureOptions as C, type EventBatch as E, type FlagsResponse as F, type IdFactory as I, type JsonValue as J, type LocalFlagContext as L, ProdantixClient as P, type StorageAdapter as S, type Transport as T, type Clock as a, type EventContext as b, type EventEnvelope as c, type EventProperties as d, type IdentifyOptions as e, type InboxMessage as f, type InboxResponse as g, type ProdantixConfig as h, type TransportRequest as i, createClient as j };
133
+ export { type CaptureOptions as C, type EventBatch as E, type FlagsResponse as F, type InboxMessage as I, type JsonValue as J, type LocalFlagContext as L, ProdantixClient as P, type StorageAdapter as S, type Transport as T, type Clock as a, type EventContext as b, type EventEnvelope as c, type EventProperties as d, type IdFactory as e, type IdentifyOptions as f, type InboxResponse as g, type ProdantixConfig as h, type TransportRequest as i, createClient as j };
@@ -130,4 +130,4 @@ declare class ProdantixClient {
130
130
  }
131
131
  declare function createClient(config: ProdantixConfig): ProdantixClient;
132
132
 
133
- export { type CaptureOptions as C, type EventBatch as E, type FlagsResponse as F, type IdFactory as I, type JsonValue as J, type LocalFlagContext as L, ProdantixClient as P, type StorageAdapter as S, type Transport as T, type Clock as a, type EventContext as b, type EventEnvelope as c, type EventProperties as d, type IdentifyOptions as e, type InboxMessage as f, type InboxResponse as g, type ProdantixConfig as h, type TransportRequest as i, createClient as j };
133
+ export { type CaptureOptions as C, type EventBatch as E, type FlagsResponse as F, type InboxMessage as I, type JsonValue as J, type LocalFlagContext as L, ProdantixClient as P, type StorageAdapter as S, type Transport as T, type Clock as a, type EventContext as b, type EventEnvelope as c, type EventProperties as d, type IdFactory as e, type IdentifyOptions as f, type InboxResponse as g, type ProdantixConfig as h, type TransportRequest as i, createClient as j };
package/dist/index.d.cts CHANGED
@@ -1,7 +1,7 @@
1
- import { J as JsonValue, f as InboxMessage, S as StorageAdapter } from './client-B1bcIuD8.cjs';
2
- export { C as CaptureOptions, a as Clock, E as EventBatch, b as EventContext, c as EventEnvelope, d as EventProperties, F as FlagsResponse, I as IdFactory, e as IdentifyOptions, g as InboxResponse, L as LocalFlagContext, P as ProdantixClient, h as ProdantixConfig, T as Transport, i as TransportRequest, j as createClient } from './client-B1bcIuD8.cjs';
1
+ import { J as JsonValue, I as InboxMessage, S as StorageAdapter } from './client-oNVLc1M6.cjs';
2
+ export { C as CaptureOptions, a as Clock, E as EventBatch, b as EventContext, c as EventEnvelope, d as EventProperties, F as FlagsResponse, e as IdFactory, f as IdentifyOptions, g as InboxResponse, L as LocalFlagContext, P as ProdantixClient, h as ProdantixConfig, T as Transport, i as TransportRequest, j as createClient } from './client-oNVLc1M6.cjs';
3
3
  import { F as FetchLike } from './http-BCh716Vs.cjs';
4
- export { F as FetchTransport } from './transport-BOmEPpCa.cjs';
4
+ export { F as FetchTransport } from './transport-D0mJSfoM.cjs';
5
5
 
6
6
  type ProdantixErrorCode = 'config' | 'queue_overflow' | 'transport' | 'validation';
7
7
  declare class ProdantixError extends Error {
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import { J as JsonValue, f as InboxMessage, S as StorageAdapter } from './client-B1bcIuD8.js';
2
- export { C as CaptureOptions, a as Clock, E as EventBatch, b as EventContext, c as EventEnvelope, d as EventProperties, F as FlagsResponse, I as IdFactory, e as IdentifyOptions, g as InboxResponse, L as LocalFlagContext, P as ProdantixClient, h as ProdantixConfig, T as Transport, i as TransportRequest, j as createClient } from './client-B1bcIuD8.js';
1
+ import { J as JsonValue, I as InboxMessage, S as StorageAdapter } from './client-oNVLc1M6.js';
2
+ export { C as CaptureOptions, a as Clock, E as EventBatch, b as EventContext, c as EventEnvelope, d as EventProperties, F as FlagsResponse, e as IdFactory, f as IdentifyOptions, g as InboxResponse, L as LocalFlagContext, P as ProdantixClient, h as ProdantixConfig, T as Transport, i as TransportRequest, j as createClient } from './client-oNVLc1M6.js';
3
3
  import { F as FetchLike } from './http-BCh716Vs.js';
4
- export { F as FetchTransport } from './transport-B7A4sAOI.js';
4
+ export { F as FetchTransport } from './transport-DAUskhZI.js';
5
5
 
6
6
  type ProdantixErrorCode = 'config' | 'queue_overflow' | 'transport' | 'validation';
7
7
  declare class ProdantixError extends Error {
package/dist/node.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- import { h as ProdantixConfig, P as ProdantixClient } from './client-B1bcIuD8.cjs';
1
+ import { h as ProdantixConfig, P as ProdantixClient } from './client-oNVLc1M6.cjs';
2
2
 
3
3
  declare function createNodeClient(options: ProdantixConfig): ProdantixClient;
4
4
 
package/dist/node.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { h as ProdantixConfig, P as ProdantixClient } from './client-B1bcIuD8.js';
1
+ import { h as ProdantixConfig, P as ProdantixClient } from './client-oNVLc1M6.js';
2
2
 
3
3
  declare function createNodeClient(options: ProdantixConfig): ProdantixClient;
4
4
 
@@ -1,5 +1,5 @@
1
1
  import { F as FetchLike } from './http-BCh716Vs.cjs';
2
- import { T as Transport, i as TransportRequest } from './client-B1bcIuD8.cjs';
2
+ import { T as Transport, i as TransportRequest } from './client-oNVLc1M6.cjs';
3
3
 
4
4
  interface FetchTransportOptions {
5
5
  baseDelayMs?: number;
@@ -1,5 +1,5 @@
1
1
  import { F as FetchLike } from './http-BCh716Vs.js';
2
- import { T as Transport, i as TransportRequest } from './client-B1bcIuD8.js';
2
+ import { T as Transport, i as TransportRequest } from './client-oNVLc1M6.js';
3
3
 
4
4
  interface FetchTransportOptions {
5
5
  baseDelayMs?: number;
package/dist/web.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { P as ProdantixClient, T as Transport, i as TransportRequest, h as ProdantixConfig } from './client-B1bcIuD8.cjs';
2
- import { a as FetchTransportOptions } from './transport-BOmEPpCa.cjs';
1
+ import { P as ProdantixClient, T as Transport, i as TransportRequest, h as ProdantixConfig } from './client-oNVLc1M6.cjs';
2
+ import { a as FetchTransportOptions } from './transport-D0mJSfoM.cjs';
3
3
  import { F as FetchLike } from './http-BCh716Vs.cjs';
4
4
 
5
5
  interface AutocaptureOptions {
package/dist/web.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { P as ProdantixClient, T as Transport, i as TransportRequest, h as ProdantixConfig } from './client-B1bcIuD8.js';
2
- import { a as FetchTransportOptions } from './transport-B7A4sAOI.js';
1
+ import { P as ProdantixClient, T as Transport, i as TransportRequest, h as ProdantixConfig } from './client-oNVLc1M6.js';
2
+ import { a as FetchTransportOptions } from './transport-DAUskhZI.js';
3
3
  import { F as FetchLike } from './http-BCh716Vs.js';
4
4
 
5
5
  interface AutocaptureOptions {
package/package.json CHANGED
@@ -2,9 +2,9 @@
2
2
  "description": "Prodantix analytics + feature-flag client SDK (isomorphic, zero-dependency)",
3
3
  "devDependencies": {
4
4
  "@bomdisoft/typescript-config": "0.0.0",
5
- "@happy-dom/global-registrator": "^20.10.3",
6
- "@types/bun": "^1.3.14",
7
- "@types/node": "^25.9.3",
5
+ "@happy-dom/global-registrator": "^20.11.6",
6
+ "@types/bun": "^1.4.0",
7
+ "@types/node": "^26.2.0",
8
8
  "tsup": "8.5.1",
9
9
  "typescript": "^6.0.3"
10
10
  },
@@ -53,5 +53,5 @@
53
53
  "sideEffects": false,
54
54
  "type": "module",
55
55
  "types": "./dist/index.d.ts",
56
- "version": "0.0.1-beta.333"
56
+ "version": "0.0.1-beta.339"
57
57
  }