@voyant-travel/finance 0.155.1 → 0.155.2
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/package.json +7 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/finance",
|
|
3
|
-
"version": "0.155.
|
|
3
|
+
"version": "0.155.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -119,6 +119,11 @@
|
|
|
119
119
|
"import": "./dist/mcp-runtime.js",
|
|
120
120
|
"default": "./dist/mcp-runtime.js"
|
|
121
121
|
},
|
|
122
|
+
"./setup/vouchers": {
|
|
123
|
+
"types": "./dist/service-vouchers-migration.d.ts",
|
|
124
|
+
"import": "./dist/service-vouchers-migration.js",
|
|
125
|
+
"default": "./dist/service-vouchers-migration.js"
|
|
126
|
+
},
|
|
122
127
|
"./voyant": {
|
|
123
128
|
"types": "./dist/voyant.d.ts",
|
|
124
129
|
"import": "./dist/voyant.js",
|
|
@@ -136,7 +141,7 @@
|
|
|
136
141
|
"hono": "^4.12.27",
|
|
137
142
|
"zod": "^4.4.3",
|
|
138
143
|
"@voyant-travel/action-ledger": "^0.108.3",
|
|
139
|
-
"@voyant-travel/bookings": "^0.155.
|
|
144
|
+
"@voyant-travel/bookings": "^0.155.2",
|
|
140
145
|
"@voyant-travel/core": "^0.122.0",
|
|
141
146
|
"@voyant-travel/db": "^0.114.2",
|
|
142
147
|
"@voyant-travel/types": "^0.109.0",
|