1.1.1 • Published 3 months ago

@sesamecare-oss/check-package-changes v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

check-package-changes

This package compares a set of local files with the current published NPM version of a target package. This can be useful for things like generated modules (think OpenAPI specifications) where you would like to know if the generated code matches the currently published code or not.

For example:

npx @sesamecare-oss/check-package-changes my-package-name --verbose --ignore-version --local-dir generated "dist/**" package.json spec.json
  • --verbose will print out the name of any file that is not the same between the sources
  • --ignore-version will ignore the version value in package.json (assuming package.json was specified) which can be useful when your package version is not yet known locally.
  • --local-dir points to the directory containing the files (cwd is used otherwise)
  • "dist/**" package.json spec.json - these are the files (or glob patterns) that are examined in both sources.
1.1.1

3 months ago

1.1.0

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago