@everymatrix/lottery-subscription 1.77.19 → 1.77.20

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.
Files changed (21) hide show
  1. package/dist/cjs/index.cjs.js +1 -1
  2. package/dist/cjs/lottery-subscription-3d1fe469.js +20778 -0
  3. package/dist/cjs/lottery-subscription.cjs.entry.js +1 -1
  4. package/dist/esm/index.js +1 -1
  5. package/dist/esm/lottery-subscription-f8ef8ec1.js +20776 -0
  6. package/dist/esm/lottery-subscription.entry.js +1 -1
  7. package/dist/lottery-subscription/index.esm.js +1 -1
  8. package/dist/lottery-subscription/lottery-subscription-f8ef8ec1.js +18228 -0
  9. package/dist/lottery-subscription/lottery-subscription.entry.js +1 -1
  10. package/dist/types/Users/mihai.balan/Desktop/EM-Projects/widgets-monorepo/packages/stencil/lottery-subscription/.stencil/packages/stencil/lottery-subscription/stencil.config.d.ts +2 -0
  11. package/dist/types/Users/mihai.balan/Desktop/EM-Projects/widgets-monorepo/packages/stencil/lottery-subscription/.stencil/packages/stencil/lottery-subscription/stencil.config.dev.d.ts +2 -0
  12. package/package.json +1 -1
  13. package/dist/cjs/lottery-subscription-3774d2ab.js +0 -9245
  14. package/dist/esm/lottery-subscription-b4ebf0d5.js +0 -9243
  15. package/dist/lottery-subscription/lottery-subscription-b4ebf0d5.js +0 -6657
  16. package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-subscription/.stencil/packages/stencil/lottery-subscription/stencil.config.d.ts +0 -2
  17. package/dist/types/builds/emfe-widgets/widgets-monorepo/packages/stencil/lottery-subscription/.stencil/packages/stencil/lottery-subscription/stencil.config.dev.d.ts +0 -2
  18. /package/dist/types/{builds/emfe-widgets → Users/mihai.balan/Desktop/EM-Projects}/widgets-monorepo/packages/stencil/lottery-subscription/.stencil/libs/common/src/storybook/storybook-utils.d.ts +0 -0
  19. /package/dist/types/{builds/emfe-widgets → Users/mihai.balan/Desktop/EM-Projects}/widgets-monorepo/packages/stencil/lottery-subscription/.stencil/packages/stencil/lottery-subscription/storybook/main.d.ts +0 -0
  20. /package/dist/types/{builds/emfe-widgets → Users/mihai.balan/Desktop/EM-Projects}/widgets-monorepo/packages/stencil/lottery-subscription/.stencil/packages/stencil/lottery-subscription/storybook/preview.d.ts +0 -0
  21. /package/dist/types/{builds/emfe-widgets → Users/mihai.balan/Desktop/EM-Projects}/widgets-monorepo/packages/stencil/lottery-subscription/.stencil/packages/stencil/lottery-subscription/utils/utils.d.ts +0 -0
@@ -1 +1 @@
1
- export{L as lottery_subscription}from"./lottery-subscription-b4ebf0d5.js";import"./index-f4067a90.js";
1
+ export{L as lottery_subscription}from"./lottery-subscription-f8ef8ec1.js";import"./index-f4067a90.js";
@@ -0,0 +1,2 @@
1
+ import { Config } from '../../../../../../../../../../../../stencil-public-runtime';
2
+ export declare const config: Config;
@@ -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/lottery-subscription",
3
- "version": "1.77.19",
3
+ "version": "1.77.20",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",