obsidian-dev-utils 9.0.0 → 9.0.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.
- package/CHANGELOG.md +5 -0
- package/dist/lib/index.cjs +3 -3
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
package/dist/lib/index.cjs
CHANGED
@@ -35,8 +35,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
35
35
|
mod
|
36
36
|
));
|
37
37
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
38
|
-
var
|
39
|
-
__export(
|
38
|
+
var index_exports = {};
|
39
|
+
__export(index_exports, {
|
40
40
|
Async: () => Async,
|
41
41
|
Blob: () => Blob,
|
42
42
|
Debug: () => Debug,
|
@@ -54,7 +54,7 @@ __export(src_exports, {
|
|
54
54
|
scripts: () => scripts,
|
55
55
|
url: () => url
|
56
56
|
});
|
57
|
-
module.exports = __toCommonJS(
|
57
|
+
module.exports = __toCommonJS(index_exports);
|
58
58
|
var _types = __toESM(__extractDefault(require('./@types.cjs')), 1);
|
59
59
|
var Async = __toESM(__extractDefault(require('./Async.cjs')), 1);
|
60
60
|
var Blob = __toESM(__extractDefault(require('./Blob.cjs')), 1);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "obsidian-dev-utils",
|
3
|
-
"version": "9.0.
|
3
|
+
"version": "9.0.1",
|
4
4
|
"description": "This is the collection of useful functions that you can use for your Obsidian plugin development",
|
5
5
|
"main": "./dist/lib/index.cjs",
|
6
6
|
"types": "./dist/lib/index.d.ts",
|
@@ -47,19 +47,19 @@
|
|
47
47
|
"@types/parsimmon": "^1.10.9",
|
48
48
|
"@types/path-browserify": "^1.0.3",
|
49
49
|
"@types/shell-quote": "^1.7.5",
|
50
|
-
"@typescript-eslint/eslint-plugin": "^8.18.
|
51
|
-
"@typescript-eslint/parser": "^8.18.
|
50
|
+
"@typescript-eslint/eslint-plugin": "^8.18.2",
|
51
|
+
"@typescript-eslint/parser": "^8.18.2",
|
52
52
|
"adm-zip": "^0.5.16",
|
53
53
|
"commander": "^12.1.0",
|
54
|
-
"cspell": "^8.17.
|
54
|
+
"cspell": "^8.17.1",
|
55
55
|
"dotenv": "^16.4.7",
|
56
|
-
"enhanced-resolve": "^5.
|
57
|
-
"esbuild": "^0.24.
|
56
|
+
"enhanced-resolve": "^5.18.0",
|
57
|
+
"esbuild": "^0.24.2",
|
58
58
|
"eslint": "^9.17.0",
|
59
59
|
"eslint-import-resolver-typescript": "^3.7.0",
|
60
|
-
"eslint-plugin-import-x": "^4.
|
60
|
+
"eslint-plugin-import-x": "^4.6.1",
|
61
61
|
"eslint-plugin-modules-newlines": "^0.0.7",
|
62
|
-
"eslint-plugin-perfectionist": "^4.
|
62
|
+
"eslint-plugin-perfectionist": "^4.4.0",
|
63
63
|
"eslint-plugin-tsdoc": "^0.4.0",
|
64
64
|
"eslint-plugin-verify-tsdoc": "^1.0.20",
|
65
65
|
"eventemitter3": "^5.0.1",
|
@@ -69,17 +69,17 @@
|
|
69
69
|
"monkey-around": "^3.0.0",
|
70
70
|
"npm-run-all": "^4.1.5",
|
71
71
|
"obsidian": "^1.7.2",
|
72
|
-
"obsidian-typings": "^2.
|
72
|
+
"obsidian-typings": "^2.7.0",
|
73
73
|
"path-browserify": "^1.0.1",
|
74
|
-
"preact": "^10.25.
|
74
|
+
"preact": "^10.25.3",
|
75
75
|
"remark": "^15.0.1",
|
76
76
|
"remark-parse": "^11.0.0",
|
77
77
|
"remark-wiki-link": "^2.0.1",
|
78
78
|
"shell-quote": "^1.8.2",
|
79
79
|
"tsx": "^4.19.2",
|
80
|
-
"type-fest": "^4.
|
80
|
+
"type-fest": "^4.31.0",
|
81
81
|
"typescript": "^5.7.2",
|
82
|
-
"typescript-eslint": "^8.18.
|
82
|
+
"typescript-eslint": "^8.18.2"
|
83
83
|
},
|
84
84
|
"type": "module",
|
85
85
|
"bin": "./dist/bin/cli.cjs",
|