@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.
- package/dist/{client-B1bcIuD8.d.cts → client-oNVLc1M6.d.cts} +1 -1
- package/dist/{client-B1bcIuD8.d.ts → client-oNVLc1M6.d.ts} +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/node.d.cts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/{transport-BOmEPpCa.d.cts → transport-D0mJSfoM.d.cts} +1 -1
- package/dist/{transport-B7A4sAOI.d.ts → transport-DAUskhZI.d.ts} +1 -1
- package/dist/web.d.cts +2 -2
- package/dist/web.d.ts +2 -2
- package/package.json +4 -4
|
@@ -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
|
|
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
|
|
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,
|
|
2
|
-
export { C as CaptureOptions, a as Clock, E as EventBatch, b as EventContext, c as EventEnvelope, d as EventProperties, F as FlagsResponse,
|
|
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-
|
|
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,
|
|
2
|
-
export { C as CaptureOptions, a as Clock, E as EventBatch, b as EventContext, c as EventEnvelope, d as EventProperties, F as FlagsResponse,
|
|
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-
|
|
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
package/dist/node.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { F as FetchLike } from './http-BCh716Vs.cjs';
|
|
2
|
-
import { T as Transport, i as TransportRequest } from './client-
|
|
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-
|
|
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-
|
|
2
|
-
import { a as FetchTransportOptions } from './transport-
|
|
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-
|
|
2
|
-
import { a as FetchTransportOptions } from './transport-
|
|
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.
|
|
6
|
-
"@types/bun": "^1.
|
|
7
|
-
"@types/node": "^
|
|
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.
|
|
56
|
+
"version": "0.0.1-beta.339"
|
|
57
57
|
}
|