@lntvow/vite-plugin 1.1.8 → 1.1.10

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.
Files changed (2) hide show
  1. package/README.md +20 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,3 +1,21 @@
1
- # @lntvow/vite-plugin
1
+ <div align="center">
2
+ <br>
2
3
 
3
- Collection of custom Vite plugins
4
+ ```
5
+
6
+ ██╗ ██╗██╗████████╗███████╗ ██████╗ ██╗ ██╗ ██╗ ██████╗ ██╗███╗ ██╗
7
+ ██║ ██║██║╚══██╔══╝██╔════╝ ██╔══██╗██║ ██║ ██║██╔════╝ ██║████╗ ██║
8
+ ██║ ██║██║ ██║ █████╗ ██████╔╝██║ ██║ ██║██║ ███╗██║██╔██╗ ██║
9
+ ╚██╗ ██╔╝██║ ██║ ██╔══╝ ██╔═══╝ ██║ ██║ ██║██║ ██║██║██║╚██╗██║
10
+ ╚████╔╝ ██║ ██║ ███████╗ ██║ ███████╗╚██████╔╝╚██████╔╝██║██║ ╚████║
11
+ ╚═══╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝╚═╝ ╚═══╝
12
+
13
+ ```
14
+
15
+ </div>
16
+
17
+ > Collection of custom Vite plugins
18
+
19
+ [![npm version](https://img.shields.io/npm/v/@lntvow/vite-plugin.svg?style=flat-square&color=brightgreen&logo=npm)](https://www.npmjs.com/package/@lntvow/vite-plugin)
20
+ [![package size](https://img.shields.io/npm/unpacked-size/@lntvow/vite-plugin?style=flat-square&color=brightgreen&logo=npm)](https://www.npmjs.com/package/@lntvow/vite-plugin)
21
+ [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-brightgreen?style=flat-square&logo=typescript)](https://www.typescriptlang.org/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lntvow/vite-plugin",
3
- "version": "1.1.8",
3
+ "version": "1.1.10",
4
4
  "type": "module",
5
5
  "description": "Collection of custom vite plugins",
6
6
  "keywords": [
@@ -23,17 +23,17 @@
23
23
  "import": "./dist/index.mjs"
24
24
  },
25
25
  "dependencies": {
26
- "@lntvow/utils": "^4.2.2",
26
+ "@lntvow/utils": "^4.3.0",
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.28.2",
32
+ "@lntvow/eslint-config": "^9.28.7",
33
33
  "bumpp": "^10.2.0",
34
34
  "commitizen": "^4.3.1",
35
35
  "cz-conventional-changelog": "^3.3.0",
36
- "eslint": "^9.31.0",
36
+ "eslint": "^9.32.0",
37
37
  "lint-staged": "^16.1.2",
38
38
  "npm-run-all": "^4.1.5",
39
39
  "prettier": "^3.6.2",
@@ -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 --fix --cache --cache-location ./node_modules/.cache/eslintcache",
53
+ "lint:eslint": "eslint --fix --cache",
54
54
  "lint:tsc": "tsc --noEmit",
55
55
  "lint": "run-p lint:eslint lint:tsc",
56
56
  "build": "tsup"