@voyantjs/legal 0.4.4 → 0.5.0
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/README.md +1 -1
- package/dist/policies/index.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ const app = createApp({
|
|
|
33
33
|
|
|
34
34
|
### Policies
|
|
35
35
|
|
|
36
|
-
- **Policies** (`
|
|
36
|
+
- **Policies** (`pol`) — policy definitions by kind (cancellation, payment, T&C, etc.)
|
|
37
37
|
- **Policy versions** (`plvr`) — immutable version snapshots with publish/retire lifecycle
|
|
38
38
|
- **Policy rules** (`plrl`) — structured rules per version (cancellation windows, percentages)
|
|
39
39
|
- **Policy assignments** (`plas`) — scope-based assignment to products, channels, markets
|
package/dist/policies/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/legal",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"license": "FSL-1.1-Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"drizzle-orm": "^0.45.2",
|
|
54
54
|
"hono": "^4.12.10",
|
|
55
55
|
"zod": "^4.3.6",
|
|
56
|
-
"@voyantjs/core": "0.
|
|
57
|
-
"@voyantjs/crm": "0.
|
|
58
|
-
"@voyantjs/db": "0.
|
|
59
|
-
"@voyantjs/hono": "0.
|
|
60
|
-
"@voyantjs/suppliers": "0.
|
|
61
|
-
"@voyantjs/utils": "0.
|
|
62
|
-
"@voyantjs/voyant-storage": "0.
|
|
56
|
+
"@voyantjs/core": "0.5.0",
|
|
57
|
+
"@voyantjs/crm": "0.5.0",
|
|
58
|
+
"@voyantjs/db": "0.5.0",
|
|
59
|
+
"@voyantjs/hono": "0.5.0",
|
|
60
|
+
"@voyantjs/suppliers": "0.5.0",
|
|
61
|
+
"@voyantjs/utils": "0.5.0",
|
|
62
|
+
"@voyantjs/voyant-storage": "0.5.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"typescript": "^6.0.2",
|