@toolproof-npm/shared 0.1.116 → 0.1.117

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.
@@ -59,6 +59,8 @@ export declare const CONSTANTS: {
59
59
  readonly TYPE_Error: "TYPE-Error";
60
60
  readonly TYPE_StatelessStrategy: "TYPE-StatelessStrategy";
61
61
  readonly TYPE_StatefulStrategy: "TYPE-StatefulStrategy";
62
+ readonly TYPE_StrategyRun: "TYPE-StrategyRun";
63
+ readonly TYPE_RunRecording: "TYPE-RunRecording";
62
64
  readonly ROLE_Manual: "ROLE-Manual";
63
65
  readonly ROLE_Iteration: "ROLE-Iteration";
64
66
  readonly ROLE_ErrorOutput: "ROLE-ErrorOutput";
package/dist/constants.js CHANGED
@@ -59,6 +59,8 @@ export const CONSTANTS = {
59
59
  TYPE_Error: 'TYPE-Error',
60
60
  TYPE_StatelessStrategy: 'TYPE-StatelessStrategy',
61
61
  TYPE_StatefulStrategy: 'TYPE-StatefulStrategy',
62
+ TYPE_StrategyRun: 'TYPE-StrategyRun',
63
+ TYPE_RunRecording: 'TYPE-RunRecording',
62
64
  ROLE_Manual: 'ROLE-Manual',
63
65
  ROLE_Iteration: 'ROLE-Iteration',
64
66
  ROLE_ErrorOutput: 'ROLE-ErrorOutput',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolproof-npm/shared",
3
- "version": "0.1.116",
3
+ "version": "0.1.117",
4
4
  "description": "Core library utilities for ToolProof",
5
5
  "keywords": [
6
6
  "toolproof",
@@ -56,7 +56,7 @@
56
56
  "typescript": "^5.9.3"
57
57
  },
58
58
  "dependencies": {
59
- "@toolproof-npm/schema": "^0.1.77",
59
+ "@toolproof-npm/schema": "^0.1.82",
60
60
  "firebase-admin": "^13.6.0"
61
61
  },
62
62
  "scripts": {