@microsoft/mgt-mock-provider
Advanced tools
Comparing version 3.0.0-next.enhanced-file-list.49c3edd to 3.0.0-next.fix-grid.0fb1ed9
@@ -1,3 +0,8 @@ | ||
export * from './MockProvider'; | ||
/** | ||
* ------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. | ||
* See License in the project root for license information. | ||
* ------------------------------------------------------------------------------------------- | ||
*/ | ||
export * from './mgt-mock-provider'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,3 +0,8 @@ | ||
export * from './MockProvider'; | ||
/** | ||
* ------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. | ||
* See License in the project root for license information. | ||
* ------------------------------------------------------------------------------------------- | ||
*/ | ||
export * from './mgt-mock-provider'; | ||
//# sourceMappingURL=index.js.map |
@@ -19,3 +19,3 @@ /** | ||
import { Providers } from '@microsoft/mgt-element'; | ||
import { MockProvider } from './MockProvider'; | ||
import { MockProvider } from '@microsoft/mgt-element'; | ||
import { customElement } from '@microsoft/mgt-element'; | ||
@@ -50,5 +50,4 @@ /** | ||
customElement('mock-provider') | ||
// @customElement('mgt-mock-provider') | ||
], MgtMockProvider); | ||
export { MgtMockProvider }; | ||
//# sourceMappingURL=mgt-mock-provider.js.map |
{ | ||
"name": "@microsoft/mgt-mock-provider", | ||
"version": "3.0.0-next.enhanced-file-list.49c3edd", | ||
"version": "3.0.0-next.fix-grid.0fb1ed9", | ||
"description": "The Microsoft Graph Toolkit Mock Provider", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@microsoft/mgt-element": "3.0.0-next.enhanced-file-list.49c3edd" | ||
"@microsoft/mgt-element": "3.0.0-next.fix-grid.0fb1ed9" | ||
}, | ||
@@ -44,0 +44,0 @@ "publishConfig": { |
@@ -1,2 +0,8 @@ | ||
export * from './MockProvider'; | ||
/** | ||
* ------------------------------------------------------------------------------------------- | ||
* Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. | ||
* See License in the project root for license information. | ||
* ------------------------------------------------------------------------------------------- | ||
*/ | ||
export * from './mgt-mock-provider'; |
@@ -11,3 +11,3 @@ /** | ||
import { Providers } from '@microsoft/mgt-element'; | ||
import { MockProvider } from './MockProvider'; | ||
import { MockProvider } from '@microsoft/mgt-element'; | ||
import { customElement } from '@microsoft/mgt-element'; | ||
@@ -22,3 +22,2 @@ /** | ||
@customElement('mock-provider') | ||
// @customElement('mgt-mock-provider') | ||
export class MgtMockProvider extends MgtBaseProvider { | ||
@@ -25,0 +24,0 @@ /** |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
12028
12
142
+ Added@microsoft/mgt-element@3.0.0-next.fix-grid.0fb1ed9(transitive)
- Removed@microsoft/mgt-element@3.0.0-next.enhanced-file-list.49c3edd(transitive)