@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 +10 -8
- package/dist/module.json +1 -1
- package/package.json +1 -1
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*
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
Release flow:
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
workspace — `$npmrc` resolves to its
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@towa-digital/storyblok-nuxt-cv",
|
|
3
|
-
"version": "0.1.
|
|
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": {
|