@brainfish-ai/widgets-initiator 1.13.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/dist/types/web.d.ts +2 -2
- package/dist/web.cjs.js +1 -169
- package/dist/web.es.js +2023 -0
- package/dist/web.js +1 -1034
- package/package.json +4 -4
- package/dist/index.cjs.js +0 -2
- package/dist/index.js +0 -13
- package/dist/types/utils/isIOS14OrBelow.d.ts +0 -1
- package/dist/types/utils/isIOS14OrBelow.test.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brainfish-ai/widgets-initiator",
|
|
3
|
-
"version": "1.13.
|
|
4
|
-
"main": "dist/
|
|
5
|
-
"module": "dist/
|
|
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": "^
|
|
36
|
+
"vite": "^6.3.5",
|
|
37
37
|
"vitest": "^2.0.5"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
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 {};
|