@brainfish-ai/widgets-initiator 1.12.0 → 1.13.2

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@brainfish-ai/widgets-initiator",
3
- "version": "1.12.0",
4
- "main": "dist/index.js",
5
- "module": "dist/index.js",
3
+ "version": "1.13.2",
4
+ "main": "dist/web.es.js",
5
+ "module": "dist/web.es.js",
6
6
  "types": "dist/types/index.d.ts",
7
7
  "files": [
8
8
  "dist"
@@ -33,7 +33,7 @@
33
33
  "rollup-plugin-visualizer": "^5.12.0",
34
34
  "tailwindcss": "^3.4.3",
35
35
  "typescript": "^5.4.5",
36
- "vite": "^5.2.12",
36
+ "vite": "^6.3.5",
37
37
  "vitest": "^2.0.5"
38
38
  },
39
39
  "keywords": [
@@ -43,6 +43,7 @@
43
43
  "in-app"
44
44
  ],
45
45
  "dependencies": {
46
+ "jwt-decode": "^4.0.0",
46
47
  "polished": "^4.3.1"
47
48
  }
48
49
  }
package/dist/index.cjs.js DELETED
@@ -1,2 +0,0 @@
1
- "use strict";(function(){try{var e=typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{},n=new e.Error().stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="33855e45-5b53-4ae5-baa0-8338003b01cf",e._sentryDebugIdIdentifier="sentry-dbid-33855e45-5b53-4ae5-baa0-8338003b01cf")}catch(a){}})(),Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("./web.cjs.js");exports.BrainfishAnalytics=t.BrainfishAnalytics,exports.default=t.default;
2
- //# sourceMappingURL=index.cjs.js.map
package/dist/index.js DELETED
@@ -1,13 +0,0 @@
1
- import { BrainfishAnalytics as t, default as r } from "./web.js";
2
- (function() {
3
- try {
4
- var e = typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {}, a = new e.Error().stack;
5
- a && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[a] = "7e7431ab-4824-42cc-8d1a-477faa64f6a0", e._sentryDebugIdIdentifier = "sentry-dbid-7e7431ab-4824-42cc-8d1a-477faa64f6a0");
6
- } catch (d) {
7
- }
8
- })();
9
- export {
10
- t as BrainfishAnalytics,
11
- r as default
12
- };
13
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- export declare const isIOS14OrBelow: () => boolean | null | undefined;
@@ -1 +0,0 @@
1
- export {};