@maiyunnet/kebab 3.0.0 → 3.0.2
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/bin/kebab.js +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/main.d.ts +1 -1
- package/main.js +0 -2
- package/package.json +2 -3
package/bin/kebab.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
|
|
2
|
+
import '../main.js';
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* ------------------------
|
|
9
9
|
*/
|
|
10
10
|
/** --- 当前系统版本号 --- */
|
|
11
|
-
export const VER = '3.0.
|
|
11
|
+
export const VER = '3.0.2';
|
|
12
12
|
// --- 服务端用的路径 ---
|
|
13
13
|
const imu = import.meta.url.replace('file://', '').replace(/^\/(\w:)/, '$1').replace(/\\/g, '/');
|
|
14
14
|
/** --- /xxx/xxx --- */
|
package/main.d.ts
CHANGED
package/main.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maiyunnet/kebab",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "Simple, easy-to-use, and fully-featured Node.js framework that is ready-to-use out of the box.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -27,8 +27,7 @@
|
|
|
27
27
|
"mysql2": "^3.14.5",
|
|
28
28
|
"ssh2": "^1.17.0",
|
|
29
29
|
"svg-captcha": "^1.4.0",
|
|
30
|
-
"tencentcloud-sdk-nodejs": "^4.1.116"
|
|
31
|
-
"ts-alias-loader": "^0.1.5"
|
|
30
|
+
"tencentcloud-sdk-nodejs": "^4.1.116"
|
|
32
31
|
},
|
|
33
32
|
"devDependencies": {
|
|
34
33
|
"@litert/eslint-plugin-rules": "^0.3.1",
|