@lonca/baron-providers 0.2.0 → 0.4.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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lonca/baron-providers",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.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-adapter-azure-devops": "0.
|
|
19
|
-
"@lonca/baron-core": "0.
|
|
20
|
-
"@lonca/baron-adapter-github": "0.
|
|
21
|
-
"@lonca/baron-adapter-slack": "0.
|
|
18
|
+
"@lonca/baron-adapter-azure-devops": "0.4.0",
|
|
19
|
+
"@lonca/baron-core": "0.4.0",
|
|
20
|
+
"@lonca/baron-adapter-github": "0.4.0",
|
|
21
|
+
"@lonca/baron-adapter-slack": "0.4.0"
|
|
22
22
|
},
|
|
23
23
|
"description": "Baron provider registry: builds the live ports a policy binds, plus the native escape hatch.",
|
|
24
24
|
"keywords": [
|