@microsoft/api-documenter
Advanced tools
Comparing version 7.23.0 to 7.23.1
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.36.4" | ||
"packageVersion": "7.37.0" | ||
} | ||
] | ||
} |
@@ -27,2 +27,5 @@ "use strict"; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -32,2 +35,3 @@ exports.DocumenterConfig = void 0; | ||
const node_core_library_1 = require("@rushstack/node-core-library"); | ||
const api_documenter_schema_json_1 = __importDefault(require("../schemas/api-documenter.schema.json")); | ||
/** | ||
@@ -65,3 +69,3 @@ * Helper for loading the api-documenter.json file format. Later when the schema is more mature, | ||
*/ | ||
DocumenterConfig.jsonSchema = node_core_library_1.JsonSchema.fromFile(path.join(__dirname, '..', 'schemas', 'api-documenter.schema.json')); | ||
DocumenterConfig.jsonSchema = node_core_library_1.JsonSchema.fromLoadedObject(api_documenter_schema_json_1.default); | ||
/** | ||
@@ -68,0 +72,0 @@ * The config file name "api-documenter.json". |
@@ -27,2 +27,5 @@ "use strict"; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -38,3 +41,4 @@ exports.YamlDocumenter = void 0; | ||
const ToSdpConvertHelper_1 = require("../utils/ToSdpConvertHelper"); | ||
const yamlApiSchema = node_core_library_1.JsonSchema.fromFile(path.join(__dirname, '..', 'yaml', 'typescript.schema.json')); | ||
const typescript_schema_json_1 = __importDefault(require("../yaml/typescript.schema.json")); | ||
const yamlApiSchema = node_core_library_1.JsonSchema.fromLoadedObject(typescript_schema_json_1.default); | ||
/** | ||
@@ -41,0 +45,0 @@ * Writes documentation in the Universal Reference YAML file format, as defined by typescript.schema.json. |
{ | ||
"name": "@microsoft/api-documenter", | ||
"version": "7.23.0", | ||
"version": "7.23.1", | ||
"description": "Read JSON files from api-extractor, generate documentation pages", | ||
@@ -31,4 +31,4 @@ "repository": { | ||
"@rushstack/eslint-config": "3.3.4", | ||
"@rushstack/heft": "0.59.0", | ||
"@rushstack/heft-node-rig": "2.2.23" | ||
"@rushstack/heft": "0.60.0", | ||
"@rushstack/heft-node-rig": "2.2.24" | ||
}, | ||
@@ -35,0 +35,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
607983
6638