@walkeros/cli 3.4.0 → 3.4.1-next-1776790594143
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/CHANGELOG.md +19 -0
- package/dist/cli.js +458 -231
- package/dist/index.d.ts +26 -1
- package/dist/index.js +106 -6
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
+
## 3.4.1-next-1776790594143
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- caea905: Add `walkeros previews {list|get|create|delete}` commands for
|
|
8
|
+
managing preview bundles. `create` supports `--flow <name>` or
|
|
9
|
+
`--settings-id <id>` to target a flow settings entry, and `--url <siteUrl>` to
|
|
10
|
+
produce a ready-to-open activation URL. Use `--open` to launch it in your
|
|
11
|
+
default browser.
|
|
12
|
+
- caea905: Preview preflight now self-heals when a preview bundle is deleted.
|
|
13
|
+
Instead of injecting the preview script directly and letting it 404, the
|
|
14
|
+
preflight does a `fetch(HEAD)` first. If the bundle is missing, it clears the
|
|
15
|
+
`elbPreview` cookie and loads the production walker, so visitors never see
|
|
16
|
+
silent analytics breakage.
|
|
17
|
+
- Updated dependencies [12adf24]
|
|
18
|
+
- Updated dependencies [75aa26b]
|
|
19
|
+
- @walkeros/core@3.4.1-next-1776790594143
|
|
20
|
+
- @walkeros/server-core@3.4.1-next-1776790594143
|
|
21
|
+
|
|
3
22
|
## 3.4.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|