@itentialopensource/adapter-gitlab 0.13.4 → 0.14.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 CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-gitlab",
3
- "version": "0.13.4",
3
+ "version": "0.14.0",
4
4
  "description": "This adapter integrates with system described as: gitlab.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Gitlab",
7
7
  "wizardVersion": "2.44.7",
8
- "engineVersion": "1.67.10",
8
+ "engineVersion": "1.67.16",
9
9
  "adapterType": "http",
10
10
  "scripts": {
11
11
  "artifactize": "npm i && node utils/packModificationScript.js",
@@ -16,7 +16,6 @@
16
16
  "test:baseunit": "mocha test/unit/adapterBaseTestUnit.js --LOG=error",
17
17
  "test:unit": "mocha test/unit/adapterTestUnit.js --LOG=error",
18
18
  "test:integration": "mocha test/integration/adapterTestIntegration.js --LOG=error",
19
- "test:cover": "nyc --reporter html --reporter text mocha --reporter dot test/*",
20
19
  "test": "npm run test:baseunit && npm run test:unit && npm run test:integration",
21
20
  "adapter:install": "npm i && node utils/tbScript.js install",
22
21
  "adapter:checkMigrate": "node utils/checkMigrate.js",
@@ -50,15 +49,15 @@
50
49
  },
51
50
  "repository": {
52
51
  "type": "git",
53
- "url": "git@gitlab.com:itentialopensource/adapters/devops-netops/adapter-gitlab.git"
52
+ "url": "git@gitlab.com:itentialopensource/adapters/adapter-gitlab.git"
54
53
  },
55
54
  "author": "Itential",
56
- "homepage": "https://gitlab.com/itentialopensource/adapters/devops-netops/adapter-gitlab#readme",
55
+ "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-gitlab#readme",
57
56
  "dependencies": {
58
- "@itentialopensource/adapter-utils": "^5.3.8",
57
+ "@itentialopensource/adapter-utils": "^5.3.10",
59
58
  "acorn": "^8.10.0",
60
59
  "ajv": "^8.12.0",
61
- "axios": "^1.6.7",
60
+ "axios": "^1.6.8",
62
61
  "commander": "^11.0.0",
63
62
  "dns-lookup-promise": "^1.0.4",
64
63
  "fs-extra": "^11.1.1",
@@ -66,7 +65,6 @@
66
65
  "mocha": "^10.3.0",
67
66
  "mocha-param": "^2.0.1",
68
67
  "mongodb": "^4.16.0",
69
- "nyc": "^15.1.0",
70
68
  "ping": "^0.4.4",
71
69
  "prompts": "^2.4.2",
72
70
  "readline-sync": "^1.4.10",
@@ -945,6 +945,11 @@
945
945
  "devicebroker": {
946
946
  "type": "object",
947
947
  "properties": {
948
+ "enabled": {
949
+ "type": "boolean",
950
+ "description": "Whether or not the device broker calls have been mapped",
951
+ "default": false
952
+ },
948
953
  "getDevice": {
949
954
  "type": "array",
950
955
  "description": "Broker call(s) to getDevice",
Binary file