@raggle-ai/scout-ui 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,3 +18,5 @@ The workflow validates the package on GitHub-hosted Actions, checks the tarball
18
18
  Configure npm trusted publishing for package `@raggle-ai/scout-ui` with GitHub organization `raggle-ai`, repository `scout-ui`, and workflow filename `publish.yml`.
19
19
 
20
20
  npm trusted publishing supports GitHub-hosted runners. The publish job uses `ubuntu-latest` instead of Blacksmith so npm can verify the OIDC token.
21
+
22
+ The repository is private, so the publish command does not request npm provenance.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raggle-ai/scout-ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Reusable React project search components for Raggle Scout",
5
5
  "type": "module",
6
6
  "license": "MIT",