Skip to content

Commit 677c855

Browse files
authored
Cosmos: project depends on azure/identity (Azure#14237)
The package.json for the project needs to have the identity package within its dependencies, not the dev dependencies, or else it will cause problems when building in TypeScript projects. This: - moves the package from dev deps to deps - moves a types package from deps to dev deps Note, there is reference to a library called @azure/dev-tool that is not published, so I am unable to run tests. See also: - Azure#13202 - Azure#14236
1 parent 461643a commit 677c855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/cosmosdb/cosmos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
},
8888
"dependencies": {
8989
"@azure/core-auth": "^1.2.0",
90-
"@types/debug": "^4.1.4",
90+
"@azure/identity": "^1.1.0",
9191
"debug": "^4.1.1",
9292
"fast-json-stable-stringify": "^2.0.0",
9393
"jsbi": "^3.1.3",
@@ -102,10 +102,10 @@
102102
"devDependencies": {
103103
"@azure/dev-tool": "^1.0.0",
104104
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
105-
"@azure/identity": "^1.1.0",
106105
"@microsoft/api-extractor": "7.7.11",
107106
"@rollup/plugin-json": "^4.0.0",
108107
"@rollup/plugin-multi-entry": "^3.0.0",
108+
"@types/debug": "^4.1.4",
109109
"@types/fast-json-stable-stringify": "^2.0.0",
110110
"@types/mocha": "^7.0.2",
111111
"@types/node": "^8.0.0",

0 commit comments

Comments
 (0)