obsidian-typings 3.9.0 → 3.9.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/bun.lock +3 -0
- package/package.json +3 -2
package/bun.lock
CHANGED
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"pixi.js": "7.2.4",
|
|
28
28
|
"scrypt-js": "^3.0.1",
|
|
29
29
|
"style-mod": "4.1.2",
|
|
30
|
+
"trusted-types": "^2.0.0",
|
|
30
31
|
},
|
|
31
32
|
"devDependencies": {
|
|
32
33
|
"@microsoft/api-extractor": "^7.52.5",
|
|
@@ -1193,6 +1194,8 @@
|
|
|
1193
1194
|
|
|
1194
1195
|
"to-regex-range": ["to-regex-range@5.0.1", "", { "dependencies": { "is-number": "^7.0.0" } }, "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ=="],
|
|
1195
1196
|
|
|
1197
|
+
"trusted-types": ["trusted-types@2.0.0", "", {}, "sha512-Eam+AUp6lg04YjmYkuLNhEJX+6ByocrKTpY/TtfRK/gV6OmxeN0OwkIasor28SUJ606snArpPLGtPMGbqdaaUA=="],
|
|
1198
|
+
|
|
1196
1199
|
"ts-dedent": ["ts-dedent@2.2.0", "", {}, "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ=="],
|
|
1197
1200
|
|
|
1198
1201
|
"ts-morph": ["ts-morph@25.0.1", "", { "dependencies": { "@ts-morph/common": "~0.26.0", "code-block-writer": "^13.0.3" } }, "sha512-QJEiTdnz1YjrB3JFhd626gX4rKHDLSjSVMvGGG4v7ONc3RBwa0Eei98G9AT9uNFDMtV54JyuXsFeC+OH0n6bXQ=="],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "obsidian-typings",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.1",
|
|
4
4
|
"description": "Extended type definitions for the Obsidian API (https://obsidian.md)",
|
|
5
5
|
"main": "",
|
|
6
6
|
"module": "",
|
|
@@ -76,7 +76,8 @@
|
|
|
76
76
|
"pdfjs-dist": "^5.1.91",
|
|
77
77
|
"pixi.js": "7.2.4",
|
|
78
78
|
"scrypt-js": "^3.0.1",
|
|
79
|
-
"style-mod": "4.1.2"
|
|
79
|
+
"style-mod": "4.1.2",
|
|
80
|
+
"trusted-types": "^2.0.0"
|
|
80
81
|
},
|
|
81
82
|
"devDependencies": {
|
|
82
83
|
"@microsoft/api-extractor": "^7.52.5",
|