@itentialopensource/adapter-azure_devops 0.1.10 → 0.1.11

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 CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.1.11 [06-06-2023]
3
+
4
+ * fixed itemsList query params
5
+
6
+ See merge request itentialopensource/adapters/devops-netops/adapter-azure_devops!11
7
+
8
+ ---
9
+
2
10
  ## 0.1.10 [04-04-2023]
3
11
 
4
12
  * Utils version has been updated in package.json, and the changes are being migrated to the adapter
package/adapter.js CHANGED
@@ -6050,7 +6050,7 @@ class AzureDevops extends AdapterBaseCl {
6050
6050
  }
6051
6051
 
6052
6052
  /* HERE IS WHERE YOU SET THE DATA TO PASS INTO REQUEST */
6053
- const queryParamsAvailable = { itemPath, scopePath, recursionLevel, includeContentMetadata, latestProcessedChange, download, includeLinks, includeContent, resolveLfs, format, versionDescriptorVersion, versionDescriptorVersionOptions, versionDescriptorVersionType, apiVersion };
6053
+ const queryParamsAvailable = { itemPath, scopePath, recursionLevel, includeContentMetadata, latestProcessedChange, download, includeLinks, includeContent, resolveLfs, $format: format, 'versionDescriptor.version': versionDescriptorVersion, 'versionDescriptor.versionOptions': versionDescriptorVersionOptions, 'versionDescriptor.versionType': versionDescriptorVersionType, apiVersion };
6054
6054
  const queryParams = {};
6055
6055
  const pathVars = [organization, project, repositoryId];
6056
6056
  const bodyVars = {};
@@ -6070,7 +6070,6 @@ class AzureDevops extends AdapterBaseCl {
6070
6070
  uriPathVars: pathVars,
6071
6071
  uriQuery: queryParams
6072
6072
  };
6073
-
6074
6073
  try {
6075
6074
  // Make the call -
6076
6075
  // identifyRequest(entity, action, requestObj, returnDataFlag, callback)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-azure_devops",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
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.48.10",
59
+ "@itentialopensource/adapter-utils": "^4.49.0",
60
60
  "ajv": "^6.12.0",
61
61
  "axios": "^0.21.0",
62
62
  "commander": "^2.20.0",
@@ -64,7 +64,7 @@
64
64
  "json-query": "^2.2.2",
65
65
  "mocha": "^9.0.1",
66
66
  "mocha-param": "^2.0.1",
67
- "mongodb": "^4.1.0",
67
+ "mongodb": "^5.6.0",
68
68
  "network-diagnostics": "^0.5.3",
69
69
  "nyc": "^15.1.0",
70
70
  "readline-sync": "^1.4.10",
@@ -81,7 +81,7 @@
81
81
  "testdouble": "^3.16.1"
82
82
  },
83
83
  "resolutions": {
84
- "minimist": "^1.2.5"
84
+ "minimist": "^1.2.6"
85
85
  },
86
86
  "private": false
87
87
  }
Binary file