@kinotic-ai/core 1.0.3 → 1.0.5

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.d.cts CHANGED
@@ -639,7 +639,7 @@ declare function Publish(namespace: string, name?: string): (target: Function) =
639
639
  /**
640
640
  * The project configuration for a Kinotic project.
641
641
  */
642
- declare abstract class KinoticProjectConfig {
642
+ declare class KinoticProjectConfig {
643
643
  /**
644
644
  * The name of the project or undefined if a project name is used.
645
645
  * i.e. if the project is typescript the package.json name will be used.
package/dist/index.d.ts CHANGED
@@ -639,7 +639,7 @@ declare function Publish(namespace: string, name?: string): (target: Function) =
639
639
  /**
640
640
  * The project configuration for a Kinotic project.
641
641
  */
642
- declare abstract class KinoticProjectConfig {
642
+ declare class KinoticProjectConfig {
643
643
  /**
644
644
  * The name of the project or undefined if a project name is used.
645
645
  * i.e. if the project is typescript the package.json name will be used.
package/package.json CHANGED
@@ -71,5 +71,5 @@
71
71
  "optional": true
72
72
  }
73
73
  },
74
- "version": "1.0.3"
74
+ "version": "1.0.5"
75
75
  }