sfdx-plugin-update-notifier 1.2.45 → 1.2.47
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 +14 -0
- package/README.md +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/oclif.lock +8398 -0
- package/oclif.manifest.json +1 -1
- package/package.json +16 -50
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-plugin-update-notifier",
|
|
3
3
|
"description": "update-notifier for sfdx plugins",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.47",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-update-notifier/issues",
|
|
@@ -10,45 +10,45 @@
|
|
|
10
10
|
"@oclif/core": "^2.15.0",
|
|
11
11
|
"@salesforce/kit": "^3.0.11",
|
|
12
12
|
"debug": "^4.3.4",
|
|
13
|
-
"oclif-plugin-update-notifier": "^1.5.
|
|
13
|
+
"oclif-plugin-update-notifier": "^1.5.42",
|
|
14
14
|
"tslib": "^2.6.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@oclif/plugin-command-snapshot": "^4.0.14",
|
|
18
18
|
"@oclif/plugin-help": "^5.2.19",
|
|
19
|
-
"@oclif/test": "^2.5.
|
|
19
|
+
"@oclif/test": "^2.5.5",
|
|
20
20
|
"@salesforce/dev-config": "^4.0.1",
|
|
21
|
-
"@salesforce/dev-scripts": "^5.
|
|
21
|
+
"@salesforce/dev-scripts": "^5.10.0",
|
|
22
22
|
"@salesforce/prettier-config": "^0.0.3",
|
|
23
23
|
"@types/debug": "^4.1.8",
|
|
24
|
-
"@types/fs-extra": "^11.0.
|
|
25
|
-
"@types/jsforce": "^1.11.
|
|
26
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
27
|
-
"@typescript-eslint/parser": "^6.
|
|
24
|
+
"@types/fs-extra": "^11.0.2",
|
|
25
|
+
"@types/jsforce": "^1.11.2",
|
|
26
|
+
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
|
27
|
+
"@typescript-eslint/parser": "^6.7.2",
|
|
28
28
|
"c8": "^8.0.1",
|
|
29
29
|
"chai": "^4.3.8",
|
|
30
|
-
"eslint": "^8.
|
|
30
|
+
"eslint": "^8.49.0",
|
|
31
31
|
"eslint-config-prettier": "^9.0.0",
|
|
32
32
|
"eslint-config-salesforce": "^2.0.2",
|
|
33
33
|
"eslint-config-salesforce-typescript": "^1.1.2",
|
|
34
34
|
"eslint-plugin-header": "^3.1.1",
|
|
35
35
|
"eslint-plugin-import": "^2.28.1",
|
|
36
|
-
"eslint-plugin-jsdoc": "^46.
|
|
36
|
+
"eslint-plugin-jsdoc": "^46.8.2",
|
|
37
37
|
"eslint-plugin-prettier": "^5.0.0",
|
|
38
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
38
|
+
"eslint-plugin-sf-plugin": "^1.16.5",
|
|
39
39
|
"husky": "^8.0.3",
|
|
40
40
|
"is-ci": "^3.0.1",
|
|
41
41
|
"mocha": "^10.2.0",
|
|
42
42
|
"nyc": "^15.1.0",
|
|
43
|
-
"oclif": "^3.
|
|
43
|
+
"oclif": "^3.17.1",
|
|
44
44
|
"patch-package": "^8.0.0",
|
|
45
45
|
"pinst": "^3.0.0",
|
|
46
46
|
"prettier": "^3.0.3",
|
|
47
47
|
"pretty-quick": "^3.1.3",
|
|
48
|
-
"sinon": "^
|
|
48
|
+
"sinon": "^16.0.0",
|
|
49
49
|
"ts-node": "^10.9.1",
|
|
50
50
|
"typescript": "^5.2.2",
|
|
51
|
-
"wireit": "^0.
|
|
51
|
+
"wireit": "^0.14.0"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
54
|
"node": ">=16.0.0"
|
|
@@ -57,7 +57,8 @@
|
|
|
57
57
|
"/lib",
|
|
58
58
|
"/messages",
|
|
59
59
|
"/oclif.manifest.json",
|
|
60
|
-
"/CHANGELOG.md"
|
|
60
|
+
"/CHANGELOG.md",
|
|
61
|
+
"/oclif.lock"
|
|
61
62
|
],
|
|
62
63
|
"homepage": "https://github.com/jayree/sfdx-plugin-update-notifier",
|
|
63
64
|
"keywords": [
|
|
@@ -97,7 +98,6 @@
|
|
|
97
98
|
"prepack": "sf-prepack",
|
|
98
99
|
"prepare": "patch-package && sf-install",
|
|
99
100
|
"test": "wireit",
|
|
100
|
-
"test:only": "wireit",
|
|
101
101
|
"version": "oclif readme --no-aliases"
|
|
102
102
|
},
|
|
103
103
|
"release": {
|
|
@@ -147,14 +147,6 @@
|
|
|
147
147
|
],
|
|
148
148
|
"output": []
|
|
149
149
|
},
|
|
150
|
-
"test:compile": {
|
|
151
|
-
"command": "tsc -p \"./test\" --pretty",
|
|
152
|
-
"files": [
|
|
153
|
-
"test/**/*.ts",
|
|
154
|
-
"**/tsconfig.json"
|
|
155
|
-
],
|
|
156
|
-
"output": []
|
|
157
|
-
},
|
|
158
150
|
"test": {
|
|
159
151
|
"dependencies": [
|
|
160
152
|
"test:deprecation-policy",
|
|
@@ -162,32 +154,6 @@
|
|
|
162
154
|
"test:json-schema"
|
|
163
155
|
]
|
|
164
156
|
},
|
|
165
|
-
"test:only": {
|
|
166
|
-
"command": "c8 mocha \"test/**/*test.ts\"",
|
|
167
|
-
"env": {
|
|
168
|
-
"FORCE_COLOR": "2"
|
|
169
|
-
},
|
|
170
|
-
"files": [
|
|
171
|
-
"test/**/*.ts",
|
|
172
|
-
"src/**/*.ts",
|
|
173
|
-
"**/tsconfig.json",
|
|
174
|
-
".mocha*",
|
|
175
|
-
"!*.nut.ts",
|
|
176
|
-
".nycrc"
|
|
177
|
-
],
|
|
178
|
-
"output": []
|
|
179
|
-
},
|
|
180
|
-
"test:command-reference": {
|
|
181
|
-
"command": "\"./bin/dev.js\" commandreference:generate --erroronwarnings",
|
|
182
|
-
"files": [
|
|
183
|
-
"src/**/*.ts",
|
|
184
|
-
"messages/**",
|
|
185
|
-
"package.json"
|
|
186
|
-
],
|
|
187
|
-
"output": [
|
|
188
|
-
"tmp/root"
|
|
189
|
-
]
|
|
190
|
-
},
|
|
191
157
|
"test:deprecation-policy": {
|
|
192
158
|
"command": "\"./bin/dev.js\" snapshot:compare",
|
|
193
159
|
"files": [
|