@syntrologie/runtime-sdk 2.8.0-canary.251 → 2.8.0-canary.252
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/smart-canvas.esm.js +2 -2
- package/dist/smart-canvas.esm.js.map +1 -1
- package/dist/smart-canvas.js +2 -2
- package/dist/smart-canvas.js.map +1 -1
- package/dist/smart-canvas.min.js +2 -2
- package/dist/smart-canvas.min.js.map +1 -1
- package/dist/smart-canvas.shopify.js +2 -2
- package/dist/smart-canvas.shopify.js.map +1 -1
- package/dist/smart-canvas.shopify.min.js +2 -2
- package/dist/smart-canvas.shopify.min.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10318,7 +10318,7 @@ function bindWebVitals(reporter, options) {
|
|
|
10318
10318
|
}
|
|
10319
10319
|
|
|
10320
10320
|
// src/version.ts
|
|
10321
|
-
var SDK_VERSION = "2.8.0-canary.
|
|
10321
|
+
var SDK_VERSION = "2.8.0-canary.252";
|
|
10322
10322
|
|
|
10323
10323
|
// src/types.ts
|
|
10324
10324
|
var SDK_SCHEMA_VERSION = "2.0";
|