jsonforms-nuxt-ui-renderers 0.1.1 → 0.1.2

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 +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,11 +48,12 @@ This repo is set up so you can publish via `just publish` (manual) or via GitHub
48
48
 
49
49
  - Bump `package.json` version
50
50
  - Push a tag matching the version: `vX.Y.Z` (e.g. `v0.1.0`)
51
- - CI will run checks and publish to npm using the `NPM_TOKEN` repo secret
51
+ - CI will run checks and publish to npm via npm “trusted publishing” (OIDC). No repository secret is required.
52
52
 
53
- 1. Create `.env` from `.env.example` and set:
54
- - `NPM_TOKEN`: an npm access token with publish rights
55
- 2. Run:
53
+ ### Manual publish (local)
54
+
55
+ - Ensure you are authenticated to npm (e.g. `npm login` or a preconfigured npm auth in your environment)
56
+ - Run:
56
57
 
57
58
  ```bash
58
59
  just publish
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsonforms-nuxt-ui-renderers",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "JSONForms renderer set for Nuxt UI (@nuxt/ui) on Vue 3 / Nuxt.",
5
5
  "license": "MIT",
6
6
  "author": "OpenApp contributors",