@lonca/baron-providers 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -131,7 +131,9 @@ var DESCRIPTORS = {
131
131
  return createAzureDevOpsTransport({
132
132
  organization: env.AZURE_DEVOPS_ORG ?? "",
133
133
  project: env.AZURE_DEVOPS_PROJECT ?? "",
134
- token: env.AZURE_DEVOPS_TOKEN ?? ""
134
+ token: env.AZURE_DEVOPS_TOKEN ?? "",
135
+ // Iterations are team-scoped; optional, defaults to Azure's "${project} Team".
136
+ ...env.AZURE_DEVOPS_TEAM ? { team: env.AZURE_DEVOPS_TEAM } : {}
135
137
  });
136
138
  },
137
139
  createIntrospector(env) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lonca/baron-providers",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./dist/index.js",
@@ -15,10 +15,10 @@
15
15
  "dist"
16
16
  ],
17
17
  "dependencies": {
18
- "@lonca/baron-core": "0.5.0",
19
- "@lonca/baron-adapter-github": "0.5.0",
20
- "@lonca/baron-adapter-azure-devops": "0.5.0",
21
- "@lonca/baron-adapter-slack": "0.5.0"
18
+ "@lonca/baron-adapter-azure-devops": "0.6.0",
19
+ "@lonca/baron-core": "0.6.0",
20
+ "@lonca/baron-adapter-slack": "0.6.0",
21
+ "@lonca/baron-adapter-github": "0.6.0"
22
22
  },
23
23
  "description": "Baron provider registry: builds the live ports a policy binds, plus the native escape hatch.",
24
24
  "keywords": [