@xiaohe01/stylelint-config 3.3.0 → 3.4.1

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025-PRESENT xiaohe0601 <https://github.com/xiaohe0601>
3
+ Copyright (c) 2026-PRESENT xiaohe0601 <https://github.com/xiaohe0601>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/index.cjs CHANGED
@@ -1,3 +1,4 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
1
2
  let local_pkg = require("local-pkg");
2
3
 
3
4
  //#region ../shared/src/constants.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xiaohe01/stylelint-config",
3
3
  "type": "module",
4
- "version": "3.3.0",
4
+ "version": "3.4.1",
5
5
  "description": "🤚 Xiaohe's Stylelint config preset",
6
6
  "author": "xiaohe0601 <xiaohe0601@outlook.com>",
7
7
  "license": "MIT",
@@ -36,12 +36,12 @@
36
36
  "local-pkg": "^1.1.2",
37
37
  "postcss-html": "^1.8.1",
38
38
  "postcss-scss": "^4.0.9",
39
- "stylelint-config-recess-order": "^7.6.0",
39
+ "stylelint-config-recess-order": "^7.6.1",
40
40
  "stylelint-order": "^7.0.1",
41
41
  "stylelint-scss": "^7.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "stylelint": "^17.0.0",
44
+ "stylelint": "^17.3.0",
45
45
  "@xiaohe-config/shared": "^0.0.0"
46
46
  },
47
47
  "scripts": {