@everymatrix/casino-jackpot-winner 1.23.1 → 1.23.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.
@@ -854,6 +854,7 @@ function defineCustomElement$1() {
854
854
  break;
855
855
  } });
856
856
  }
857
+ defineCustomElement$1();
857
858
 
858
859
  const CasinoJackpotWinner = CasinoJackpotWinner$1;
859
860
  const defineCustomElement = defineCustomElement$1;
@@ -0,0 +1,2 @@
1
+ import { Config } from '../../../../../../../../../../../stencil-public-runtime';
2
+ export declare const config: Config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-jackpot-winner",
3
- "version": "1.23.1",
3
+ "version": "1.23.2",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",
@@ -1,2 +0,0 @@
1
- import { Config } from '../../../../../../../../../../stencil-public-runtime';
2
- export declare const config: Config;