@itentialopensource/adapter-git 0.3.0 → 0.3.1

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.3.1 [01-08-2024]
3
+
4
+ * remove the fix resolution and metadata issues
5
+
6
+ See merge request itentialopensource/adapters/devops-netops/adapter-git!4
7
+
8
+ ---
9
+
2
10
  ## 0.3.0 [01-06-2024]
3
11
 
4
12
  * 2023 migration changes
package/metadata.json CHANGED
@@ -23,14 +23,14 @@
23
23
  "documentation": {
24
24
  "storeLink": "",
25
25
  "npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-git",
26
- "repoLink": "https://gitlab.com/itentialopensource/adapters/devops-netops/adapter-git.git",
26
+ "repoLink": "https://gitlab.com/itentialopensource/adapters/devops-netops/adapter-git",
27
27
  "docLink": "https://docs.itential.com/opensource/docs/git",
28
28
  "demoLinks": [],
29
29
  "trainingLinks": [],
30
30
  "faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
31
31
  "contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
32
32
  "issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
33
- "webLink": "https://www.itential.com/adapters/git/",
33
+ "webLink": "",
34
34
  "vendorLink": "",
35
35
  "productLink": "",
36
36
  "apiLinks": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-git",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Itential adapter to run git commands",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.44.7",
@@ -8,7 +8,7 @@
8
8
  "adapterType": "library",
9
9
  "scripts": {
10
10
  "artifactize": "npm i && node utils/packModificationScript.js",
11
- "preinstall": "node utils/setup.js && npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions",
11
+ "preinstall": "node utils/setup.js",
12
12
  "deinstall": "node utils/removeHooks.js",
13
13
  "lint": "node --max_old_space_size=4096 ./node_modules/eslint/bin/eslint.js . --ext .json --ext .js",
14
14
  "lint:errors": "node --max_old_space_size=4096 ./node_modules/eslint/bin/eslint.js . --ext .json --ext .js --quiet",
@@ -44,9 +44,9 @@
44
44
  "homepage": "https://gitlab.com/itentialopensource/adapters/devops-netops/adapter-git#readme",
45
45
  "dependencies": {
46
46
  "ajv": "^8.12.0",
47
- "isomorphic-git": "^1.21.0",
48
47
  "avsc": "^5.4.21",
49
48
  "fs-extra": "^11.1.1",
49
+ "isomorphic-git": "^1.21.0",
50
50
  "json-query": "^2.2.2",
51
51
  "patch-package": "^6.4.7",
52
52
  "readline-sync": "^1.4.10",
Binary file