@microsoft/api-extractor-model
Advanced tools
Comparing version 7.10.0 to 7.10.1
@@ -5,2 +5,22 @@ { | ||
{ | ||
"version": "7.10.1", | ||
"tag": "@microsoft/api-extractor-model_v7.10.1", | ||
"date": "Wed, 30 Sep 2020 18:39:17 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Update to build with @rushstack/heft-node-rig" | ||
} | ||
], | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.34.1`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.1.3`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "7.10.0", | ||
@@ -7,0 +27,0 @@ "tag": "@microsoft/api-extractor-model_v7.10.0", |
# Change Log - @microsoft/api-extractor-model | ||
This log was last generated on Wed, 30 Sep 2020 06:53:53 GMT and should not be manually modified. | ||
This log was last generated on Wed, 30 Sep 2020 18:39:17 GMT and should not be manually modified. | ||
## 7.10.1 | ||
Wed, 30 Sep 2020 18:39:17 GMT | ||
### Patches | ||
- Update to build with @rushstack/heft-node-rig | ||
## 7.10.0 | ||
@@ -6,0 +13,0 @@ Wed, 30 Sep 2020 06:53:53 GMT |
@@ -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.9.22" | ||
"packageVersion": "7.10.0" | ||
} | ||
] | ||
} |
"use strict"; | ||
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. | ||
// See LICENSE in the project root for license information. | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ApiDocumentedItem = void 0; | ||
const tsdoc = require("@microsoft/tsdoc"); | ||
const tsdoc = __importStar(require("@microsoft/tsdoc")); | ||
const ApiItem_1 = require("./ApiItem"); | ||
@@ -8,0 +27,0 @@ const AedocDefinitions_1 = require("../aedoc/AedocDefinitions"); |
@@ -6,2 +6,3 @@ "use strict"; | ||
exports.ApiReleaseTagMixin = void 0; | ||
const node_core_library_1 = require("@rushstack/node-core-library"); | ||
const ReleaseTag_1 = require("../aedoc/ReleaseTag"); | ||
@@ -30,3 +31,4 @@ const _releaseTag = Symbol('ApiReleaseTagMixin._releaseTag'); | ||
baseClass.onDeserializeInto(options, context, jsonObject); | ||
const deserializedReleaseTag = ReleaseTag_1.ReleaseTag[jsonObject.releaseTag]; | ||
const deserializedReleaseTag = node_core_library_1.Enum.tryGetValueByKey(ReleaseTag_1.ReleaseTag, // eslint-disable-line | ||
jsonObject.releaseTag); | ||
if (deserializedReleaseTag === undefined) { | ||
@@ -33,0 +35,0 @@ throw new Error(`Failed to deserialize release tag ${JSON.stringify(jsonObject.releaseTag)}`); |
{ | ||
"name": "@microsoft/api-extractor-model", | ||
"version": "7.10.0", | ||
"version": "7.10.1", | ||
"description": "A helper library for loading and saving the .api.json files created by API Extractor", | ||
@@ -18,8 +18,8 @@ "repository": { | ||
"@microsoft/tsdoc": "0.12.19", | ||
"@rushstack/node-core-library": "3.34.0" | ||
"@rushstack/node-core-library": "3.34.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/rush-stack-compiler-3.9": "0.4.21", | ||
"@rushstack/eslint-config": "2.1.2", | ||
"@rushstack/heft": "0.8.0", | ||
"@rushstack/eslint-config": "2.1.3", | ||
"@rushstack/heft": "0.14.0", | ||
"@rushstack/heft-node-rig": "0.1.0", | ||
"@types/heft-jest": "1.0.1", | ||
@@ -26,0 +26,0 @@ "@types/node": "10.17.13" |
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
637199
8750
+ Added@rushstack/node-core-library@3.34.1(transitive)
- Removed@rushstack/node-core-library@3.34.0(transitive)