@itentialopensource/adapter-git 0.3.4 → 0.3.6

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,20 @@
1
1
 
2
+ ## 0.3.6 [08-14-2024]
3
+
4
+ * Changes made at 2024.08.14_17:46PM
5
+
6
+ See merge request itentialopensource/adapters/adapter-git!10
7
+
8
+ ---
9
+
10
+ ## 0.3.5 [08-07-2024]
11
+
12
+ * Changes made at 2024.08.06_18:42PM
13
+
14
+ See merge request itentialopensource/adapters/adapter-git!9
15
+
16
+ ---
17
+
2
18
  ## 0.3.4 [07-31-2024]
3
19
 
4
20
  * manual migration updates
package/TAB2.md CHANGED
@@ -57,5 +57,5 @@ Sample Properties can be used to help you configure the adapter in the Itential
57
57
  ### Swagger
58
58
 
59
59
  Note: The content for this section may be missing as its corresponding .json file is unavailable. This sections will be updated once adapter-openapi.json file is added.
60
- ## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/devops-netops/adapter-git/-/blob/master/README.md)
60
+ ## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/adapter-git/-/blob/master/README.md)
61
61
 
package/metadata.json CHANGED
@@ -63,7 +63,9 @@
63
63
  "link": "https://www.npmjs.com/package/isomorphic-git",
64
64
  "public": true
65
65
  }
66
- ]
66
+ ],
67
+ "workshopLinks": [],
68
+ "workshopHomePage": "https://www.itential.com/get-started/"
67
69
  },
68
70
  "assets": [],
69
71
  "relatedItems": {
@@ -73,5 +75,7 @@
73
75
  "workflowProjects": [],
74
76
  "transformationProjects": [],
75
77
  "exampleProjects": []
76
- }
78
+ },
79
+ "supportLevel": "community",
80
+ "techAlliance": false
77
81
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-git",
3
- "version": "0.3.4",
3
+ "version": "0.3.6",
4
4
  "description": "Itential adapter to run git commands",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
@@ -42,9 +42,9 @@
42
42
  "author": "Itential",
43
43
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-git#readme",
44
44
  "dependencies": {
45
- "ajv": "^8.12.0",
45
+ "ajv": "^8.17.1",
46
46
  "avsc": "^5.4.21",
47
- "fs-extra": "^11.1.1",
47
+ "fs-extra": "^11.2.0",
48
48
  "isomorphic-git": "^1.21.0",
49
49
  "json-query": "^2.2.2",
50
50
  "patch-package": "^6.4.7",
Binary file