@voyant-travel/storefront 0.122.0 → 0.123.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.
Files changed (1) hide show
  1. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/storefront",
3
- "version": "0.122.0",
3
+ "version": "0.123.0",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -95,19 +95,19 @@
95
95
  "drizzle-orm": "^0.45.2",
96
96
  "hono": "^4.12.10",
97
97
  "zod": "^4.3.6",
98
+ "@voyant-travel/bookings": "^0.122.0",
98
99
  "@voyant-travel/core": "^0.109.0",
99
- "@voyant-travel/bookings": "^0.121.0",
100
+ "@voyant-travel/commerce": "^0.4.0",
101
+ "@voyant-travel/finance": "^0.122.0",
100
102
  "@voyant-travel/db": "^0.108.1",
101
- "@voyant-travel/commerce": "^0.3.0",
102
- "@voyant-travel/finance": "^0.121.0",
103
103
  "@voyant-travel/hono": "^0.111.0",
104
- "@voyant-travel/utils": "^0.105.2",
105
- "@voyant-travel/relationships-contracts": "^0.107.0"
104
+ "@voyant-travel/relationships-contracts": "^0.107.0",
105
+ "@voyant-travel/utils": "^0.105.2"
106
106
  },
107
107
  "peerDependencies": {
108
- "@voyant-travel/legal": "^0.121.0",
109
- "@voyant-travel/relationships": "^0.119.4",
110
- "@voyant-travel/identity": "^0.121.0"
108
+ "@voyant-travel/legal": "^0.122.0",
109
+ "@voyant-travel/relationships": "^0.119.5",
110
+ "@voyant-travel/identity": "^0.122.0"
111
111
  },
112
112
  "peerDependenciesMeta": {
113
113
  "@voyant-travel/identity": {
@@ -123,12 +123,12 @@
123
123
  "devDependencies": {
124
124
  "typescript": "^6.0.2",
125
125
  "vitest": "^4.1.2",
126
- "@voyant-travel/identity": "^0.121.0",
127
- "@voyant-travel/operations": "^0.1.1",
128
- "@voyant-travel/legal": "^0.121.0",
129
- "@voyant-travel/voyant-typescript-config": "^0.1.0",
130
- "@voyant-travel/relationships": "^0.119.4",
131
- "@voyant-travel/inventory": "^0.3.0"
126
+ "@voyant-travel/identity": "^0.122.0",
127
+ "@voyant-travel/legal": "^0.122.0",
128
+ "@voyant-travel/operations": "^0.1.2",
129
+ "@voyant-travel/inventory": "^0.3.1",
130
+ "@voyant-travel/relationships": "^0.119.5",
131
+ "@voyant-travel/voyant-typescript-config": "^0.1.0"
132
132
  },
133
133
  "files": [
134
134
  "dist"