@voyant-travel/finance 0.151.0 → 0.151.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/dist/voyant.js +4 -4
- package/package.json +9 -9
package/dist/voyant.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { defineExtension, defineModule } from "@voyant-travel/core/project";
|
|
2
2
|
const financeAdminRuntime = {
|
|
3
3
|
entry: "@voyant-travel/finance-react/admin",
|
|
4
4
|
export: "createFinanceAdminExtension",
|
|
@@ -176,7 +176,7 @@ export const financeVoyantModule = defineModule({
|
|
|
176
176
|
ownership: "package",
|
|
177
177
|
},
|
|
178
178
|
});
|
|
179
|
-
export const financeBookingTaxVoyantPlugin =
|
|
179
|
+
export const financeBookingTaxVoyantPlugin = defineExtension({
|
|
180
180
|
id: "@voyant-travel/finance#booking-tax-extension",
|
|
181
181
|
packageName: "@voyant-travel/finance",
|
|
182
182
|
localId: "finance.booking-tax-extension",
|
|
@@ -196,7 +196,7 @@ export const financeBookingTaxVoyantPlugin = definePlugin({
|
|
|
196
196
|
ownership: "package",
|
|
197
197
|
},
|
|
198
198
|
});
|
|
199
|
-
export const financeBookingsCreateVoyantPlugin =
|
|
199
|
+
export const financeBookingsCreateVoyantPlugin = defineExtension({
|
|
200
200
|
id: "@voyant-travel/finance#bookings-create-extension",
|
|
201
201
|
packageName: "@voyant-travel/finance",
|
|
202
202
|
localId: "finance.bookings-create-extension",
|
|
@@ -216,7 +216,7 @@ export const financeBookingsCreateVoyantPlugin = definePlugin({
|
|
|
216
216
|
ownership: "package",
|
|
217
217
|
},
|
|
218
218
|
});
|
|
219
|
-
export const financeBookingScheduleVoyantPlugin =
|
|
219
|
+
export const financeBookingScheduleVoyantPlugin = defineExtension({
|
|
220
220
|
id: "@voyant-travel/finance#booking-schedule-extension",
|
|
221
221
|
packageName: "@voyant-travel/finance",
|
|
222
222
|
localId: "finance.booking-schedule-extension",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/finance",
|
|
3
|
-
"version": "0.151.
|
|
3
|
+
"version": "0.151.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -112,16 +112,16 @@
|
|
|
112
112
|
"fflate": "^0.8.2",
|
|
113
113
|
"hono": "^4.12.27",
|
|
114
114
|
"zod": "^4.4.3",
|
|
115
|
-
"@voyant-travel/action-ledger": "^0.106.
|
|
116
|
-
"@voyant-travel/
|
|
117
|
-
"@voyant-travel/
|
|
118
|
-
"@voyant-travel/db": "^0.111.
|
|
115
|
+
"@voyant-travel/action-ledger": "^0.106.1",
|
|
116
|
+
"@voyant-travel/bookings": "^0.151.1",
|
|
117
|
+
"@voyant-travel/core": "^0.115.0",
|
|
118
|
+
"@voyant-travel/db": "^0.111.1",
|
|
119
119
|
"@voyant-travel/types": "^0.107.2",
|
|
120
|
-
"@voyant-travel/
|
|
121
|
-
"@voyant-travel/
|
|
120
|
+
"@voyant-travel/finance-contracts": "^0.105.9",
|
|
121
|
+
"@voyant-travel/hono": "^0.123.0",
|
|
122
|
+
"@voyant-travel/storage": "^0.107.1",
|
|
122
123
|
"@voyant-travel/utils": "^0.106.0",
|
|
123
|
-
"@voyant-travel/tools": "^0.1.0"
|
|
124
|
-
"@voyant-travel/finance-contracts": "^0.105.9"
|
|
124
|
+
"@voyant-travel/tools": "^0.1.0"
|
|
125
125
|
},
|
|
126
126
|
"devDependencies": {
|
|
127
127
|
"drizzle-kit": "^0.31.10",
|