@the-open-engine/zeroshot 6.46.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.46.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.46.0",
9
+ "version": "7.0.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
@@ -5015,9 +5015,9 @@
5015
5015
  "license": "MIT"
5016
5016
  },
5017
5017
  "node_modules/@xmldom/xmldom": {
5018
- "version": "0.8.13",
5019
- "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.13.tgz",
5020
- "integrity": "sha512-KRYzxepc14G/CEpEGc3Yn+JKaAeT63smlDr+vjB8jRfgTBBI9wRj/nkQEO+ucV8p8I9bfKLWp37uHgFrbntPvw==",
5018
+ "version": "0.8.15",
5019
+ "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.15.tgz",
5020
+ "integrity": "sha512-/5NV/vDALVFDXgLmfsy9TRCBlKwO2LNBFzpzvb9iIj+jR+eSc6DLYYvVOdivT/jm7MtU6TebYuRmzEOI7w40UA==",
5021
5021
  "license": "MIT",
5022
5022
  "engines": {
5023
5023
  "node": ">=10.0.0"
@@ -7663,9 +7663,9 @@
7663
7663
  "license": "MIT"
7664
7664
  },
7665
7665
  "node_modules/fast-uri": {
7666
- "version": "3.1.5",
7667
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.5.tgz",
7668
- "integrity": "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw==",
7666
+ "version": "3.1.7",
7667
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.7.tgz",
7668
+ "integrity": "sha512-dOvZVzjdZdz7phd9v6jCbwxrBW3fK6n8Rc0CtdmM4bumzMnxywBYhuph6J819RRw/ku+rLbelwfMunktuzVVHg==",
7669
7669
  "funding": [
7670
7670
  {
7671
7671
  "type": "github",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-open-engine/zeroshot",
3
- "version": "6.46.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": {