@jxsuite/studio 0.28.0 → 0.28.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.
- package/dist/studio.js +5 -9
- package/dist/studio.js.map +2 -2
- package/package.json +4 -4
package/dist/studio.js
CHANGED
|
@@ -227282,17 +227282,15 @@ var schema_default = {
|
|
|
227282
227282
|
type: "boolean"
|
|
227283
227283
|
},
|
|
227284
227284
|
service: {
|
|
227285
|
+
description: 'How images are optimized: "build" runs Sharp at build time; "cloudflare" emits /cdn-cgi/image transform URLs served by Cloudflare Image Transformations (requires the feature to be enabled on the serving zone).',
|
|
227285
227286
|
type: "string",
|
|
227286
227287
|
enum: [
|
|
227287
227288
|
"build",
|
|
227288
227289
|
"cloudflare"
|
|
227289
227290
|
]
|
|
227290
227291
|
},
|
|
227291
|
-
binding: {
|
|
227292
|
-
type: "string"
|
|
227293
|
-
},
|
|
227294
227292
|
remoteDomains: {
|
|
227295
|
-
description: 'Hostnames whose remote (https) images are optimized through
|
|
227293
|
+
description: 'Hostnames whose remote (https) images are optimized through /cdn-cgi/image transform URLs (cloudflare service only), e.g. ["drive.usercontent.google.com"]. Remote sources from other hosts are left untouched.',
|
|
227296
227294
|
type: "array",
|
|
227297
227295
|
items: {
|
|
227298
227296
|
type: "string"
|
|
@@ -227662,17 +227660,15 @@ var project_schema_default = {
|
|
|
227662
227660
|
type: "boolean"
|
|
227663
227661
|
},
|
|
227664
227662
|
service: {
|
|
227663
|
+
description: 'How images are optimized: "build" runs Sharp at build time; "cloudflare" emits /cdn-cgi/image transform URLs served by Cloudflare Image Transformations (requires the feature to be enabled on the serving zone).',
|
|
227665
227664
|
type: "string",
|
|
227666
227665
|
enum: [
|
|
227667
227666
|
"build",
|
|
227668
227667
|
"cloudflare"
|
|
227669
227668
|
]
|
|
227670
227669
|
},
|
|
227671
|
-
binding: {
|
|
227672
|
-
type: "string"
|
|
227673
|
-
},
|
|
227674
227670
|
remoteDomains: {
|
|
227675
|
-
description: 'Hostnames whose remote (https) images are optimized through
|
|
227671
|
+
description: 'Hostnames whose remote (https) images are optimized through /cdn-cgi/image transform URLs (cloudflare service only), e.g. ["drive.usercontent.google.com"]. Remote sources from other hosts are left untouched.',
|
|
227676
227672
|
type: "array",
|
|
227677
227673
|
items: {
|
|
227678
227674
|
type: "string"
|
|
@@ -290163,5 +290159,5 @@ effect(() => {
|
|
|
290163
290159
|
scheduleAutosave();
|
|
290164
290160
|
});
|
|
290165
290161
|
|
|
290166
|
-
//# debugId=
|
|
290162
|
+
//# debugId=3B60343C696A625864756E2164756E21
|
|
290167
290163
|
//# sourceMappingURL=studio.js.map
|