Commit 7b89c58
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
- packages
- adapters
- duffel
- hotelbeds
- agents-platform
- agents-tmc
- agents
- booking
- exchange
- lodging
- pricing
- reconciliation
- reference
- search
- settlement
- ticketing
- cli
- connect
- core
- integration
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments