Skip to content

Commit 7b89c58

Browse files
chore(release): v0.7.3 — republish agents with inlined JSON data
Workspace-wide bump 0.7.2 -> 0.7.3 (root + 18 manifests, lockstep). npm's @otaip/agents-exchange@0.7.2 (and pricing/booking/ticketing) throws on import — `Cannot find module './data/eu-countries.json'` — because it was published BEFORE the JSON-inlining fixes. The v0.7.2 release commit (28f0a4d) predates #104 (ESM-import inlining) and #111 (verify:dist pre-publish gate); dist/ is gitignored, so the registry still has the broken pre-fix build. No source change: the engines already import their data via plain ESM imports that tsup inlines into dist/index.js, guarded by `pnpm verify:dist`. This bump republishes the current (fixed) source so the registry catches up. Verified locally: pnpm verify (17/17 bundles load), pnpm test (3297 passed), and the import repro prints `ok`. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 9d198dd commit 7b89c58

19 files changed

Lines changed: 19 additions & 19 deletions

File tree

examples/platform-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otaip/platform-ui",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "otaip",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"private": true,
55
"description": "Open Travel AI Platform — domain-specific AI agent orchestration for the travel industry",
66
"homepage": "https://telivity.app",

packages/adapters/duffel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otaip/adapter-duffel",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "OTAIP distribution adapter for Duffel NDC API — Flights and Cars (mock + live implementations)",
55
"type": "module",
66
"main": "./dist/index.js",

packages/adapters/hotelbeds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otaip/adapter-hotelbeds",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "OTAIP distribution adapter for the Hotelbeds APItude APIs — Hotels, Activities, and Transfers",
55
"type": "module",
66
"main": "./dist/index.js",

packages/agents-platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otaip/agents-platform",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "OTAIP Stage 9 agents — orchestration, knowledge, monitoring, audit, plugins",
55
"type": "module",
66
"main": "./dist/index.js",

packages/agents-tmc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otaip/agents-tmc",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "OTAIP Stage 8 agents — TMC & agency operations",
55
"type": "module",
66
"main": "./dist/index.js",

packages/agents/booking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otaip/agents-booking",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "OTAIP Stage 3 agents — GDS/NDC routing, PNR building, validation, queue management",
55
"type": "module",
66
"main": "./dist/index.js",

packages/agents/exchange/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otaip/agents-exchange",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "OTAIP Stage 5 agents — change management, exchange/reissue, involuntary rebook",
55
"type": "module",
66
"main": "./dist/index.js",

packages/agents/lodging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otaip/agents-lodging",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"type": "module",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/agents/pricing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otaip/agents-pricing",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"description": "OTAIP Stage 2 agents — fare rules, fare construction, and tax calculation",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)