@nexly/core 0.12.1 → 0.13.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.
package/dist/clients.d.ts CHANGED
@@ -11,6 +11,7 @@ export declare const NexlyClient: {
11
11
  readonly RNIos: "rn-ios";
12
12
  readonly RNAndroid: "rn-android";
13
13
  readonly RNWeb: "rn-web";
14
+ readonly Node: "node";
14
15
  };
15
16
  /** Type union of all known client identifiers (string-literal type). */
16
17
  export type NexlyClient = (typeof NexlyClient)[keyof typeof NexlyClient];
@@ -1 +1 @@
1
- {"version":3,"file":"clients.d.ts","sourceRoot":"","sources":["../src/clients.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,WAAW;;;;;;;CAOd,CAAA;AAEV,wEAAwE;AACxE,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAA"}
1
+ {"version":3,"file":"clients.d.ts","sourceRoot":"","sources":["../src/clients.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,WAAW;;;;;;;;CAQd,CAAA;AAEV,wEAAwE;AACxE,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,WAAW,CAAC,CAAC,MAAM,OAAO,WAAW,CAAC,CAAA"}
package/dist/clients.js CHANGED
@@ -11,4 +11,5 @@ export const NexlyClient = {
11
11
  RNIos: 'rn-ios',
12
12
  RNAndroid: 'rn-android',
13
13
  RNWeb: 'rn-web',
14
+ Node: 'node',
14
15
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexly/core",
3
- "version": "0.12.1",
3
+ "version": "0.13.0",
4
4
  "description": "Nexly ingest core (platform-agnostic): types, payload builder, abstract NexlyBase client",
5
5
  "license": "MIT",
6
6
  "keywords": [