@scadable/wizard 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/dist/cli.js +4 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -378,7 +378,10 @@ async function main() {
378
378
  ` ${pc.dim("Live ")} ${pc.cyan(liveUrl)}`,
379
379
  ``,
380
380
  pc.dim("It stays current. Update your policy in SCADABLE and every page"),
381
- pc.dim("updates automatically. No redeploy.")
381
+ pc.dim("updates automatically. No redeploy."),
382
+ ``,
383
+ pc.dim("Using a Content-Security-Policy? Add api.scadable.com to connect-src"),
384
+ pc.dim("so the page can refresh live (it falls back to the saved copy if not).")
382
385
  ].join("\n");
383
386
  note(payoff, pc.green("Your privacy page is ready"));
384
387
  outro(`${pc.green("Done.")} ${pc.dim("Commit and deploy, and you are live.")}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scadable/wizard",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "The SCADABLE setup wizard. Wires SCADABLE into your codebase (privacy policy now, more to come).",
5
5
  "license": "MIT",
6
6
  "type": "module",