Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.
/ tyh-ui2 Public archive

Commit ab1aed3

Browse files
committed
chore: 优化依赖项 💥💥💥
1 parent 6f6bfdf commit ab1aed3

File tree

7 files changed

+49
-766
lines changed

7 files changed

+49
-766
lines changed

.vscode/extensions.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.en-US.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ For more information, please refer to the Chinese update log.
44

55
[Chinese](https://github.com/Tyh2001/tyh-ui2/blob/master/CHANGELOG.md) | English
66

7+
## 4.4.0 (2022-10-26)
8+
9+
- Change package.json license
10+
711
## 4.3.2 (2022-09-14)
812

913
- Repair main entry file

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Chinese | [English](https://github.com/Tyh2001/tyh-ui2/blob/master/CHANGELOG.en-US.md)
44

5+
## 4.4.0 (2022-10-26)
6+
7+
- 更新 package.json license
8+
59
## 4.3.2 (2022-09-14)
610

711
- 修复主入口文件

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@
2020
"lint": "eslint .",
2121
"lint:fix": "eslint . --fix"
2222
},
23-
"license": "ISC",
23+
"license": "MIT",
2424
"dependencies": {
2525
"vue": "^3.2.33"
2626
},
2727
"devDependencies": {
28-
"@commitlint/cli": "^16.2.1",
29-
"@commitlint/config-conventional": "^16.2.1",
3028
"@tyh-ui2/style": "workspace:*",
3129
"@vitejs/plugin-vue": "^2.3.1",
3230
"commitizen": "^4.2.4",
@@ -36,13 +34,11 @@
3634
"husky": "^7.0.4",
3735
"lint-staged": "^12.3.5",
3836
"prettier": "^2.5.1",
39-
"pretty-quick": "^3.1.3",
4037
"rimraf": "^3.0.2",
4138
"sass": "^1.50.0",
4239
"typescript": "^4.5.4",
4340
"unplugin-vue-setup-extend-plus": "^0.3.2",
4441
"vite": "^3.0.3",
45-
"vite-plugin-compression": "^0.5.1",
4642
"vite-plugin-dts": "^1.2.0",
4743
"vue-tsc": "^0.29.8"
4844
},

packages/components/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"name": "tyh-ui2",
3-
"version": "4.3.2",
3+
"version": "4.4.0",
44
"description": "The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.",
5-
"main": "lib/index.cjs",
6-
"module": "es/index.mjs",
5+
"main": "lib/index.js",
6+
"module": "es/index.js",
77
"types": "es/index.d.ts",
88
"exports": {
99
".": {
10-
"import": "./es/index.mjs",
11-
"require": "./lib/index.cjs",
10+
"import": "./es/index.js",
11+
"require": "./lib/index.js",
1212
"types": "./es/index.d.ts"
1313
},
1414
"./dist": "./dist/",
1515
"./theme": "./theme/",
16-
"./es": "./es/index.mjs",
17-
"./es/*": "./es/*.mjs",
18-
"./es/*.mjs": "./es/*.mjs",
19-
"./lib": "./lib/index.cjs",
16+
"./es": "./es/index.js",
17+
"./es/*": "./es/*.js",
18+
"./es/*.js": "./es/*.js",
19+
"./lib": "./lib/index.js",
2020
"./lib/*": "./lib/*.js",
21-
"./lib/*.cjs": "./lib/*.cjs",
21+
"./lib/*.js": "./lib/*.js",
2222
"./*": "./*"
2323
},
2424
"unpkg": "dist/index.umd.js",
@@ -40,7 +40,7 @@
4040
"name": "tyh2001",
4141
"url": "https://tianyuhao.cn"
4242
},
43-
"license": "ISC",
43+
"license": "MIT",
4444
"bugs": {
4545
"url": "https://github.com/Tyh2001/tyh-ui2/issues"
4646
},

0 commit comments

Comments
 (0)