@traffical/node 0.12.1 → 0.12.2

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
  /**
2
2
  * Tests for the Node SDK exposure path (enh #3 — parity with the browser SDK):
3
- * - trackExposure() skips `attributionOnly` layers (experiments the user was
3
+ * - trackExposure() skips `attributionOnly` layers (policies the user was
4
4
  * assigned to for attribution but not actually shown).
5
5
  * - trackExposure() deduplicates per (unit, policy, allocation) within a session.
6
6
  * - getUnitKeyField() / getParameterLayerId() read the loaded bundle.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Tests for the Node SDK exposure path (enh #3 — parity with the browser SDK):
3
- * - trackExposure() skips `attributionOnly` layers (experiments the user was
3
+ * - trackExposure() skips `attributionOnly` layers (policies the user was
4
4
  * assigned to for attribution but not actually shown).
5
5
  * - trackExposure() deduplicates per (unit, policy, allocation) within a session.
6
6
  * - getUnitKeyField() / getParameterLayerId() read the loaded bundle.
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const SDK_VERSION = "0.12.1";
1
+ export declare const SDK_VERSION = "0.12.2";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // Auto-generated from package.json — do not edit manually.
2
- export const SDK_VERSION = "0.12.1";
2
+ export const SDK_VERSION = "0.12.2";
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@traffical/node",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "Traffical SDK for Node.js - HTTP client with caching and event tracking",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -23,8 +23,8 @@
23
23
  "typecheck": "bun run generate-version && tsc --noEmit"
24
24
  },
25
25
  "dependencies": {
26
- "@traffical/core": "0.12.0",
27
- "@traffical/core-io": "0.7.1"
26
+ "@traffical/core": "0.12.1",
27
+ "@traffical/core-io": "0.7.2"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/bun": "latest",