@microsoft/mgt-spfx
Advanced tools
Comparing version 3.1.3-preview.68f517b to 3.1.3-preview.6d44a17
@@ -15,3 +15,3 @@ { | ||
"type": "path", | ||
"path": "mgt-library_34d42b5c07a9667c8f7f.js" | ||
"path": "mgt-library_b0b7d0e4c38a6fbc514e.js" | ||
}, | ||
@@ -18,0 +18,0 @@ "@microsoft/microsoft-graph-client": { |
@@ -7,11 +7,7 @@ /** | ||
*/ | ||
var MgtLibrary = /** @class */ (function () { | ||
function MgtLibrary() { | ||
export class MgtLibrary { | ||
name() { | ||
return 'MgtLibrary'; | ||
} | ||
MgtLibrary.prototype.name = function () { | ||
return 'MgtLibrary'; | ||
}; | ||
return MgtLibrary; | ||
}()); | ||
export { MgtLibrary }; | ||
} | ||
//# sourceMappingURL=MgtLibrary.js.map |
{ | ||
"name": "@microsoft/mgt-spfx", | ||
"version": "3.1.3-preview.68f517b", | ||
"version": "3.1.3-preview.6d44a17", | ||
"description": "SharePoint Framework library for Microsoft Graph Toolkit", | ||
@@ -33,5 +33,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@microsoft/mgt-components": "3.1.3-preview.68f517b", | ||
"@microsoft/mgt-element": "3.1.3-preview.68f517b", | ||
"@microsoft/mgt-sharepoint-provider": "3.1.3-preview.68f517b", | ||
"@microsoft/mgt-components": "3.1.3-preview.6d44a17", | ||
"@microsoft/mgt-element": "3.1.3-preview.6d44a17", | ||
"@microsoft/mgt-sharepoint-provider": "3.1.3-preview.6d44a17", | ||
"tslib": "2.3.1" | ||
@@ -41,2 +41,6 @@ }, | ||
"devDependencies": { | ||
"@babel/plugin-transform-logical-assignment-operators": "^7.22.11", | ||
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11", | ||
"@babel/plugin-transform-optional-chaining": "^7.23.0", | ||
"@babel/preset-env": "^7.22.20", | ||
"@microsoft/eslint-config-spfx": "1.18.0", | ||
@@ -50,2 +54,3 @@ "@microsoft/eslint-plugin-spfx": "1.18.0", | ||
"ajv": "^6.12.5", | ||
"babel-loader": "^8.0.0", | ||
"eslint": "8.7.0", | ||
@@ -52,0 +57,0 @@ "gulp": "4.0.2", |
Sorry, the diff of this file is not supported yet
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
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
920414
8078
16
+ Added@lit/reactive-element@2.0.4(transitive)
+ Added@microsoft/mgt-components@3.1.3-preview.6d44a17(transitive)
+ Added@microsoft/mgt-element@3.1.3-preview.6d44a17(transitive)
+ Added@microsoft/mgt-sharepoint-provider@3.1.3-preview.6d44a17(transitive)
+ Addedlit@3.2.1(transitive)
+ Addedlit-element@4.1.1(transitive)
+ Addedlit-html@3.2.1(transitive)
- Removed@lit/reactive-element@1.6.3(transitive)
- Removed@microsoft/mgt-components@3.1.3-preview.68f517b(transitive)
- Removed@microsoft/mgt-element@3.1.3-preview.68f517b(transitive)
- Removed@microsoft/mgt-sharepoint-provider@3.1.3-preview.68f517b(transitive)
- Removedlit@2.8.0(transitive)
- Removedlit-element@3.3.3(transitive)
- Removedlit-html@2.8.0(transitive)
Updated@microsoft/mgt-sharepoint-provider@3.1.3-preview.6d44a17