@lntvow/vite-plugin 1.1.9 → 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 +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -16,6 +16,6 @@
16
16
 
17
17
  > Collection of custom Vite plugins
18
18
 
19
- [![npm version](https://img.shields.io/npm/v/@lntvow/vite-plugin.svg?style=flat-square&color=brightgreen)](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)](https://www.npmjs.com/package/@lntvow/vite-plugin)
21
- [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-brightgreen?style=flat-square)](https://www.typescriptlang.org/)
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.9",
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.11",
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.4",
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",