@voyant-travel/finance 0.155.0 → 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.
Files changed (1) hide show
  1. package/package.json +13 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/finance",
3
- "version": "0.155.0",
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",
@@ -135,15 +140,15 @@
135
140
  "fflate": "^0.8.2",
136
141
  "hono": "^4.12.27",
137
142
  "zod": "^4.4.3",
138
- "@voyant-travel/action-ledger": "^0.108.2",
139
- "@voyant-travel/bookings": "^0.155.0",
140
- "@voyant-travel/core": "^0.121.0",
141
- "@voyant-travel/db": "^0.114.1",
143
+ "@voyant-travel/action-ledger": "^0.108.3",
144
+ "@voyant-travel/bookings": "^0.155.2",
145
+ "@voyant-travel/core": "^0.122.0",
146
+ "@voyant-travel/db": "^0.114.2",
142
147
  "@voyant-travel/types": "^0.109.0",
143
148
  "@voyant-travel/finance-contracts": "^0.105.9",
144
- "@voyant-travel/hono": "^0.126.1",
145
- "@voyant-travel/public-document-delivery": "^0.3.2",
146
- "@voyant-travel/storage": "^0.109.2",
149
+ "@voyant-travel/hono": "^0.126.2",
150
+ "@voyant-travel/public-document-delivery": "^0.3.3",
151
+ "@voyant-travel/storage": "^0.109.3",
147
152
  "@voyant-travel/utils": "^0.107.0",
148
153
  "@voyant-travel/tools": "^0.2.0"
149
154
  },