@toolproof-npm/shared 0.1.72 → 0.1.73
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/constants.d.ts +2 -0
- package/dist/constants.js +2 -0
- package/package.json +1 -1
package/dist/constants.d.ts
CHANGED
|
@@ -23,6 +23,8 @@ export declare const CONSTANTS: {
|
|
|
23
23
|
readonly resource: "resource";
|
|
24
24
|
readonly stateless_strategy: "stateless_strategy";
|
|
25
25
|
readonly stateful_strategy: "stateful_strategy";
|
|
26
|
+
readonly strategy_thread: "strategy_thread";
|
|
27
|
+
readonly strategy_run: "strategy_run";
|
|
26
28
|
};
|
|
27
29
|
readonly STEPS: {
|
|
28
30
|
readonly work: "work";
|
package/dist/constants.js
CHANGED