rflib-plugin 0.11.1 → 0.12.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/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,36 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rflib-plugin",
|
|
3
3
|
"description": "Utility commands to help with the adoption of the RFLIB open-source library for Salesforce.",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.12.1",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@oclif/core": "^4",
|
|
7
|
-
"@salesforce/core": "^8",
|
|
8
|
-
"@salesforce/sf-plugins-core": "^12",
|
|
6
|
+
"@oclif/core": "^4.8.0",
|
|
7
|
+
"@salesforce/core": "^8.24.0",
|
|
8
|
+
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
9
9
|
"@types/xml2js": "^0.4.14",
|
|
10
|
-
"prettier": "^3.
|
|
10
|
+
"prettier": "^3.7.4",
|
|
11
11
|
"prettier-plugin-apex": "^2.2.6",
|
|
12
12
|
"wireit": "^0.14.12",
|
|
13
13
|
"xml2js": "^0.6.2"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@commitlint/cli": "^
|
|
16
|
+
"@commitlint/cli": "^20.2.0",
|
|
17
17
|
"@eslint/eslintrc": "^2.1.4",
|
|
18
18
|
"@eslint/js": "^8.57.1",
|
|
19
19
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.3.8",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
22
22
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
23
23
|
"c8": "^10.1.3",
|
|
24
|
-
"eslint
|
|
25
|
-
"
|
|
26
|
-
"
|
|
24
|
+
"eslint": "^8.57.1",
|
|
25
|
+
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
26
|
+
"husky": "^9.1.7",
|
|
27
|
+
"oclif": "^4.22.57",
|
|
27
28
|
"source-map-support": "^0.5.21",
|
|
28
29
|
"ts-node": "^10.9.2",
|
|
29
30
|
"tsconfig-paths": "^4.2.0",
|
|
30
31
|
"typescript": "^5.9.3"
|
|
31
32
|
},
|
|
32
33
|
"engines": {
|
|
33
|
-
"node": ">=
|
|
34
|
+
"node": ">=20.0.0"
|
|
34
35
|
},
|
|
35
36
|
"files": [
|
|
36
37
|
"/lib",
|
|
@@ -90,14 +91,14 @@
|
|
|
90
91
|
"format": "wireit",
|
|
91
92
|
"link-check": "wireit",
|
|
92
93
|
"lint": "wireit",
|
|
93
|
-
"postinstall": "yarn husky
|
|
94
|
+
"postinstall": "yarn husky || echo \"Unable to install Husky. If you are in a CI/CD job, that's ok !\"",
|
|
94
95
|
"postpack": "sf-clean --ignore-signing-artifacts",
|
|
95
96
|
"prepack": "sf-prepack",
|
|
96
97
|
"test": "wireit",
|
|
97
98
|
"test:nuts": "wireit",
|
|
98
99
|
"test:only": "wireit",
|
|
99
100
|
"version": "oclif readme",
|
|
100
|
-
"prepare": "husky
|
|
101
|
+
"prepare": "husky"
|
|
101
102
|
},
|
|
102
103
|
"publishConfig": {
|
|
103
104
|
"access": "public",
|
|
@@ -225,7 +226,7 @@
|
|
|
225
226
|
"type": "module",
|
|
226
227
|
"author": "Johannes Fischer",
|
|
227
228
|
"volta": {
|
|
228
|
-
"node": "
|
|
229
|
+
"node": "24.12.0",
|
|
229
230
|
"yarn": "1.22.22"
|
|
230
231
|
}
|
|
231
232
|
}
|