@djust-b2b/djust-front-sdk 3.0.0 → 3.0.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.
@@ -1,3 +1,3 @@
1
1
  /** Auto-generated by scripts/sync-sdk-version.js — do not edit */
2
- export declare const SDK_VERSION = "3.0.0";
2
+ export declare const SDK_VERSION = "3.0.1";
3
3
  //# sourceMappingURL=sdk-version.d.ts.map
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.SDK_VERSION = void 0;
4
4
  /** Auto-generated by scripts/sync-sdk-version.js — do not edit */
5
- exports.SDK_VERSION = "3.0.0";
5
+ exports.SDK_VERSION = "3.0.1";
6
6
  //# sourceMappingURL=sdk-version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djust-b2b/djust-front-sdk",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "DJUST Front SDK - Universal TypeScript SDK for DJUST B2B API. SSR-safe, type-safe, production-ready.",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",