Commit 677c855
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#142361 parent 461643a commit 677c855
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
0 commit comments