@toolproof-npm/shared 0.1.53 → 0.1.55
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 +1 -1
- package/dist/constants.js +1 -1
- package/package.json +2 -2
package/dist/constants.d.ts
CHANGED
|
@@ -40,7 +40,7 @@ export declare const CONSTANTS: {
|
|
|
40
40
|
readonly TYPE_Natural: "TYPE-Natural";
|
|
41
41
|
readonly TYPE_Job: "TYPE-Job";
|
|
42
42
|
readonly TYPE_WorkflowSpec: "TYPE-WorkflowSpec";
|
|
43
|
-
readonly
|
|
43
|
+
readonly ROLE_Manual: "ROLE-Manual";
|
|
44
44
|
readonly JOB_Engine: "JOB-Engine";
|
|
45
45
|
readonly BOOLEAN_false: "RESOURCE-c2kAldyzgNhLdF79p0Vt";
|
|
46
46
|
readonly BOOLEAN_true: "RESOURCE-FHycY5TxwEBngKVhkv2j";
|
package/dist/constants.js
CHANGED
|
@@ -40,7 +40,7 @@ export const CONSTANTS = {
|
|
|
40
40
|
TYPE_Natural: 'TYPE-Natural',
|
|
41
41
|
TYPE_Job: 'TYPE-Job',
|
|
42
42
|
TYPE_WorkflowSpec: 'TYPE-WorkflowSpec',
|
|
43
|
-
|
|
43
|
+
ROLE_Manual: 'ROLE-Manual',
|
|
44
44
|
JOB_Engine: 'JOB-Engine',
|
|
45
45
|
BOOLEAN_false: 'RESOURCE-c2kAldyzgNhLdF79p0Vt',
|
|
46
46
|
BOOLEAN_true: 'RESOURCE-FHycY5TxwEBngKVhkv2j',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolproof-npm/shared",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.55",
|
|
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.
|
|
59
|
+
"@toolproof-npm/schema": "^0.1.47",
|
|
60
60
|
"firebase-admin": "^13.6.0"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|