@xiaohe01/stylelint-config 3.1.0 → 3.2.0

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.
package/dist/index.cjs CHANGED
@@ -1,4 +1,3 @@
1
- Object.defineProperty(exports, '__esModule', { value: true });
2
1
  let local_pkg = require("local-pkg");
3
2
 
4
3
  //#region ../shared/src/constants.ts
@@ -240,5 +239,4 @@ exports.GLOB_CSS = GLOB_CSS;
240
239
  exports.GLOB_HTML = GLOB_HTML;
241
240
  exports.GLOB_SCSS = GLOB_SCSS;
242
241
  exports.GLOB_VUE = GLOB_VUE;
243
- exports.default = defineConfig;
244
242
  exports.defineConfig = defineConfig;
package/dist/index.d.cts CHANGED
@@ -55,4 +55,4 @@ declare const GLOB_HTML: string[];
55
55
  declare const GLOB_VUE: string[];
56
56
  declare const GLOB_ALL: string[];
57
57
  //#endregion
58
- export { GLOB_ALL, GLOB_CSS, GLOB_HTML, GLOB_SCSS, GLOB_VUE, defineConfig as default, defineConfig };
58
+ export { GLOB_ALL, GLOB_CSS, GLOB_HTML, GLOB_SCSS, GLOB_VUE, defineConfig };
package/dist/index.d.mts CHANGED
@@ -55,4 +55,4 @@ declare const GLOB_HTML: string[];
55
55
  declare const GLOB_VUE: string[];
56
56
  declare const GLOB_ALL: string[];
57
57
  //#endregion
58
- export { GLOB_ALL, GLOB_CSS, GLOB_HTML, GLOB_SCSS, GLOB_VUE, defineConfig as default, defineConfig };
58
+ export { GLOB_ALL, GLOB_CSS, GLOB_HTML, GLOB_SCSS, GLOB_VUE, defineConfig };
package/dist/index.mjs CHANGED
@@ -234,4 +234,4 @@ function getOverrides(options) {
234
234
  }
235
235
 
236
236
  //#endregion
237
- export { GLOB_ALL, GLOB_CSS, GLOB_HTML, GLOB_SCSS, GLOB_VUE, defineConfig as default, defineConfig };
237
+ export { GLOB_ALL, GLOB_CSS, GLOB_HTML, GLOB_SCSS, GLOB_VUE, defineConfig };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xiaohe01/stylelint-config",
3
3
  "type": "module",
4
- "version": "3.1.0",
4
+ "version": "3.2.0",
5
5
  "description": "🤚 Xiaohe's Stylelint config preset",
6
6
  "author": "xiaohe0601 <xiaohe0601@outlook.com>",
7
7
  "license": "MIT",
@@ -37,8 +37,8 @@
37
37
  "postcss-html": "^1.8.0",
38
38
  "postcss-scss": "^4.0.9",
39
39
  "stylelint-config-recess-order": "^7.4.0",
40
- "stylelint-order": "^7.0.0",
41
- "stylelint-scss": "^6.13.0"
40
+ "stylelint-order": "^7.0.1",
41
+ "stylelint-scss": "^6.14.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "stylelint": "^16.26.1",