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/README.md +6180 -6215
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
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
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "brainerce",
|
|
3
|
-
"version": "1.53.
|
|
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",
|