@liangmi/vp-config 0.2.0 → 0.3.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.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { c as writeRuntimeInfo } from "./info-CHtwxjhy.mjs";
1
+ import { c as writeRuntimeInfo } from "./info-XwsgbUrs.mjs";
2
2
  import { defineConfig, mergeConfig } from "vite-plus";
3
3
  //#region src/base/fmt.ts
4
4
  const fmtBase = {
@@ -299,7 +299,7 @@ const lintBase = {
299
299
  //#region src/base/run.ts
300
300
  const lintInput = [
301
301
  { auto: true },
302
- "!node_modules/.vp-config/info.json",
302
+ "!**/node_modules/.vp-config/info.json",
303
303
  "index.html"
304
304
  ];
305
305
  const runBase = {
@@ -105,7 +105,7 @@ function createRuntimeInfo(configFile, input, createdNodeModules) {
105
105
  cleanup: { createdNodeModules }
106
106
  };
107
107
  }
108
- const vitePlusConfigKeys = new Set([
108
+ const vitePlusConfigKeys = /* @__PURE__ */ new Set([
109
109
  "create",
110
110
  "fmt",
111
111
  "lint",
@@ -1,4 +1,4 @@
1
- import { a as isProject, c as writeRuntimeInfo, d as projectConfigNames, f as rootConfigNames, i as isLibProject, l as packageName, n as ensureRuntimeInfo, o as isWebsiteProject, p as viteConfigNames, r as getInfoPath, s as readRuntimeInfo, t as cleanupRuntimeInfo, u as pluginName } from "../info-CHtwxjhy.mjs";
1
+ import { a as isProject, c as writeRuntimeInfo, d as projectConfigNames, f as rootConfigNames, i as isLibProject, l as packageName, n as ensureRuntimeInfo, o as isWebsiteProject, p as viteConfigNames, r as getInfoPath, s as readRuntimeInfo, t as cleanupRuntimeInfo, u as pluginName } from "../info-XwsgbUrs.mjs";
2
2
  import { existsSync } from "node:fs";
3
3
  import { basename, dirname, join } from "node:path";
4
4
  import { definePlugin, defineRule } from "@oxlint/plugins";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liangmi/vp-config",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Liang's JavaScript development toolchain config with Vite+.",
5
5
  "homepage": "https://github.com/liangmiQwQ/vp-config#readme",
6
6
  "bugs": {
@@ -25,11 +25,11 @@
25
25
  "access": "public"
26
26
  },
27
27
  "devDependencies": {
28
- "@types/node": "^26.0.0",
29
- "@typescript/native-preview": "7.0.0-dev.20260620.1",
28
+ "@types/node": "^26.1.0",
29
+ "@typescript/native-preview": "7.0.0-dev.20260702.3",
30
30
  "bumpp": "^11.1.0",
31
31
  "typescript": "^6.0.3",
32
- "vite-plus": "^0.2.1"
32
+ "vite-plus": "^0.2.2"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@oxlint/plugins": "1.61.0",