siteplane 0.1.58 → 0.1.59
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 +6 -5
- package/dist/bin/siteplane.js +54 -2144
- package/dist/index.js +37 -38
- package/dist/next.js +134 -2379
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,9 +3,10 @@
|
|
|
3
3
|
**Image-policy preparation:** When the scan includes image fields, `withSiteplane` prepares
|
|
4
4
|
Next Image and existing Next-config CSP headers for Siteplane's image route and your website's
|
|
5
5
|
`/siteplane-assets/` path. Existing image sources stay in place. Local builds require the same public HTTPS
|
|
6
|
-
`SITEPLANE_SITE_ORIGIN` supplied by `setup deploy`.
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
`SITEPLANE_SITE_ORIGIN` supplied by `setup deploy`. The wrapper adds only those exact patterns: existing
|
|
7
|
+
sources, custom loaders and redirect settings remain unchanged. Preflight still flags custom loaders and CSP
|
|
8
|
+
in middleware, proxy or app source for explicit delivery checks. Keep existing policies and verify Siteplane
|
|
9
|
+
images through the website's actual renderer. This preparation does not authorize hosting.
|
|
9
10
|
|
|
10
11
|
Public Siteplane CLI for connected-site setup, field synchronization, Analytics
|
|
11
12
|
instrumentation and Booking integration.
|
|
@@ -98,8 +99,8 @@ Before starting, add `.siteplane/credentials.json` to the repository’s `.gitig
|
|
|
98
99
|
unprotected credentials before any provisioning request.
|
|
99
100
|
|
|
100
101
|
```bash
|
|
101
|
-
npx -y siteplane@0.1.
|
|
102
|
-
npx -y siteplane@0.1.
|
|
102
|
+
npx -y siteplane@0.1.59 setup start --modules editing --instructions-file instructions.txt
|
|
103
|
+
npx -y siteplane@0.1.59 setup context
|
|
103
104
|
```
|
|
104
105
|
|
|
105
106
|
Start performs read-only preflight and saves the installation key and original request privately before the
|