@itentialopensource/adapter-azure_devops 0.1.8 → 0.1.10
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/CHANGELOG.md +16 -0
- package/package.json +2 -2
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.1.10 [04-04-2023]
|
|
3
|
+
|
|
4
|
+
* Utils version has been updated in package.json, and the changes are being migrated to the adapter
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/devops-netops/adapter-azure_devops!10
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.1.9 [04-04-2023]
|
|
11
|
+
|
|
12
|
+
* Utils version has been updated in package.json, and the changes are being migrated to the adapter
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/devops-netops/adapter-azure_devops!10
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.1.8 [01-26-2023]
|
|
3
19
|
|
|
4
20
|
* Updated schema, inputs and removed adapter_modifications folder
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-azure_devops",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.10",
|
|
4
4
|
"description": "This adapter integrates with system described as: Azure DevOps.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Microsoft Azure DevOps",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"author": "Itential",
|
|
57
57
|
"homepage": "https://gitlab.com/itentialopensource/adapters/devops-netops/adapter-azure_devops#readme",
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@itentialopensource/adapter-utils": "^4.
|
|
59
|
+
"@itentialopensource/adapter-utils": "^4.48.10",
|
|
60
60
|
"ajv": "^6.12.0",
|
|
61
61
|
"axios": "^0.21.0",
|
|
62
62
|
"commander": "^2.20.0",
|
|
Binary file
|