vite-plugin-dts 3.0.3 → 3.1.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-dts",
3
- "version": "3.0.3",
3
+ "version": "3.1.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "qmhc",
@@ -9,17 +9,16 @@
9
9
  "build": "tsx scripts/build.ts",
10
10
  "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path .",
11
11
  "dev": "unbuild --stub",
12
- "lint": "pnpm run lint:src && pnpm run lint:example",
13
- "lint:src": "eslint --fix --ext .js,.jsx,.ts,.tsx,.vue src/**",
14
- "lint:example": "eslint --fix --ext .js,.jsx,.ts,.tsx,.vue example/{src,components}/**",
12
+ "lint": "eslint --ext .js,.jsx,.ts,.tsx \"{src,tests}/**\"",
15
13
  "_postinstall": "is-ci || husky install",
16
14
  "postpublish": "pinst --enable",
17
15
  "precommit": "lint-staged -c ./.husky/.lintstagedrc -q",
18
16
  "prepublishOnly": "pinst --disable",
19
- "prettier": "pretty-quick --staged",
17
+ "prettier": "pretty-quick --staged && pnpm run lint",
20
18
  "release": "tsx scripts/release.ts",
21
19
  "test": "vitest run",
22
20
  "test:react": "pnpm -C examples/react build",
21
+ "test:svelte": "pnpm -C examples/svelte build",
23
22
  "test:ts": "pnpm -C examples/ts build",
24
23
  "test:vue": "pnpm -C examples/vue build"
25
24
  },
@@ -72,15 +71,13 @@
72
71
  "@types/semver": "^7.5.0",
73
72
  "@typescript-eslint/eslint-plugin": "^5.60.0",
74
73
  "@typescript-eslint/parser": "^5.60.0",
74
+ "@vexip-ui/commitlint-config": "^0.1.0",
75
+ "@vexip-ui/eslint-config": "^0.6.3",
76
+ "@vexip-ui/prettier-config": "^0.2.0",
75
77
  "@vue/eslint-config-standard": "^8.0.1",
76
78
  "@vue/eslint-config-typescript": "^11.0.3",
77
79
  "conventional-changelog-cli": "^3.0.0",
78
- "cross-env": "^7.0.3",
79
80
  "eslint": "^8.43.0",
80
- "eslint-plugin-import": "^2.27.5",
81
- "eslint-plugin-node": "^11.1.0",
82
- "eslint-plugin-promise": "^6.1.1",
83
- "eslint-plugin-vue": "^9.15.1",
84
81
  "execa": "^7.1.1",
85
82
  "husky": "^8.0.3",
86
83
  "is-ci": "^3.0.1",
@@ -93,7 +90,7 @@
93
90
  "rimraf": "^5.0.1",
94
91
  "semver": "^7.5.3",
95
92
  "tsx": "^3.12.7",
96
- "typescript": "^5.1.3",
93
+ "typescript": "5.0.4",
97
94
  "unbuild": "^1.2.1",
98
95
  "vite": "^4.3.9",
99
96
  "vitest": "^0.32.2"