@toolproof-npm/shared 0.1.120 → 0.1.121
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 +7 -0
- package/dist/constants.js +7 -0
- package/package.json +2 -2
package/dist/constants.d.ts
CHANGED
|
@@ -15,6 +15,13 @@ export declare const CONSTANTS: {
|
|
|
15
15
|
readonly members: "members";
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
|
+
readonly DOMAINS: {
|
|
19
|
+
readonly INTERNAL: "internal";
|
|
20
|
+
readonly NUMERICAL: "numerical";
|
|
21
|
+
readonly BIOLOGICAL: "biological";
|
|
22
|
+
readonly LOGICAL: "logical";
|
|
23
|
+
readonly AUGMENTAL: "augmental";
|
|
24
|
+
};
|
|
18
25
|
readonly IDENTITY_PREFIXES: {
|
|
19
26
|
readonly format: "format";
|
|
20
27
|
readonly type: "type";
|
package/dist/constants.js
CHANGED
|
@@ -15,6 +15,13 @@ export const CONSTANTS = {
|
|
|
15
15
|
members: 'members',
|
|
16
16
|
},
|
|
17
17
|
},
|
|
18
|
+
DOMAINS: {
|
|
19
|
+
INTERNAL: 'internal',
|
|
20
|
+
NUMERICAL: 'numerical',
|
|
21
|
+
BIOLOGICAL: 'biological',
|
|
22
|
+
LOGICAL: 'logical',
|
|
23
|
+
AUGMENTAL: 'augmental',
|
|
24
|
+
},
|
|
18
25
|
IDENTITY_PREFIXES: {
|
|
19
26
|
format: 'format',
|
|
20
27
|
type: 'type',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolproof-npm/shared",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.121",
|
|
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.85",
|
|
60
60
|
"firebase-admin": "^13.6.0"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|