@syntrologie/runtime-sdk 2.8.0-canary.477 → 2.8.0-canary.478
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
|
@@ -10115,7 +10115,7 @@ function bindWebVitals(reporter, options) {
|
|
|
10115
10115
|
}
|
|
10116
10116
|
|
|
10117
10117
|
// src/version.ts
|
|
10118
|
-
var SDK_VERSION = "2.8.0-canary.
|
|
10118
|
+
var SDK_VERSION = "2.8.0-canary.478";
|
|
10119
10119
|
|
|
10120
10120
|
// src/types.ts
|
|
10121
10121
|
var SDK_SCHEMA_VERSION = "2.0";
|