File tree Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2019 Microsoft
3+ Copyright (c) 2020 Microsoft
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -19,8 +19,9 @@ npm install @azure/arm-links
1919
2020##### Install @azure/ms-rest-nodeauth
2121
22+ - Please install minimum version of ` "@azure/ms-rest-nodeauth": "^3.0.0" ` .
2223``` bash
23- npm install @azure/ms-rest-nodeauth
24+ npm install @azure/ms-rest-nodeauth@ " ^3.0.0 "
2425```
2526
2627##### Sample code
@@ -95,4 +96,4 @@ See https://github.com/Azure/ms-rest-browserauth to learn how to authenticate to
9596
9697- [ Microsoft Azure SDK for Javascript] ( https://github.com/Azure/azure-sdk-for-js )
9798
98- ![ Impressions] ( https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js%2Fsdk%2Flinks%2Farm -links%2FREADME .png )
99+ ![ Impressions] ( https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-js/sdk/links/arm -links/README .png )
Original file line number Diff line number Diff line change 44 "description" : " ManagementLinkClient Library with typescript type definitions for node.js and browser." ,
55 "version" : " 1.0.2" ,
66 "dependencies" : {
7- "@azure/ms-rest-azure-js" : " ^1.3.2 " ,
8- "@azure/ms-rest-js" : " ^1.8.1 " ,
9- "tslib" : " ^1.9.3 "
7+ "@azure/ms-rest-azure-js" : " ^2.0.1 " ,
8+ "@azure/ms-rest-js" : " ^2.0.4 " ,
9+ "tslib" : " ^1.10.0 "
1010 },
1111 "keywords" : [
1212 " node" ,
2020 "module" : " ./esm/managementLinkClient.js" ,
2121 "types" : " ./esm/managementLinkClient.d.ts" ,
2222 "devDependencies" : {
23- "typescript" : " ^3.1.1 " ,
24- "rollup" : " ^0.66.2 " ,
25- "rollup-plugin-node-resolve" : " ^3.4 .0" ,
23+ "typescript" : " ^3.5.3 " ,
24+ "rollup" : " ^1.18.0 " ,
25+ "rollup-plugin-node-resolve" : " ^5.2 .0" ,
2626 "rollup-plugin-sourcemaps" : " ^0.4.2" ,
27- "uglify-js" : " ^3.4.9 "
27+ "uglify-js" : " ^3.6.0 "
2828 },
2929 "homepage" : " https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/links/arm-links" ,
3030 "repository" : {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const config = {
2929 */`
3030 } ,
3131 plugins : [
32- nodeResolve ( { module : true } ) ,
32+ nodeResolve ( { mainFields : [ 'module' , 'main' ] } ) ,
3333 sourcemaps ( )
3434 ]
3535} ;
Original file line number Diff line number Diff line change 99 "esModuleInterop" : true ,
1010 "allowSyntheticDefaultImports" : true ,
1111 "forceConsistentCasingInFileNames" : true ,
12- "lib" : [" es6" ],
12+ "lib" : [" es6" , " dom " ],
1313 "declaration" : true ,
1414 "outDir" : " ./esm" ,
1515 "importHelpers" : true
You can’t perform that action at this time.
0 commit comments