@kinotic-ai/core 1.0.4 → 1.0.6

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/index.cjs CHANGED
@@ -1991,7 +1991,7 @@ var import_operators2 = require("rxjs/operators");
1991
1991
  // packages/core/package.json
1992
1992
  var package_default = {
1993
1993
  name: "@kinotic-ai/core",
1994
- description: "Kinotic Core",
1994
+ version: "1.0.6",
1995
1995
  type: "module",
1996
1996
  files: [
1997
1997
  "dist"
package/dist/index.d.cts CHANGED
@@ -33,7 +33,7 @@ declare class ConnectionInfo extends ServerInfo {
33
33
  */
34
34
  disableStickySession?: boolean | null;
35
35
  }
36
- import { IEvent } from "./IEventBus";
36
+ import { IEvent } from "./IEventBus.js";
37
37
  /**
38
38
  * Interface for the service context, extendable by users for type-safe context data.
39
39
  *
package/dist/index.d.ts CHANGED
@@ -33,7 +33,7 @@ declare class ConnectionInfo extends ServerInfo {
33
33
  */
34
34
  disableStickySession?: boolean | null;
35
35
  }
36
- import { IEvent } from "./IEventBus";
36
+ import { IEvent } from "./IEventBus.js";
37
37
  /**
38
38
  * Interface for the service context, extendable by users for type-safe context data.
39
39
  *
package/dist/index.js CHANGED
@@ -1921,7 +1921,7 @@ import { first, map as map2 } from "rxjs/operators";
1921
1921
  // packages/core/package.json
1922
1922
  var package_default = {
1923
1923
  name: "@kinotic-ai/core",
1924
- description: "Kinotic Core",
1924
+ version: "1.0.6",
1925
1925
  type: "module",
1926
1926
  files: [
1927
1927
  "dist"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kinotic-ai/core",
3
- "description": "Kinotic Core",
3
+ "version": "1.0.6",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -70,6 +70,5 @@
70
70
  "typescript": {
71
71
  "optional": true
72
72
  }
73
- },
74
- "version": "1.0.4"
73
+ }
75
74
  }