@everymatrix/helper-pagination 0.1.6 → 0.1.7

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.
@@ -208,7 +208,6 @@ function defineCustomElement$1() {
208
208
  break;
209
209
  } });
210
210
  }
211
- defineCustomElement$1();
212
211
 
213
212
  const HelperPagination = HelperPagination$1;
214
213
  const defineCustomElement = defineCustomElement$1;
@@ -9,8 +9,6 @@ export const config = {
9
9
  esmLoaderPath: '../loader',
10
10
  },
11
11
  {
12
- autoDefineCustomElements: true,
13
- generateTypeDeclarations: true,
14
12
  type: 'dist-custom-elements',
15
13
  },
16
14
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/helper-pagination",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",