@everymatrix/casino-search-nd 1.53.0 → 1.53.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,14 @@
1
+ import { C as s } from "../components/CasinoSearchNd-Ds6qpqa2.js";
2
+ function a(t) {
3
+ return function(...n) {
4
+ try {
5
+ return t.apply(this, n);
6
+ } catch (e) {
7
+ if (e instanceof DOMException && e.message.includes("has already been used with this registry") || e.message.includes("Cannot define multiple custom elements with the same tag name"))
8
+ return !1;
9
+ throw e;
10
+ }
11
+ };
12
+ }
13
+ customElements.define = a(customElements.define);
14
+ !customElements.get("casino-search-nd") && customElements.define("casino-search-nd", s.element);
package/package.json CHANGED
@@ -1,25 +1,26 @@
1
+
1
2
  {
2
3
  "name": "@everymatrix/casino-search-nd",
3
- "version": "1.53.0",
4
+ "version": "1.53.11",
4
5
  "type": "module",
5
- "main": "es2015/casino-search-nd.cjs",
6
- "module": "es2015/casino-search-nd.js",
6
+ "main": "esnext/casino-search-nd.js",
7
+ "module": "esnext/casino-search-nd.js",
7
8
  "exports": {
8
9
  ".": {
9
- "import": "./es2015/casino-search-nd.js",
10
- "require": "./es2015/casino-search-nd.cjs"
10
+ "import": "./esnext/casino-favorites-section.js"
11
11
  },
12
- "./es2015/casino-search-nd.cjs": "./es2015/casino-search-nd.cjs"
12
+ "./es2015/casino-search-nd.cjs": "./es2015/casino-search-nd.cjs",
13
+ "./es2015/casino-search-nd.js": "./es2015/casino-search-nd.js"
13
14
  },
14
15
  "files": [
16
+ "components/",
15
17
  "es2015/",
16
- "components",
17
- "stencil"
18
+ "stencil",
19
+ "angular",
20
+ "esnext/"
18
21
  ],
19
22
  "publishConfig": {
20
23
  "access": "public"
21
- },
22
- "dependencies": {
23
- "@everymatrix/casino-game-thumbnail-nd": "1.45.7"
24
24
  }
25
25
  }
26
+