obsidian-typings 2.8.2 → 2.10.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.
@@ -22,8 +22,8 @@ var __copyProps = (to, from, except, desc) => {
22
22
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
23
23
 
24
24
  // src/obsidian/implementations/index.ts
25
- var implementations_exports = {};
26
- __export(implementations_exports, {
25
+ var index_exports = {};
26
+ __export(index_exports, {
27
27
  CustomArrayDictImpl: () => CustomArrayDictImpl,
28
28
  FileExtension: () => FileExtension,
29
29
  InternalPluginName: () => InternalPluginName,
@@ -64,7 +64,7 @@ __export(implementations_exports, {
64
64
  isReferenceCache: () => isReferenceCache,
65
65
  parentFolderPath: () => parentFolderPath
66
66
  });
67
- module.exports = __toCommonJS(implementations_exports);
67
+ module.exports = __toCommonJS(index_exports);
68
68
 
69
69
  // src/obsidian/implementations/Constructors/getAppConstructor.ts
70
70
  var import_obsidian = require("obsidian");
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.47.9",
4
+ "toolVersion": "7.48.1",
5
5
  "schemaVersion": 1011,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {