@the-open-engine/zeroshot 6.47.0 → 7.0.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.
@@ -801,6 +801,7 @@ export type RunLogEventNotification = {
801
801
  readonly "record": LogRecord;
802
802
  readonly "runId": string;
803
803
  readonly "subscriptionId": string;
804
+ readonly "timestamp": number;
804
805
  };
805
806
  export type RunLogsParams = {
806
807
  readonly "execution"?: string | null;
@@ -801,6 +801,7 @@ export type RunLogEventNotification = {
801
801
  readonly "record": LogRecord;
802
802
  readonly "runId": string;
803
803
  readonly "subscriptionId": string;
804
+ readonly "timestamp": number;
804
805
  };
805
806
  export type RunLogsParams = {
806
807
  readonly "execution"?: string | null;
@@ -801,6 +801,7 @@ export type RunLogEventNotification = {
801
801
  readonly "record": LogRecord;
802
802
  readonly "runId": string;
803
803
  readonly "subscriptionId": string;
804
+ readonly "timestamp": number;
804
805
  };
805
806
  export type RunLogsParams = {
806
807
  readonly "execution"?: string | null;
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@the-open-engine/zeroshot",
3
- "version": "6.47.0",
3
+ "version": "7.0.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@the-open-engine/zeroshot",
9
- "version": "6.47.0",
9
+ "version": "7.0.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-open-engine/zeroshot",
3
- "version": "6.47.0",
3
+ "version": "7.0.0",
4
4
  "description": "Independent executor–verifier orchestration for software changes.",
5
5
  "main": "src/orchestrator.js",
6
6
  "bin": {