@toolproof-npm/schema 0.1.74 → 0.1.75

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.
@@ -212,6 +212,7 @@
212
212
  "StrategyRun",
213
213
  "StrategyRunIdentity",
214
214
  "ExecutionSocketMaterialized",
215
- "ExecutionIdentity"
215
+ "ExecutionIdentity",
216
+ "ExecutionSocket"
216
217
  ]
217
218
  }
@@ -2048,7 +2048,7 @@
2048
2048
  },
2049
2049
  "unevaluatedProperties": false
2050
2050
  },
2051
- "strategyStateUpdate2": {
2051
+ "strategyStateUpdateWide": {
2052
2052
  "type": "object",
2053
2053
  "propertyNames": {
2054
2054
  "$ref": "#/$defs/ExecutionIdentity"
@@ -2749,7 +2749,7 @@
2749
2749
  },
2750
2750
  "unevaluatedProperties": false
2751
2751
  },
2752
- "strategyStateUpdate2": {
2752
+ "strategyStateUpdateWide": {
2753
2753
  "type": "object",
2754
2754
  "propertyNames": {
2755
2755
  "$ref": "#/$defs/ExecutionIdentity"
@@ -1479,7 +1479,7 @@
1479
1479
  "$ref": "#/$defs/ExecutionIdentity"
1480
1480
  }
1481
1481
  },
1482
- "strategyStateUpdate2": {
1482
+ "strategyStateUpdateWide": {
1483
1483
  "type": "object",
1484
1484
  "additionalProperties": {
1485
1485
  "$ref": "#/$defs/ExecutionSocket"
@@ -626,7 +626,7 @@ export interface StrategyRunUpdate {
626
626
  strategyStateUpdate: {
627
627
  [k: string]: ExecutionSocketMaterialized;
628
628
  };
629
- strategyStateUpdate2?: {
629
+ strategyStateUpdateWide?: {
630
630
  [k: string]: ExecutionSocket;
631
631
  };
632
632
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolproof-npm/schema",
3
- "version": "0.1.74",
3
+ "version": "0.1.75",
4
4
  "description": "JSON schemas and TypeScript types for ToolProof",
5
5
  "keywords": [
6
6
  "toolproof",