@voyant-travel/availability 0.2.8 → 0.2.9

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/availability",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "Availability domain schema — bookable slots, rules, start times, holds, pickups and capacity. The foundational owner consumed by bookings, operations and accommodations.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "drizzle-orm": "^0.45.2",
46
- "@voyant-travel/core": "^0.121.0",
47
- "@voyant-travel/db": "^0.114.1"
46
+ "@voyant-travel/core": "^0.122.0",
47
+ "@voyant-travel/db": "^0.114.2"
48
48
  },
49
49
  "devDependencies": {
50
50
  "drizzle-kit": "^0.31.10",