@voyantjs/ground 0.53.2 → 0.55.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 +5 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# @voyantjs/ground
|
|
2
2
|
|
|
3
|
-
Ground transport module for Voyant.
|
|
3
|
+
Ground transport module for Voyant. Vehicles, drivers, transfer preferences,
|
|
4
|
+
dispatch, and execution for DMC and tour-operator operational workflows.
|
|
5
|
+
|
|
6
|
+
Ground supports transfers, pickups, dropoffs, dispatch, and local logistics for
|
|
7
|
+
the target OTA, tour-operator, and DMC scenarios.
|
|
4
8
|
|
|
5
9
|
## Install
|
|
6
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyantjs/ground",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.55.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -29,16 +29,16 @@
|
|
|
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.0",
|
|
33
|
+
"@voyantjs/db": "0.55.0",
|
|
34
|
+
"@voyantjs/facilities": "0.55.0",
|
|
35
|
+
"@voyantjs/hono": "0.55.0",
|
|
36
|
+
"@voyantjs/identity": "0.55.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"typescript": "^6.0.2",
|
|
40
|
-
"@voyantjs/bookings": "0.
|
|
41
|
-
"@voyantjs/resources": "0.
|
|
40
|
+
"@voyantjs/bookings": "0.55.0",
|
|
41
|
+
"@voyantjs/resources": "0.55.0",
|
|
42
42
|
"@voyantjs/voyant-typescript-config": "0.1.0"
|
|
43
43
|
},
|
|
44
44
|
"files": [
|