@voyantjs/suppliers 0.54.0 → 0.55.1
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 +5 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# @voyantjs/suppliers
|
|
2
2
|
|
|
3
|
-
Suppliers module for Voyant. Models suppliers, their services, rate cards, and
|
|
3
|
+
Suppliers module for Voyant. Models suppliers, their services, rate cards, and
|
|
4
|
+
notes for OTA, tour-operator, and DMC workflows.
|
|
5
|
+
|
|
6
|
+
Suppliers are ecosystem counterparties and operating parties. They are not a
|
|
7
|
+
separate Voyant implementation scenario.
|
|
4
8
|
|
|
5
9
|
## Install
|
|
6
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/suppliers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.55.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"drizzle-orm": "^0.45.2",
|
|
30
30
|
"hono": "^4.12.10",
|
|
31
31
|
"zod": "^4.3.6",
|
|
32
|
-
"@voyantjs/core": "0.
|
|
33
|
-
"@voyantjs/db": "0.
|
|
34
|
-
"@voyantjs/facilities": "0.
|
|
35
|
-
"@voyantjs/hono": "0.
|
|
36
|
-
"@voyantjs/identity": "0.
|
|
32
|
+
"@voyantjs/core": "0.55.1",
|
|
33
|
+
"@voyantjs/db": "0.55.1",
|
|
34
|
+
"@voyantjs/facilities": "0.55.1",
|
|
35
|
+
"@voyantjs/hono": "0.55.1",
|
|
36
|
+
"@voyantjs/identity": "0.55.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"typescript": "^6.0.2",
|