Skip to content

Restrict published package files to v1.1.0 boundary#36

Merged
GsCommand merged 1 commit into
mainfrom
codex/update-package.json-files-for-v1.1.0
Mar 21, 2026
Merged

Restrict published package files to v1.1.0 boundary#36
GsCommand merged 1 commit into
mainfrom
codex/update-package.json-files-for-v1.1.0

Conversation

@GsCommand
Copy link
Copy Markdown
Contributor

Motivation

  • Ensure the npm package surface only publishes the canonical v1.1.0 release boundary so older or extraneous files are not included.

Description

  • Replace only the files array in package.json with the exact ordered list schemas/v1.1.0/, examples/v1.1.0/, manifest.json, checksums.txt, README.md, LICENSE, index.js while keeping version, scripts, exports, and other metadata unchanged, and commit the change.

Testing

  • Ran npm pack --json --dry-run and a small Python parser to validate the dry-run output, which produced commandlayer-commercial-1.1.0.tgz with 47 entries and confirmed no v1.0.0 paths and no .ts example files (both checks passed).

Codex Task

@GsCommand GsCommand merged commit 2ce3dc2 into main Mar 21, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant