@itentialopensource/adapter-git 0.3.7 → 0.3.9
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/adapter.js +0 -1
- package/package.json +2 -5
- package/refs?service=git-upload-pack +0 -0
- package/compliance-report.json +0 -9
- package/compliance-report.txt +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.3.9 [10-14-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.10.14_19:41PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/adapter-git!14
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.3.8 [09-24-2024]
|
|
11
|
+
|
|
12
|
+
* Removed request and patch-package dependencies
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/adapter-git!12
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.3.7 [08-26-2024]
|
|
3
19
|
|
|
4
20
|
* update dependencies and metadata
|
package/adapter.js
CHANGED
|
@@ -19,7 +19,6 @@ const path = require('path');
|
|
|
19
19
|
const util = require('util');
|
|
20
20
|
/* Fetch in the other needed components for the this Adaptor */
|
|
21
21
|
const EventEmitterCl = require('events').EventEmitter;
|
|
22
|
-
const request = require('request');
|
|
23
22
|
const AjvCl = require('ajv');
|
|
24
23
|
const git = require('isomorphic-git');
|
|
25
24
|
const http = require('isomorphic-git/http/node');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-git",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
4
4
|
"description": "Itential adapter to run git commands",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "2.44.7",
|
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
"test:integration": "mocha test/integration/adapterTestIntegration.js --LOG=error",
|
|
17
17
|
"test": "npm run test:unit && npm run test:integration",
|
|
18
18
|
"deploy": "npm publish --registry=https://registry.npmjs.org --access=public",
|
|
19
|
-
"build": "npm run deploy"
|
|
20
|
-
"postinstall": "patch-package"
|
|
19
|
+
"build": "npm run deploy"
|
|
21
20
|
},
|
|
22
21
|
"keywords": [
|
|
23
22
|
"Itential",
|
|
@@ -47,9 +46,7 @@
|
|
|
47
46
|
"fs-extra": "^11.2.0",
|
|
48
47
|
"isomorphic-git": "^1.21.0",
|
|
49
48
|
"json-query": "^2.2.2",
|
|
50
|
-
"patch-package": "^6.4.7",
|
|
51
49
|
"readline-sync": "^1.4.10",
|
|
52
|
-
"request": "^2.88.2",
|
|
53
50
|
"uuid": "^3.0.1"
|
|
54
51
|
},
|
|
55
52
|
"devDependencies": {
|
|
Binary file
|
package/compliance-report.json
DELETED
package/compliance-report.txt
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
---------------------------------------------------------------------------------------------
|
|
2
|
-
**** Project Compliance Summary ****
|
|
3
|
-
0 project(s) are not valid
|
|
4
|
-
0 project(s) are valid
|
|
5
|
-
---------------------------------------------------------------------------------------------
|