@certd/plugin-lib 1.27.9 → 1.28.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -3,6 +3,21 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.28.1](https://github.com/certd/certd/compare/v1.28.0...v1.28.1) (2024-12-08)
7
+
8
+ **Note:** Version bump only for package @certd/plugin-lib
9
+
10
+ # [1.28.0](https://github.com/certd/certd/compare/v1.27.9...v1.28.0) (2024-11-30)
11
+
12
+ ### Features
13
+
14
+ * 手机号登录、邮箱验证码注册 ([7b55337](https://github.com/certd/certd/commit/7b55337c5edb470cca7aa62201eda8d274784004))
15
+
16
+ ### Performance Improvements
17
+
18
+ * 部署到IIS插件 ([1534f45](https://github.com/certd/certd/commit/1534f4523633265d219d7b3a249a9ea1af99c512))
19
+ * 选项显示图标 ([aedc462](https://github.com/certd/certd/commit/aedc46213571a3bd93809b7af7fa17a08d546237))
20
+
6
21
  ## [1.27.9](https://github.com/certd/certd/compare/v1.27.8...v1.27.9) (2024-11-26)
7
22
 
8
23
  **Note:** Version bump only for package @certd/plugin-cert
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@certd/plugin-lib",
3
3
  "private": false,
4
- "version": "1.27.9",
4
+ "version": "1.28.1",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -15,19 +15,19 @@
15
15
  "preview": "vite preview"
16
16
  },
17
17
  "dependencies": {
18
- "@certd/basic": "^1.27.9",
19
- "@certd/plugin-cert": "^1.27.9",
20
- "@certd/pipeline": "^1.27.9",
18
+ "@alicloud/pop-core": "^1.7.10",
19
+ "@certd/basic": "^1.28.1",
20
+ "@certd/pipeline": "^1.28.1",
21
+ "@certd/plugin-cert": "^1.28.1",
22
+ "@kubernetes/client-node": "0.21.0",
21
23
  "dayjs": "^1.11.7",
24
+ "iconv-lite": "^0.6.3",
22
25
  "lodash-es": "^4.17.21",
23
26
  "rimraf": "^5.0.5",
24
- "@alicloud/pop-core": "^1.7.10",
25
- "ssh2": "^1.15.0",
26
27
  "socks": "^2.8.3",
27
28
  "socks-proxy-agent": "^8.0.4",
28
- "strip-ansi": "^7.1.0",
29
- "iconv-lite": "^0.6.3",
30
- "@kubernetes/client-node": "0.21.0"
29
+ "ssh2": "^1.15.0",
30
+ "strip-ansi": "^7.1.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/chai": "^4.3.3",
@@ -44,5 +44,5 @@
44
44
  "tslib": "^2.8.1",
45
45
  "typescript": "^5.4.2"
46
46
  },
47
- "gitHead": "cf1936309241d3cf05c2fba767f530bbb3b62b15"
47
+ "gitHead": "a6cd532035f55a7ce122ea1229bb65f9d41e7125"
48
48
  }