Skip to content

Fix broken packages#237

Merged
jamiecobbett merged 1 commit intomasterfrom
fix-broken-packages
Mar 4, 2026
Merged

Fix broken packages#237
jamiecobbett merged 1 commit intomasterfrom
fix-broken-packages

Conversation

@jamiecobbett
Copy link
Contributor

@jamiecobbett jamiecobbett commented Mar 3, 2026

Part of fixing: #236

The 7.2.0 and 8.0.0 packages are missing the dist folder, ie all of the code.

The ESM changes released in 7.2.0 required a more complex build process, which tsc -p was no longer equivalent to and so the dist/ folder was now missing from the released package.

I'm making changes to package.json via client-library-templates to add the missing changes to the build "scripts".

@jamiecobbett jamiecobbett marked this pull request as draft March 3, 2026 18:32
The 7.2.0 and 8.0.0 packages are missing the dist folder, ie all of the code.

The ESM changes released in 7.2.0 required a more complex build process, which
`tsc -p` was no longer equivalent to.

I'm making changes to package.json via client-library-templates to add the
missing changes to the `build` "scripts".

We need to merge this change first.
@jamiecobbett jamiecobbett force-pushed the fix-broken-packages branch from c724cf8 to f5a44df Compare March 4, 2026 10:31
@jamiecobbett jamiecobbett marked this pull request as ready for review March 4, 2026 10:31
@jamiecobbett jamiecobbett merged commit 5997946 into master Mar 4, 2026
4 checks passed
@jamiecobbett jamiecobbett deleted the fix-broken-packages branch March 4, 2026 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants