@voyant-travel/mice 0.7.0 → 0.7.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 (2) hide show
  1. package/dist/voyant.js +2 -2
  2. package/package.json +6 -6
package/dist/voyant.js CHANGED
@@ -1,4 +1,4 @@
1
- import { defineModule, definePlugin } from "@voyant-travel/core/project";
1
+ import { defineExtension, defineModule } from "@voyant-travel/core/project";
2
2
  /** Import-cheap deployment declarations owned by the MICE package. */
3
3
  export const miceVoyantModule = defineModule({
4
4
  id: "@voyant-travel/mice",
@@ -72,7 +72,7 @@ export const miceVoyantModule = defineModule({
72
72
  ownership: "package",
73
73
  },
74
74
  });
75
- export const miceBookingVoyantPlugin = definePlugin({
75
+ export const miceBookingVoyantPlugin = defineExtension({
76
76
  id: "@voyant-travel/mice#booking-extension",
77
77
  packageName: "@voyant-travel/mice",
78
78
  localId: "mice.booking-extension",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voyant-travel/mice",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -45,11 +45,11 @@
45
45
  "drizzle-orm": "^0.45.2",
46
46
  "hono": "^4.12.27",
47
47
  "zod": "^4.4.3",
48
- "@voyant-travel/core": "^0.114.0",
49
- "@voyant-travel/accommodations": "^0.112.0",
50
- "@voyant-travel/hono": "^0.122.4",
51
- "@voyant-travel/operations": "^0.6.0",
52
- "@voyant-travel/db": "^0.111.0"
48
+ "@voyant-travel/accommodations": "^0.112.2",
49
+ "@voyant-travel/core": "^0.116.0",
50
+ "@voyant-travel/db": "^0.111.2",
51
+ "@voyant-travel/hono": "^0.123.2",
52
+ "@voyant-travel/operations": "^0.6.2"
53
53
  },
54
54
  "devDependencies": {
55
55
  "drizzle-kit": "^0.31.10",