@obsidian-typings/obsidian-catalyst-latest 5.16.2 → 6.1.0
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/README.md +12 -13
- package/implementations.cjs +1 -1
- package/implementations.d.cts +1 -1
- package/implementations.d.mts +1 -1
- package/implementations.mjs +1 -1
- package/package.json +13 -13
- package/types.d.cts +1 -1
- package/types.d.mts +1 -1
package/README.md
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
|
-
|
|
1
|
+
<center>
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
# Obsidian Typings
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
</center>
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
<div align="center">
|
|
8
|
+
<a href="https://obsidian.md/changelog/2026-03-23-desktop-v1.12.7/"><img src="https://img.shields.io/badge/Obsidian_version-1.12.7_public-blue?logo=obsidian" alt="Obsidian version: 1.12.7 public"></a>
|
|
9
|
+
<a href="https://github.com/obsidian-typings/obsidian-typings/tree/release/obsidian-public/1.12.7"><img src="https://img.shields.io/badge/Git_branch-release/obsidian--public/1.12.7-red?logo=git" alt="Git branch: release/obsidian-public/1.12.7"></a>
|
|
10
|
+
</div>
|
|
8
11
|
|
|
9
|
-
|
|
10
|
-
npm install @obsidian-typings/obsidian-catalyst-latest
|
|
11
|
-
```
|
|
12
|
+
This branch contains the typings for Obsidian version [`1.12.7 public`](https://obsidian.md/changelog/2026-03-23-desktop-v1.12.7/).
|
|
12
13
|
|
|
13
|
-
|
|
14
|
+
> [!WARNING]
|
|
15
|
+
>
|
|
16
|
+
> If you are making a PR to this branch, please make sure to verify that all your changes are applicable to this version.
|
|
14
17
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
```bash
|
|
18
|
-
npm install @obsidian-typings/obsidian-catalyst-1.12.6
|
|
19
|
-
```
|
|
18
|
+
[See full docs](https://github.com/obsidian-typings/obsidian-typings/blob/main/README.md)
|
package/implementations.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
module.exports = require("@obsidian-typings/obsidian-
|
|
1
|
+
module.exports = require("@obsidian-typings/obsidian-public-1.12.7/implementations");
|
package/implementations.d.cts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export * from "@obsidian-typings/obsidian-public-1.12.7/implementations";
|
package/implementations.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export * from "@obsidian-typings/obsidian-public-1.12.7/implementations";
|
package/implementations.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "@obsidian-typings/obsidian-
|
|
1
|
+
export * from "@obsidian-typings/obsidian-public-1.12.7/implementations";
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
2
|
+
"dependencies": {
|
|
3
|
+
"@obsidian-typings/obsidian-public-1.12.7": "^6.0.0"
|
|
4
|
+
},
|
|
4
5
|
"description": "Latest obsidian-typings for Obsidian catalyst releases.",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "",
|
|
7
|
-
"types": "./types.d.cts",
|
|
8
6
|
"exports": {
|
|
9
7
|
".": {
|
|
10
|
-
"
|
|
11
|
-
"
|
|
8
|
+
"import": { "types": "./types.d.mts" },
|
|
9
|
+
"require": { "types": "./types.d.cts" }
|
|
12
10
|
},
|
|
13
11
|
"./implementations": {
|
|
14
|
-
"
|
|
15
|
-
"
|
|
12
|
+
"import": { "default": "./implementations.mjs", "types": "./implementations.d.mts" },
|
|
13
|
+
"require": { "default": "./implementations.cjs", "types": "./implementations.d.cts" }
|
|
16
14
|
}
|
|
17
15
|
},
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
"
|
|
16
|
+
"license": "MIT",
|
|
17
|
+
"main": "",
|
|
18
|
+
"name": "@obsidian-typings/obsidian-catalyst-latest",
|
|
19
|
+
"type": "module",
|
|
20
|
+
"types": "./types.d.cts",
|
|
21
|
+
"version": "6.1.0"
|
|
22
22
|
}
|
package/types.d.cts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export type * from "@obsidian-typings/obsidian-
|
|
1
|
+
export type * from "@obsidian-typings/obsidian-public-1.12.7";
|
package/types.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export type * from "@obsidian-typings/obsidian-
|
|
1
|
+
export type * from "@obsidian-typings/obsidian-public-1.12.7";
|