brainerce 1.53.0 → 1.53.1

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.d.mts CHANGED
@@ -11126,7 +11126,7 @@ declare class BrainerceError extends Error {
11126
11126
  constructor(message: string, statusCode: number, details?: unknown);
11127
11127
  }
11128
11128
 
11129
- declare const SDK_VERSION = "1.53.0";
11129
+ declare const SDK_VERSION = "1.53.1";
11130
11130
 
11131
11131
  /**
11132
11132
  * Verify a webhook signature from Brainerce
package/dist/index.d.ts CHANGED
@@ -11126,7 +11126,7 @@ declare class BrainerceError extends Error {
11126
11126
  constructor(message: string, statusCode: number, details?: unknown);
11127
11127
  }
11128
11128
 
11129
- declare const SDK_VERSION = "1.53.0";
11129
+ declare const SDK_VERSION = "1.53.1";
11130
11130
 
11131
11131
  /**
11132
11132
  * Verify a webhook signature from Brainerce
package/dist/index.js CHANGED
@@ -201,7 +201,7 @@ function isDevGuardsEnabled() {
201
201
  }
202
202
 
203
203
  // src/version.ts
204
- var SDK_VERSION = "1.53.0";
204
+ var SDK_VERSION = "1.53.1";
205
205
 
206
206
  // src/client.ts
207
207
  var DEFAULT_BASE_URL = "https://api.brainerce.com";
package/dist/index.mjs CHANGED
@@ -115,7 +115,7 @@ function isDevGuardsEnabled() {
115
115
  }
116
116
 
117
117
  // src/version.ts
118
- var SDK_VERSION = "1.53.0";
118
+ var SDK_VERSION = "1.53.1";
119
119
 
120
120
  // src/client.ts
121
121
  var DEFAULT_BASE_URL = "https://api.brainerce.com";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brainerce",
3
- "version": "1.53.0",
3
+ "version": "1.53.1",
4
4
  "description": "Official SDK for building e-commerce storefronts with Brainerce Platform. Perfect for vibe-coded sites, AI-built stores (Cursor, Lovable, v0), and custom storefronts.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",