@jetshop/core 6.5.7 → 6.5.8-alpha.0
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.
|
@@ -95,6 +95,11 @@ export interface BootOptions {
|
|
|
95
95
|
* Pass `true` to enable for every channel, or an array of channel IDs to enable
|
|
96
96
|
* only on those channels. Defaults to `false` (Akamai). */
|
|
97
97
|
useCloudflareImageTransformation?: boolean | number[];
|
|
98
|
+
/** Request a blurred low-quality placeholder to show while each image loads.
|
|
99
|
+
* Defaults to `false`. Every placeholder is a separate transform request, so
|
|
100
|
+
* turning this on roughly doubles the image requests a page makes. Images
|
|
101
|
+
* marked `critical` never get one either way. */
|
|
102
|
+
useLowQualityImagePlaceholder?: boolean;
|
|
98
103
|
}
|
|
99
104
|
interface Sentry {
|
|
100
105
|
/** DSN used to track client side errors */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigProvider.js","sourceRoot":"","sources":["ConfigProvider.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAgB,MAAM,OAAO,CAAC;AAM3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"ConfigProvider.js","sourceRoot":"","sources":["ConfigProvider.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAgB,MAAM,OAAO,CAAC;AAM3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAmI5D,MAAM,CAAC,MAAM,iBAAiB,GAAG,aAAa,CAC5C,SAAS,CACV,CAAC;AAEF,MAAM,UAAU,cAAc,CAAC,EAO9B;QAP8B,EAC7B,MAAM,EAAE,UAAU,EAClB,QAAQ,OAKT,EAJI,IAAI,cAHsB,sBAI9B,CADQ;IAKP,MAAM,MAAM,GAAG,gBAAgB,CAAC,UAAU,CAAC,CAAC;IAC5C,OAAO,CACL,oBAAC,iBAAiB,CAAC,QAAQ,kBAAC,KAAK,EAAE,MAAM,IAAM,IAAI,GAChD,QAAQ,CACkB,CAC9B,CAAC;AACJ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetshop/core",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.8-alpha.0+8de2285cd",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"files": [
|
|
6
6
|
"**/*.js",
|
|
@@ -113,5 +113,5 @@
|
|
|
113
113
|
"react": "^18",
|
|
114
114
|
"react-dom": "^18"
|
|
115
115
|
},
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "8de2285cd5f0d20028bb6e170f4bddee62954ad8"
|
|
117
117
|
}
|