@zwa73/utils 1.0.280 → 1.0.281
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.
|
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
exports.ObsidianDepot = void 0;
|
|
7
7
|
const fs_1 = __importDefault(require("fs"));
|
|
8
8
|
const js_utils_1 = require("@zwa73/js-utils");
|
|
9
|
-
const Constant_1 = require("../Constant");
|
|
10
9
|
const pathe_1 = __importDefault(require("pathe"));
|
|
10
|
+
const Constant_1 = require("../Constant");
|
|
11
11
|
const UtilFileTools_1 = require("../UtilFileTools");
|
|
12
12
|
const UtilFunctions_1 = require("../UtilFunctions");
|
|
13
13
|
const Markdown_1 = require("./Markdown");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwa73/utils",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.281",
|
|
4
4
|
"description": "my utils",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -19,19 +19,19 @@
|
|
|
19
19
|
"@zwa73/js-utils": "*",
|
|
20
20
|
"@zwa73/modular-mixer": "^1.0.8",
|
|
21
21
|
"form-data": "^4.0.2",
|
|
22
|
+
"glob": "^13.0.0",
|
|
22
23
|
"html-entities": "^2.3.3",
|
|
23
24
|
"http-proxy-agent": "^7.0.2",
|
|
24
25
|
"https-proxy-agent": "^7.0.6",
|
|
26
|
+
"pathe": "^1.1.2",
|
|
25
27
|
"querystring": "^0.2.1",
|
|
26
28
|
"winston": "^3.10.0",
|
|
27
29
|
"winston-daily-rotate-file": "^4.7.1"
|
|
28
30
|
},
|
|
29
31
|
"peerDependencies": {
|
|
30
32
|
"@iarna/toml": "^2.2.5",
|
|
31
|
-
"glob": "^13.0.0",
|
|
32
33
|
"handlebars": "^4.7.8",
|
|
33
34
|
"json5": "^2.2.3",
|
|
34
|
-
"pathe": "^1.1.2",
|
|
35
35
|
"public-ip": "^6.0.2",
|
|
36
36
|
"tiktoken": "^1.0.7",
|
|
37
37
|
"yaml": "^2.8.1"
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@deepkit/type": "^1.0.1-alpha.153",
|
|
58
|
+
"@iarna/toml": "^2.2.5",
|
|
58
59
|
"@types/jest": "^29.5.12",
|
|
59
60
|
"@types/node": "^20.19.25",
|
|
60
61
|
"@zwa73/dev-utils": "*",
|