@maiyunnet/kebab 2.0.6 → 2.0.7

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 (3) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const VER = "2.0.6";
1
+ export declare const VER = "2.0.7";
2
2
  export declare const ROOT_PATH: string;
3
3
  export declare const LIB_PATH: string;
4
4
  export declare const SYS_PATH: string;
package/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MOD_CWD = exports.FTMP_CWD = exports.IND_CWD = exports.WWW_CWD = exports.LOG_CWD = exports.LIB_CWD = exports.VHOST_CWD = exports.CERT_CWD = exports.CONF_CWD = exports.ROOT_CWD = exports.SYS_PATH = exports.LIB_PATH = exports.ROOT_PATH = exports.VER = void 0;
4
- exports.VER = '2.0.6';
4
+ exports.VER = '2.0.7';
5
5
  const dirname = __dirname.replace(/\\/g, '/');
6
6
  exports.ROOT_PATH = dirname + '/';
7
7
  exports.LIB_PATH = exports.ROOT_PATH + 'lib/';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maiyunnet/kebab",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "Simple, easy-to-use, and fully-featured Node.js framework that is ready-to-use out of the box.",
5
5
  "keywords": [
6
6
  "kebab",
@@ -20,6 +20,7 @@
20
20
  "@litert/mime": "^0.1.3",
21
21
  "@litert/redis": "^3.0.5",
22
22
  "@litert/websocket": "^0.2.3",
23
+ "@types/ssh2": "^1.15.5",
23
24
  "ejs": "^3.1.10",
24
25
  "jszip": "^3.10.1",
25
26
  "mysql2": "^3.14.1",
@@ -30,7 +31,6 @@
30
31
  "@litert/eslint-plugin-rules": "^0.3.1",
31
32
  "@types/ejs": "^3.1.5",
32
33
  "@types/node": "^24.0.0",
33
- "@types/ssh2": "^1.15.5",
34
34
  "tsc-alias": "^1.8.16",
35
35
  "typescript": "^5.8.3"
36
36
  }