@apexdevtools/git-ops 1.2.0 → 1.3.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/CHANGELOG.md +4 -0
- package/package.json +26 -78
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@apexdevtools/git-ops",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Library to do git operations to find changed files in a given git repository",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Apex Dev Tools Team",
|
|
@@ -17,44 +17,39 @@
|
|
|
17
17
|
"type": "git",
|
|
18
18
|
"url": "git+https://github.com/apex-dev-tools/git-ops.git"
|
|
19
19
|
},
|
|
20
|
-
"engines": {
|
|
21
|
-
"node": ">=14.0"
|
|
22
|
-
},
|
|
23
20
|
"keywords": [
|
|
24
21
|
"salesforce",
|
|
25
|
-
"
|
|
26
|
-
"apexlink"
|
|
22
|
+
"source"
|
|
27
23
|
],
|
|
28
24
|
"bugs": {
|
|
29
25
|
"url": "https://github.com/apex-dev-tools/git-ops/issues"
|
|
30
26
|
},
|
|
31
27
|
"homepage": "https://github.com/apex-dev-tools/git-ops#readme",
|
|
32
|
-
"
|
|
33
|
-
"@ryansonshine/commitizen": "4.2.8",
|
|
34
|
-
"@ryansonshine/cz-conventional-changelog": "3.3.4",
|
|
35
|
-
"@types/jest": "^29.4.0",
|
|
36
|
-
"@types/node": "^18.11.19",
|
|
37
|
-
"@typescript-eslint/eslint-plugin": "^5.52.0",
|
|
38
|
-
"@typescript-eslint/parser": "^5.0.0",
|
|
39
|
-
"conventional-changelog-conventionalcommits": "5.0.0",
|
|
40
|
-
"eslint": "7.25.0",
|
|
41
|
-
"eslint-config-prettier": "8.3.0",
|
|
42
|
-
"eslint-plugin-node": "11.1.0",
|
|
43
|
-
"eslint-plugin-prettier": "3.4.0",
|
|
44
|
-
"husky": "^8.0.0",
|
|
45
|
-
"jest": "^29.4.2",
|
|
46
|
-
"lint-staged": "10.5.4",
|
|
47
|
-
"prettier": "2.2.1",
|
|
48
|
-
"semantic-release": "19.0.2",
|
|
49
|
-
"ts-jest": "^29.0.5",
|
|
50
|
-
"typescript": "^4.9.5"
|
|
51
|
-
},
|
|
28
|
+
"packageManager": "pnpm@8.2.0",
|
|
52
29
|
"dependencies": {
|
|
53
|
-
"@salesforce/core": "^3.
|
|
54
|
-
"@salesforce/source-deploy-retrieve": "
|
|
55
|
-
"@salesforce/source-tracking": "
|
|
30
|
+
"@salesforce/core": "^4.3.11",
|
|
31
|
+
"@salesforce/source-deploy-retrieve": "^9.2.8",
|
|
32
|
+
"@salesforce/source-tracking": "^4.2.2",
|
|
56
33
|
"simple-git": "^3.16.0"
|
|
57
34
|
},
|
|
35
|
+
"devDependencies": {
|
|
36
|
+
"@ryansonshine/commitizen": "^4.2.8",
|
|
37
|
+
"@ryansonshine/cz-conventional-changelog": "^3.3.4",
|
|
38
|
+
"@types/jest": "^29.5.0",
|
|
39
|
+
"@types/node": "^18.15.11",
|
|
40
|
+
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
|
41
|
+
"@typescript-eslint/parser": "^5.59.8",
|
|
42
|
+
"eslint": "^8.41.0",
|
|
43
|
+
"eslint-config-prettier": "^8.8.0",
|
|
44
|
+
"eslint-plugin-node": "^11.1.0",
|
|
45
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
46
|
+
"husky": "^8.0.3",
|
|
47
|
+
"jest": "^29.5.0",
|
|
48
|
+
"lint-staged": "^13.2.2",
|
|
49
|
+
"prettier": "^2.8.8",
|
|
50
|
+
"ts-jest": "^29.1.0",
|
|
51
|
+
"typescript": "^4.9.5"
|
|
52
|
+
},
|
|
58
53
|
"config": {
|
|
59
54
|
"commitizen": {
|
|
60
55
|
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"
|
|
@@ -63,59 +58,12 @@
|
|
|
63
58
|
"lint-staged": {
|
|
64
59
|
"*.ts": "eslint --cache --cache-location .eslintcache --fix"
|
|
65
60
|
},
|
|
66
|
-
"release": {
|
|
67
|
-
"branches": [
|
|
68
|
-
"main"
|
|
69
|
-
],
|
|
70
|
-
"plugins": [
|
|
71
|
-
[
|
|
72
|
-
"@semantic-release/commit-analyzer",
|
|
73
|
-
{
|
|
74
|
-
"preset": "conventionalcommits",
|
|
75
|
-
"releaseRules": [
|
|
76
|
-
{
|
|
77
|
-
"type": "build",
|
|
78
|
-
"scope": "deps",
|
|
79
|
-
"release": "patch"
|
|
80
|
-
}
|
|
81
|
-
]
|
|
82
|
-
}
|
|
83
|
-
],
|
|
84
|
-
[
|
|
85
|
-
"@semantic-release/release-notes-generator",
|
|
86
|
-
{
|
|
87
|
-
"preset": "conventionalcommits",
|
|
88
|
-
"presetConfig": {
|
|
89
|
-
"types": [
|
|
90
|
-
{
|
|
91
|
-
"type": "feat",
|
|
92
|
-
"section": "Features"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"type": "fix",
|
|
96
|
-
"section": "Bug Fixes"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"type": "build",
|
|
100
|
-
"section": "Dependencies and Other Build Updates",
|
|
101
|
-
"hidden": false
|
|
102
|
-
}
|
|
103
|
-
]
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
],
|
|
107
|
-
"@semantic-release/npm",
|
|
108
|
-
"@semantic-release/github"
|
|
109
|
-
]
|
|
110
|
-
},
|
|
111
61
|
"scripts": {
|
|
112
62
|
"build": "tsc",
|
|
113
63
|
"clean": "rm -rf ./lib/",
|
|
114
|
-
"
|
|
64
|
+
"commit": "cz",
|
|
115
65
|
"lint": "eslint ./src/ --fix",
|
|
116
|
-
"semantic-release": "semantic-release",
|
|
117
|
-
"test:watch": "jest --watch",
|
|
118
66
|
"test": "jest --coverage --runInBand",
|
|
119
|
-
"
|
|
67
|
+
"test:watch": "jest --watch"
|
|
120
68
|
}
|
|
121
69
|
}
|