create-brainerce-store 1.28.21 → 1.29.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.28.21",
34
+ version: "1.29.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"
@@ -152,7 +152,7 @@ var ALLOWED_PACKAGE_MANAGERS = [
152
152
  "bun"
153
153
  ];
154
154
  var BRAINERCE_RUNTIME_DEPS = Object.freeze({
155
- brainerce: "^1.11.0",
155
+ brainerce: "^1.18.0",
156
156
  "isomorphic-dompurify": "^3.8.0"
157
157
  });
158
158
 
package/messages/en.json CHANGED
@@ -97,6 +97,13 @@
97
97
  "addingAll": "Adding...",
98
98
  "by": "By"
99
99
  },
100
+ "customization": {
101
+ "title": "Personalize this product",
102
+ "selectPlaceholder": "Choose an option",
103
+ "uploading": "Uploading...",
104
+ "uploadFailed": "Upload failed. Try again.",
105
+ "removeImage": "Remove image"
106
+ },
100
107
  "cart": {
101
108
  "pageTitle": "Shopping Cart",
102
109
  "title": "Shopping Cart",
package/messages/he.json CHANGED
@@ -97,6 +97,13 @@
97
97
  "addingAll": "מוסיף...",
98
98
  "by": "מאת"
99
99
  },
100
+ "customization": {
101
+ "title": "התאמה אישית של המוצר",
102
+ "selectPlaceholder": "בחר אפשרות",
103
+ "uploading": "מעלה...",
104
+ "uploadFailed": "ההעלאה נכשלה. נסה שוב.",
105
+ "removeImage": "הסר תמונה"
106
+ },
100
107
  "cart": {
101
108
  "pageTitle": "עגלת קניות",
102
109
  "title": "עגלת קניות",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-brainerce-store",
3
- "version": "1.28.21",
3
+ "version": "1.29.0",
4
4
  "description": "Scaffold a production-ready e-commerce storefront connected to Brainerce",
5
5
  "bin": {
6
6
  "create-brainerce-store": "dist/index.js"