Closed dylburger closed 3 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
[!CAUTION]
Review failed
The pull request is closed.
The package.json
file for the @pipedream/connect-react
package has been updated to include a new publishConfig
section. This section specifies that the package should be published with public access. No other changes to functionality, dependencies, or structure have been made.
File Path | Change Summary |
---|---|
packages/connect-react/package.json | Added publishConfig section with access: "public" |
sequenceDiagram
participant User
participant NPM
participant Package
User->>NPM: Publish package
NPM->>Package: Check publishConfig
Package-->>NPM: Access set to public
NPM-->>User: Package published publicly
In the meadow, a rabbit hops,
With a new config, the package pops!
Public access, oh what a delight,
Sharing joy, both day and night.
Let’s celebrate, with a joyful cheer,
For every package, let’s spread good cheer! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
@pipedream/connect-react
package.