Skip to content

Pin @unlayer/types instead of using latest tag#481

Open
farhan523 wants to merge 1 commit into
unlayer:masterfrom
farhan523:fix/pin-unlayer-types
Open

Pin @unlayer/types instead of using latest tag#481
farhan523 wants to merge 1 commit into
unlayer:masterfrom
farhan523:fix/pin-unlayer-types

Conversation

@farhan523

Copy link
Copy Markdown

Summary

Fixes #469.

package.json currently depends on @unlayer/types: "latest", which makes builds unreproducible — the resolved version can change at any time without notice, and a bad upstream publish immediately breaks consumers' installs (as reported in #469).

This pins the dependency to ^1.448.0 (the current release) and updates the lockfile accordingly.

Testing

  • tsdx build — compiles cleanly against @unlayer/types@1.448.0
  • tsdx test — passes

Using the "latest" tag makes builds unreproducible: the resolved
version can change at any time without notice, and a bad upstream
publish breaks consumers' installs.

Fixes unlayer#469
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.

Pin unlayer-types Dependency to a Fixed Version Instead of latest

1 participant