@lntvow/vite-plugin 1.1.6 → 1.1.8

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
@@ -21,4 +21,4 @@
21
21
  pointer-events: none;
22
22
  user-select: none;
23
23
  overflow: hidden;
24
- `;return{html:s,tags:[{tag:"div",attrs:{style:M.replace(/\s+/g," ").trim(),class:"vite-plugin-env-ribbon"},children:h,injectTo:"body"}]}},configResolved(s){g=s.mode}}}0&&(module.exports={vitePluginEnvRibbon,vitePluginVersionLog});
24
+ `;return{html:s,tags:[{tag:"div",attrs:{style:M.replace(/\s+/g," ").trim(),id:"vite-plugin-env-ribbon"},children:h,injectTo:"body"}]}},configResolved(s){g=s.mode}}}0&&(module.exports={vitePluginEnvRibbon,vitePluginVersionLog});
package/dist/index.mjs CHANGED
@@ -21,4 +21,4 @@ import{normalize as x,resolve as d}from"path";import{readFileSync as $}from"fs";
21
21
  pointer-events: none;
22
22
  user-select: none;
23
23
  overflow: hidden;
24
- `;return{html:s,tags:[{tag:"div",attrs:{style:v.replace(/\s+/g," ").trim(),class:"vite-plugin-env-ribbon"},children:u,injectTo:"body"}]}},configResolved(s){p=s.mode}}}export{N as vitePluginEnvRibbon,V as vitePluginVersionLog};
24
+ `;return{html:s,tags:[{tag:"div",attrs:{style:v.replace(/\s+/g," ").trim(),id:"vite-plugin-env-ribbon"},children:u,injectTo:"body"}]}},configResolved(s){p=s.mode}}}export{N as vitePluginEnvRibbon,V as vitePluginVersionLog};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lntvow/vite-plugin",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "type": "module",
5
5
  "description": "Collection of custom vite plugins",
6
6
  "keywords": [
@@ -23,20 +23,20 @@
23
23
  "import": "./dist/index.mjs"
24
24
  },
25
25
  "dependencies": {
26
- "@lntvow/utils": "^4.0.25",
26
+ "@lntvow/utils": "^4.2.2",
27
27
  "dayjs": "^1.11.13"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@commitlint/cli": "^19.8.1",
31
31
  "@commitlint/config-conventional": "^19.8.1",
32
- "@lntvow/eslint-config": "^9.26.6",
32
+ "@lntvow/eslint-config": "^9.28.2",
33
33
  "bumpp": "^10.2.0",
34
34
  "commitizen": "^4.3.1",
35
35
  "cz-conventional-changelog": "^3.3.0",
36
- "eslint": "^9.29.0",
36
+ "eslint": "^9.31.0",
37
37
  "lint-staged": "^16.1.2",
38
38
  "npm-run-all": "^4.1.5",
39
- "prettier": "^3.6.1",
39
+ "prettier": "^3.6.2",
40
40
  "simple-git-hooks": "^2.13.0",
41
41
  "tsup": "^8.5.0",
42
42
  "typescript": "^5.8.3"
@@ -50,7 +50,7 @@
50
50
  "ncu": "ncu -u --reject @types/node && pnpm install",
51
51
  "commit": "git add . && git-cz && pnpm release -y",
52
52
  "release": "git add . && bumpp package.json --all --no-tag --no-print-commits",
53
- "lint:eslint": "eslint \"src/**/*.{js,jsx,ts,tsx,vue}\" --fix",
53
+ "lint:eslint": "eslint --fix --cache --cache-location ./node_modules/.cache/eslintcache",
54
54
  "lint:tsc": "tsc --noEmit",
55
55
  "lint": "run-p lint:eslint lint:tsc",
56
56
  "build": "tsup"