Skip to content

Make firestore-incremental-capture public - #2969

Merged
inlined merged 1 commit into
kitsfrom
inlined.incremental-capture
Aug 21, 2026
Merged

Make firestore-incremental-capture public#2969
inlined merged 1 commit into
kitsfrom
inlined.incremental-capture

Conversation

@inlined

@inlined inlined commented Aug 21, 2026

Copy link
Copy Markdown
Member

No description provided.

@inlined
inlined requested a review from a team as a code owner August 21, 2026 23:32
@inlined
inlined merged commit 4c9ed95 into kits Aug 21, 2026
9 checks passed

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the package.json of the firestore-incremental-capture kit to set private to false, preparing it for public release. The reviewer suggested adding publishConfig.access set to "public" to ensure the scoped package can be published successfully without issues.

"directory": "kits/firestore-incremental-capture"
},
"private": true,
"private": false,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Since this is a scoped package (@firebase-function-kits/firestore-incremental-capture), publishing it publicly requires the publishConfig.access field to be set to "public". Otherwise, npm publish may fail or attempt to publish it as restricted.

Suggested change
"private": false,
"private": false,
"publishConfig": {
"access": "public"
},

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