@microsoft/mgt
Advanced tools
Comparing version 4.0.1 to 4.1.0
{ | ||
"name": "@microsoft/mgt", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"description": "The Microsoft Graph Toolkit", | ||
@@ -31,4 +31,4 @@ "keywords": [ | ||
"build:bundle": "npm run rollup", | ||
"build:compile": "npm-run-all sass compile", | ||
"build:watch": "npm-run-all -p sass:watch compile:watch", | ||
"build:compile": "npm-run-all compile", | ||
"build:watch": "npm-run-all -p compile:watch", | ||
"clean": "shx rm -rf ./dist && shx rm -rf ./tsconfig.tsbuildinfo", | ||
@@ -39,14 +39,12 @@ "compile": "tsc -b", | ||
"postpack": "cpx *.tgz ../../artifacts", | ||
"rollup": "rollup -c", | ||
"sass": "gulp sass --cwd .", | ||
"sass:watch": "gulp watchSass --cwd ." | ||
"rollup": "rollup -c" | ||
}, | ||
"sideEffects": false, | ||
"dependencies": { | ||
"@microsoft/mgt-components": "4.0.1", | ||
"@microsoft/mgt-element": "4.0.1", | ||
"@microsoft/mgt-mock-provider": "4.0.1", | ||
"@microsoft/mgt-msal2-provider": "4.0.1", | ||
"@microsoft/mgt-proxy-provider": "4.0.1", | ||
"@microsoft/mgt-sharepoint-provider": "4.0.1" | ||
"@microsoft/mgt-components": "4.1.0", | ||
"@microsoft/mgt-element": "4.1.0", | ||
"@microsoft/mgt-mock-provider": "4.1.0", | ||
"@microsoft/mgt-msal2-provider": "4.1.0", | ||
"@microsoft/mgt-proxy-provider": "4.1.0", | ||
"@microsoft/mgt-sharepoint-provider": "4.1.0" | ||
}, | ||
@@ -53,0 +51,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
9867
1446646
+ Added@microsoft/mgt-components@4.1.0(transitive)
+ Added@microsoft/mgt-element@4.1.0(transitive)
+ Added@microsoft/mgt-mock-provider@4.1.0(transitive)
+ Added@microsoft/mgt-msal2-provider@4.1.0(transitive)
+ Added@microsoft/mgt-proxy-provider@4.1.0(transitive)
+ Added@microsoft/mgt-sharepoint-provider@4.1.0(transitive)
- Removed@microsoft/mgt-components@4.0.1(transitive)
- Removed@microsoft/mgt-element@4.0.1(transitive)
- Removed@microsoft/mgt-mock-provider@4.0.1(transitive)
- Removed@microsoft/mgt-msal2-provider@4.0.1(transitive)
- Removed@microsoft/mgt-proxy-provider@4.0.1(transitive)
- Removed@microsoft/mgt-sharepoint-provider@4.0.1(transitive)
Updated@microsoft/mgt-element@4.1.0