@microsoft/api-extractor-model
Advanced tools
Comparing version 7.7.7 to 7.7.8
@@ -5,2 +5,19 @@ { | ||
{ | ||
"version": "7.7.8", | ||
"tag": "@microsoft/api-extractor-model_v7.7.8", | ||
"date": "Tue, 17 Mar 2020 23:55:58 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack`" | ||
} | ||
], | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@rushstack/node-core-library\" from `3.19.3` to `3.19.4`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "7.7.7", | ||
@@ -7,0 +24,0 @@ "tag": "@microsoft/api-extractor-model_v7.7.7", |
# Change Log - @microsoft/api-extractor-model | ||
This log was last generated on Tue, 28 Jan 2020 02:23:44 GMT and should not be manually modified. | ||
This log was last generated on Tue, 17 Mar 2020 23:55:58 GMT and should not be manually modified. | ||
## 7.7.8 | ||
Tue, 17 Mar 2020 23:55:58 GMT | ||
### Patches | ||
- Replace dependencies whose NPM scope was renamed from `@microsoft` to `@rushstack` | ||
## 7.7.7 | ||
@@ -6,0 +13,0 @@ Tue, 28 Jan 2020 02:23:44 GMT |
@@ -6,3 +6,3 @@ "use strict"; | ||
const ApiParameterListMixin_1 = require("../mixins/ApiParameterListMixin"); | ||
const node_core_library_1 = require("@microsoft/node-core-library"); | ||
const node_core_library_1 = require("@rushstack/node-core-library"); | ||
const ApiItemContainerMixin_1 = require("../mixins/ApiItemContainerMixin"); | ||
@@ -9,0 +9,0 @@ // PRIVATE - Allows ApiItemContainerMixin to assign the parent. |
@@ -7,3 +7,3 @@ "use strict"; | ||
const ApiNameMixin_1 = require("./ApiNameMixin"); | ||
const node_core_library_1 = require("@microsoft/node-core-library"); | ||
const node_core_library_1 = require("@rushstack/node-core-library"); | ||
const _members = Symbol('ApiItemContainerMixin._members'); | ||
@@ -10,0 +10,0 @@ const _membersSorted = Symbol('ApiItemContainerMixin._membersSorted'); |
@@ -7,3 +7,3 @@ "use strict"; | ||
const ApiDeclaredItem_1 = require("../items/ApiDeclaredItem"); | ||
const node_core_library_1 = require("@microsoft/node-core-library"); | ||
const node_core_library_1 = require("@rushstack/node-core-library"); | ||
const _overloadIndex = Symbol('ApiParameterListMixin._overloadIndex'); | ||
@@ -10,0 +10,0 @@ const _parameters = Symbol('ApiParameterListMixin._parameters'); |
@@ -6,3 +6,3 @@ "use strict"; | ||
const ApiDeclaredItem_1 = require("../items/ApiDeclaredItem"); | ||
const node_core_library_1 = require("@microsoft/node-core-library"); | ||
const node_core_library_1 = require("@rushstack/node-core-library"); | ||
const _returnTypeExcerpt = Symbol('ApiReturnTypeMixin._returnTypeExcerpt'); | ||
@@ -9,0 +9,0 @@ /** |
@@ -6,3 +6,3 @@ "use strict"; | ||
const TypeParameter_1 = require("../model/TypeParameter"); | ||
const node_core_library_1 = require("@microsoft/node-core-library"); | ||
const node_core_library_1 = require("@rushstack/node-core-library"); | ||
const ApiDeclaredItem_1 = require("../items/ApiDeclaredItem"); | ||
@@ -9,0 +9,0 @@ const _typeParameters = Symbol('ApiTypeParameterListMixin._typeParameters'); |
@@ -5,3 +5,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const node_core_library_1 = require("@microsoft/node-core-library"); | ||
const node_core_library_1 = require("@rushstack/node-core-library"); | ||
/** @public */ | ||
@@ -8,0 +8,0 @@ class ExcerptToken { |
@@ -67,3 +67,3 @@ import { DeclarationReference } from '@microsoft/tsdoc/lib/beta/DeclarationReference'; | ||
* For example, it's often convenient to write `{@link node-core-library#JsonFile}` instead of | ||
* `{@link @microsoft/node-core-library#JsonFile}`. | ||
* `{@link @rushstack/node-core-library#JsonFile}`. | ||
*/ | ||
@@ -70,0 +70,0 @@ tryGetPackageByName(packageName: string): ApiPackage | undefined; |
@@ -9,3 +9,3 @@ "use strict"; | ||
const ApiPackage_1 = require("./ApiPackage"); | ||
const node_core_library_1 = require("@microsoft/node-core-library"); | ||
const node_core_library_1 = require("@rushstack/node-core-library"); | ||
const ModelReferenceResolver_1 = require("./ModelReferenceResolver"); | ||
@@ -89,3 +89,3 @@ /** | ||
* For example, it's often convenient to write `{@link node-core-library#JsonFile}` instead of | ||
* `{@link @microsoft/node-core-library#JsonFile}`. | ||
* `{@link @rushstack/node-core-library#JsonFile}`. | ||
*/ | ||
@@ -92,0 +92,0 @@ tryGetPackageByName(packageName) { |
import { DeclarationReference } from '@microsoft/tsdoc/lib/beta/DeclarationReference'; | ||
import { ApiItemKind, IApiItemJson } from '../items/ApiItem'; | ||
import { ApiItemContainerMixin, IApiItemContainerMixinOptions } from '../mixins/ApiItemContainerMixin'; | ||
import { IJsonFileSaveOptions } from '@microsoft/node-core-library'; | ||
import { IJsonFileSaveOptions } from '@rushstack/node-core-library'; | ||
import { ApiDocumentedItem, IApiDocumentedItemOptions } from '../items/ApiDocumentedItem'; | ||
@@ -6,0 +6,0 @@ import { ApiEntryPoint } from './ApiEntryPoint'; |
@@ -8,3 +8,3 @@ "use strict"; | ||
const ApiItemContainerMixin_1 = require("../mixins/ApiItemContainerMixin"); | ||
const node_core_library_1 = require("@microsoft/node-core-library"); | ||
const node_core_library_1 = require("@rushstack/node-core-library"); | ||
const ApiDocumentedItem_1 = require("../items/ApiDocumentedItem"); | ||
@@ -11,0 +11,0 @@ const ApiNameMixin_1 = require("../mixins/ApiNameMixin"); |
{ | ||
"name": "@microsoft/api-extractor-model", | ||
"version": "7.7.7", | ||
"description": "A helper library for loading and saving the .api.json files created by API Extractor", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/microsoft/rushstack/tree/master/apps/api-extractor-model" | ||
}, | ||
"homepage": "https://api-extractor.com", | ||
"main": "lib/index.js", | ||
"typings": "dist/rollup.d.ts", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "gulp test --clean" | ||
}, | ||
"dependencies": { | ||
"@microsoft/node-core-library": "3.19.3", | ||
"@microsoft/tsdoc": "0.12.14" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/node-library-build": "6.3.11", | ||
"@microsoft/rush-stack-compiler-3.5": "0.3.11", | ||
"@rushstack/eslint-config": "0.5.4", | ||
"@types/jest": "23.3.11", | ||
"@types/node": "10.17.13", | ||
"gulp": "~4.0.2" | ||
} | ||
"name": "@microsoft/api-extractor-model", | ||
"version": "7.7.8", | ||
"description": "A helper library for loading and saving the .api.json files created by API Extractor", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/microsoft/rushstack/tree/master/apps/api-extractor-model" | ||
}, | ||
"homepage": "https://api-extractor.com", | ||
"main": "lib/index.js", | ||
"typings": "dist/rollup.d.ts", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "gulp test --clean" | ||
}, | ||
"dependencies": { | ||
"@rushstack/node-core-library": "3.19.4", | ||
"@microsoft/tsdoc": "0.12.14" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/node-library-build": "6.3.11", | ||
"@microsoft/rush-stack-compiler-3.5": "0.3.11", | ||
"@rushstack/eslint-config": "0.5.4", | ||
"@types/jest": "23.3.11", | ||
"@types/node": "10.17.13", | ||
"gulp": "~4.0.2" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
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
592186
7898
+ Added@rushstack/node-core-library@3.19.4(transitive)
- Removed@microsoft/node-core-library@3.19.3
- Removed@microsoft/node-core-library@3.19.3(transitive)