@djust-b2b/djust-front-sdk 1.21.7 → 1.21.8

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.
@@ -37,7 +37,7 @@ exports.enhancedFetch = exports.updateConfiguration = exports.initialize = void
37
37
  const qs = __importStar(require("query-string"));
38
38
  const Sentry = __importStar(require("@sentry/browser"));
39
39
  require("isomorphic-fetch");
40
- const SDK_VERSION = require("../package.json").version;
40
+ const SDK_VERSION = require("../../package.json").version || "unknown";
41
41
  let clientConfig = {
42
42
  baseUrl: "",
43
43
  clientId: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djust-b2b/djust-front-sdk",
3
- "version": "1.21.7",
3
+ "version": "1.21.8",
4
4
  "description": "DJUST Front SDK is a versatile JavaScript Software Development Kit (SDK) ",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",