@towa-digital/storyblok-nuxt-cv 0.1.2 → 0.1.3

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.
package/README.md CHANGED
@@ -166,11 +166,13 @@ npm run release # local: lint + test + build + changelogen + npm publish
166
166
 
167
167
  CI and releases run on **Buddy** and are **managed in Buddy** (GUI/API), not
168
168
  from a committed file — same as `@towa-digital/storyblok-nuxt-sitemap`. Two
169
- pipelines: *Test* (runs on branch pushes) and *Release to npm* (triggered by
170
- pushing a **tag** = version, publishes to public npm via
171
- `npm version $BUDDY_RUN_TAG`).
172
-
173
- Release flow: `npx changelogen --release --push` bumps the version + changelog
174
- and pushes a tag; the tag push triggers the pipeline. Publish auth comes from a
175
- Buddy **FILE variable** named `npmrc` (npm auth config) on the project or
176
- workspace — `$npmrc` resolves to its path, copied to `.npmrc` before publish.
169
+ pipelines: *Test* (auto-runs on branch pushes) and *Release to npm*
170
+ (**manual/click-to-run** from `main`, publishes the `package.json` version to
171
+ public npm).
172
+
173
+ Release flow: bump the version + changelog on `main` (`npx changelogen
174
+ --release` or edit `package.json`), push, then click **Run** on the *Release to
175
+ npm* pipeline in Buddy. Publish auth comes from a Buddy **FILE variable** named
176
+ `npmrc` (npm auth config) on the project or workspace — `$npmrc` resolves to its
177
+ path, copied to `.npmrc` before publish. Publishing requires the version to be
178
+ new (npm rejects re-publishing an existing version).
package/dist/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.10.0"
6
6
  },
7
- "version": "0.1.2",
7
+ "version": "0.1.3",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.2",
10
10
  "unbuild": "3.6.1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@towa-digital/storyblok-nuxt-cv",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Keeps Storyblok published content fresh on long-running Nuxt servers by bridging the live cache version (cv) to the render client — no redeploy after publish.",
5
5
  "repository": "github:towa-digital/storyblok-nuxt-cv",
6
6
  "author": {