@everymatrix/helper-accordion 0.1.5 → 0.1.6

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.
@@ -111,6 +111,7 @@ function defineCustomElement$1() {
111
111
  break;
112
112
  } });
113
113
  }
114
+ defineCustomElement$1();
114
115
 
115
116
  const HelperAccordion = Accordion;
116
117
  const defineCustomElement = defineCustomElement$1;
@@ -9,6 +9,8 @@ export const config = {
9
9
  esmLoaderPath: '../loader',
10
10
  },
11
11
  {
12
+ autoDefineCustomElements: true,
13
+ generateTypeDeclarations: true,
12
14
  type: 'dist-custom-elements',
13
15
  },
14
16
  {
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@everymatrix/helper-accordion",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "main": "./dist/index.cjs.js",
5
- "module": "./dist/index.js",
5
+ "module": "./dist/components/helper-accordion.js",
6
6
  "es2015": "./dist/esm/index.mjs",
7
7
  "es2017": "./dist/esm/index.mjs",
8
8
  "types": "./dist/types/index.d.ts",