@2030/eslint-config 1.0.0-beta.1 → 1.0.0-beta.2

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/cli.cjs CHANGED
@@ -48,7 +48,7 @@ var import_picocolors = __toESM(require("picocolors"), 1);
48
48
  var package_default = {
49
49
  name: "@2030/eslint-config",
50
50
  type: "module",
51
- version: "1.0.0-beta.1",
51
+ version: "1.0.0-beta.2",
52
52
  description: "Shareable ESLint config for conventional coding style",
53
53
  author: "Dai Jun <zijun2030@163.com>",
54
54
  license: "MIT",
package/dist/cli.js CHANGED
@@ -19,7 +19,7 @@ import c from "picocolors";
19
19
  var package_default = {
20
20
  name: "@2030/eslint-config",
21
21
  type: "module",
22
- version: "1.0.0-beta.1",
22
+ version: "1.0.0-beta.2",
23
23
  description: "Shareable ESLint config for conventional coding style",
24
24
  author: "Dai Jun <zijun2030@163.com>",
25
25
  license: "MIT",
package/dist/index.cjs CHANGED
@@ -106,7 +106,7 @@ __export(src_exports, {
106
106
  });
107
107
  module.exports = __toCommonJS(src_exports);
108
108
 
109
- // node_modules/.pnpm/tsup@8.2.4_5ofm35yyure5wtaajtea4uq2pa/node_modules/tsup/assets/cjs_shims.js
109
+ // node_modules/.pnpm/tsup@8.2.4_jiti@1.21.6_postcss@8.4.41_tsx@4.18.0_typescript@5.5.4_yaml@2.5.0/node_modules/tsup/assets/cjs_shims.js
110
110
  var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
111
111
  var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
112
112
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@2030/eslint-config",
3
3
  "type": "module",
4
- "version": "1.0.0-beta.1",
4
+ "version": "1.0.0-beta.2",
5
5
  "description": "Shareable ESLint config for conventional coding style",
6
6
  "author": "Dai Jun <zijun2030@163.com>",
7
7
  "license": "MIT",
@@ -155,7 +155,7 @@
155
155
  "typescript": "^5.5.4",
156
156
  "vitest": "^2.0.5",
157
157
  "vue": "^3.4.38",
158
- "@2030/eslint-config": "1.0.0-beta.1"
158
+ "@2030/eslint-config": "1.0.0-beta.2"
159
159
  },
160
160
  "resolutions": {
161
161
  "@eslint-community/eslint-utils": "^4.4.0",