create-brainerce-store 1.65.0 → 1.66.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.
package/dist/index.js CHANGED
@@ -31,7 +31,7 @@ var require_package = __commonJS({
31
31
  "package.json"(exports2, module2) {
32
32
  module2.exports = {
33
33
  name: "create-brainerce-store",
34
- version: "1.65.0",
34
+ version: "1.66.0",
35
35
  description: "Scaffold a production-ready e-commerce storefront connected to Brainerce",
36
36
  bin: {
37
37
  "create-brainerce-store": "dist/index.js"
@@ -206,7 +206,7 @@ var BRAINERCE_RUNTIME_DEPS = Object.freeze({
206
206
  // dashboard's "orders from ChatGPT/Google/…" reporting. No template code
207
207
  // depends on it (fully automatic), but scaffolds should ship the SDK that
208
208
  // actually reports attribution.
209
- brainerce: "^1.57.0",
209
+ brainerce: "^1.58.0",
210
210
  "isomorphic-dompurify": "^3.8.0"
211
211
  });
212
212