@voyant-travel/flights 0.136.1 → 0.137.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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voyant-travel/flights",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.137.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -84,10 +84,10 @@
|
|
|
84
84
|
"hono": "^4.12.10",
|
|
85
85
|
"zod": "^4.3.6",
|
|
86
86
|
"@voyant-travel/db": "^0.109.4",
|
|
87
|
-
"@voyant-travel/catalog": "^0.
|
|
87
|
+
"@voyant-travel/catalog": "^0.135.1",
|
|
88
88
|
"@voyant-travel/catalog-contracts": "^0.108.0",
|
|
89
89
|
"@voyant-travel/flights-contracts": "^0.104.5",
|
|
90
|
-
"@voyant-travel/hono": "^0.
|
|
90
|
+
"@voyant-travel/hono": "^0.118.0"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"drizzle-kit": "^0.31.10",
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
"directory": "packages/flights"
|
|
102
102
|
},
|
|
103
103
|
"scripts": {
|
|
104
|
-
"typecheck": "tsc
|
|
104
|
+
"typecheck": "tsc -p tsconfig.typecheck.json",
|
|
105
105
|
"lint": "biome check src/",
|
|
106
106
|
"test": "vitest run",
|
|
107
|
-
"build": "tsc -p tsconfig.json",
|
|
107
|
+
"build": "tsc -p tsconfig.build.json",
|
|
108
108
|
"clean": "rm -rf dist tsconfig.tsbuildinfo",
|
|
109
109
|
"db:generate": "drizzle-kit generate --config=drizzle.migrations.config.ts --name=flights_baseline && node ../../scripts/migrations/guard-create-type.mjs ./migrations && node ../../scripts/migrations/ensure-extensions.mjs ./migrations"
|
|
110
110
|
},
|