@salesforce/cli 2.69.3 → 2.69.4
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/README.md +92 -92
- package/npm-shrinkwrap.json +67 -67
- package/oclif.lock +68 -68
- package/oclif.manifest.json +1 -1
- package/package.json +15 -15
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.69.
|
|
3
|
+
"version": "2.69.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.69.
|
|
9
|
+
"version": "2.69.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.0.33",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.10",
|
|
16
|
-
"@oclif/plugin-commands": "4.1.
|
|
16
|
+
"@oclif/plugin-commands": "4.1.11",
|
|
17
17
|
"@oclif/plugin-help": "6.2.18",
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.29",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.17",
|
|
20
20
|
"@oclif/plugin-search": "1.2.16",
|
|
21
21
|
"@oclif/plugin-update": "4.6.13",
|
|
@@ -24,22 +24,22 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.2.19",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-apex": "3.6.
|
|
27
|
+
"@salesforce/plugin-apex": "3.6.4",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.2",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
30
|
-
"@salesforce/plugin-data": "3.11.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.76",
|
|
30
|
+
"@salesforce/plugin-data": "3.11.6",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.15.15",
|
|
32
|
-
"@salesforce/plugin-info": "3.4.
|
|
33
|
-
"@salesforce/plugin-limits": "3.3.
|
|
34
|
-
"@salesforce/plugin-marketplace": "1.3.
|
|
35
|
-
"@salesforce/plugin-org": "5.2.
|
|
36
|
-
"@salesforce/plugin-packaging": "2.9.
|
|
37
|
-
"@salesforce/plugin-schema": "3.3.
|
|
38
|
-
"@salesforce/plugin-settings": "2.4.
|
|
32
|
+
"@salesforce/plugin-info": "3.4.23",
|
|
33
|
+
"@salesforce/plugin-limits": "3.3.41",
|
|
34
|
+
"@salesforce/plugin-marketplace": "1.3.7",
|
|
35
|
+
"@salesforce/plugin-org": "5.2.5",
|
|
36
|
+
"@salesforce/plugin-packaging": "2.9.4",
|
|
37
|
+
"@salesforce/plugin-schema": "3.3.43",
|
|
38
|
+
"@salesforce/plugin-settings": "2.4.7",
|
|
39
39
|
"@salesforce/plugin-sobject": "1.4.46",
|
|
40
40
|
"@salesforce/plugin-telemetry": "3.6.25",
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.30",
|
|
42
|
-
"@salesforce/plugin-trust": "3.7.
|
|
42
|
+
"@salesforce/plugin-trust": "3.7.44",
|
|
43
43
|
"@salesforce/plugin-user": "3.6.3",
|
|
44
44
|
"@salesforce/sf-plugins-core": "12.0.13",
|
|
45
45
|
"ansis": "^3.3.0"
|
|
@@ -5154,13 +5154,13 @@
|
|
|
5154
5154
|
}
|
|
5155
5155
|
},
|
|
5156
5156
|
"node_modules/@oclif/plugin-commands": {
|
|
5157
|
-
"version": "4.1.
|
|
5158
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
5159
|
-
"integrity": "sha512-
|
|
5157
|
+
"version": "4.1.11",
|
|
5158
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.11.tgz",
|
|
5159
|
+
"integrity": "sha512-HwJNp41dtbkJEkxWx/8Iv8G/RACHKPtERDqUx6l5M4Kmg9GgJfV8f3yPO5Y6Bkkb5uRdDAnVYuUfdLgOi94n5g==",
|
|
5160
5160
|
"license": "MIT",
|
|
5161
5161
|
"dependencies": {
|
|
5162
5162
|
"@oclif/core": "^4",
|
|
5163
|
-
"@oclif/table": "^0.3.
|
|
5163
|
+
"@oclif/table": "^0.3.5",
|
|
5164
5164
|
"lodash": "^4.17.21",
|
|
5165
5165
|
"object-treeify": "^4.0.1"
|
|
5166
5166
|
},
|
|
@@ -5181,9 +5181,9 @@
|
|
|
5181
5181
|
}
|
|
5182
5182
|
},
|
|
5183
5183
|
"node_modules/@oclif/plugin-not-found": {
|
|
5184
|
-
"version": "3.2.
|
|
5185
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
5186
|
-
"integrity": "sha512-
|
|
5184
|
+
"version": "3.2.29",
|
|
5185
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.29.tgz",
|
|
5186
|
+
"integrity": "sha512-TOS46arY8+YK30ks+mvLXwLq4YElMygXKsb8VPdYxUTvbn3yS9fpZ+4IjBo/IM4sZ88D51iXkNZFWt/nItT1Sg==",
|
|
5187
5187
|
"license": "MIT",
|
|
5188
5188
|
"dependencies": {
|
|
5189
5189
|
"@inquirer/prompts": "^7.1.0",
|
|
@@ -6068,9 +6068,9 @@
|
|
|
6068
6068
|
}
|
|
6069
6069
|
},
|
|
6070
6070
|
"node_modules/@salesforce/plugin-apex": {
|
|
6071
|
-
"version": "3.6.
|
|
6072
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.6.
|
|
6073
|
-
"integrity": "sha512-
|
|
6071
|
+
"version": "3.6.4",
|
|
6072
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.6.4.tgz",
|
|
6073
|
+
"integrity": "sha512-OPNkw0r6JGY3J/thbwcZK8lfvfNu4FJHdfTns70uWp7Nr/8RJl2z30yrkLsBwf0PE94mzkxmEEmD/rFioWpe3g==",
|
|
6074
6074
|
"license": "BSD-3-Clause",
|
|
6075
6075
|
"dependencies": {
|
|
6076
6076
|
"@salesforce/apex-node": "^8.1.17",
|
|
@@ -6104,9 +6104,9 @@
|
|
|
6104
6104
|
}
|
|
6105
6105
|
},
|
|
6106
6106
|
"node_modules/@salesforce/plugin-auth": {
|
|
6107
|
-
"version": "3.6.
|
|
6108
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
6109
|
-
"integrity": "sha512-
|
|
6107
|
+
"version": "3.6.76",
|
|
6108
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.76.tgz",
|
|
6109
|
+
"integrity": "sha512-Iy2gC7MSpjh8L6seJZW2WBkop6yWIIOpjWP50RVbyRpTyDqV6iZCtsGTyr0fEuIirJPKLV+YK2oISLqhaTaHqw==",
|
|
6110
6110
|
"license": "BSD-3-Clause",
|
|
6111
6111
|
"dependencies": {
|
|
6112
6112
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -6114,7 +6114,7 @@
|
|
|
6114
6114
|
"@oclif/core": "^4",
|
|
6115
6115
|
"@salesforce/core": "^8.8.0",
|
|
6116
6116
|
"@salesforce/kit": "^3.2.3",
|
|
6117
|
-
"@salesforce/plugin-info": "^3.4.
|
|
6117
|
+
"@salesforce/plugin-info": "^3.4.21",
|
|
6118
6118
|
"@salesforce/sf-plugins-core": "^12.0.11",
|
|
6119
6119
|
"@salesforce/ts-types": "^2.0.11",
|
|
6120
6120
|
"open": "^10.1.0"
|
|
@@ -6235,21 +6235,21 @@
|
|
|
6235
6235
|
}
|
|
6236
6236
|
},
|
|
6237
6237
|
"node_modules/@salesforce/plugin-data": {
|
|
6238
|
-
"version": "3.11.
|
|
6239
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.11.
|
|
6240
|
-
"integrity": "sha512-
|
|
6238
|
+
"version": "3.11.6",
|
|
6239
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.11.6.tgz",
|
|
6240
|
+
"integrity": "sha512-vIhIH5IKTpa0aB/IjeJwtoOn9xnldfRVZrGYHzQBUUPqFlG9qijcJInSxJgEmeTFVDInEwInetc5Ip0LBPhRqA==",
|
|
6241
6241
|
"license": "BSD-3-Clause",
|
|
6242
6242
|
"dependencies": {
|
|
6243
6243
|
"@jsforce/jsforce-node": "^3.6.2",
|
|
6244
6244
|
"@oclif/multi-stage-output": "^0.7.12",
|
|
6245
6245
|
"@salesforce/core": "^8.6.1",
|
|
6246
6246
|
"@salesforce/kit": "^3.2.2",
|
|
6247
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
6247
|
+
"@salesforce/sf-plugins-core": "^12.0.13",
|
|
6248
6248
|
"@salesforce/ts-types": "^2.0.11",
|
|
6249
6249
|
"ansis": "^3.2.0",
|
|
6250
6250
|
"change-case": "^5.4.4",
|
|
6251
6251
|
"csv-parse": "^5.5.6",
|
|
6252
|
-
"csv-stringify": "^6.5.
|
|
6252
|
+
"csv-stringify": "^6.5.2",
|
|
6253
6253
|
"form-data": "^4.0.0",
|
|
6254
6254
|
"terminal-link": "^3.0.0"
|
|
6255
6255
|
},
|
|
@@ -6281,9 +6281,9 @@
|
|
|
6281
6281
|
}
|
|
6282
6282
|
},
|
|
6283
6283
|
"node_modules/@salesforce/plugin-info": {
|
|
6284
|
-
"version": "3.4.
|
|
6285
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
6286
|
-
"integrity": "sha512-
|
|
6284
|
+
"version": "3.4.23",
|
|
6285
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.23.tgz",
|
|
6286
|
+
"integrity": "sha512-k7FglkIabnG+Nc1EKvTouzhiosQMKCmGPX2PHHpSAGUfz5W+lTpTufxh+ZTX9Og3dZ51vMFnVgSEG7DKaYsepA==",
|
|
6287
6287
|
"license": "BSD-3-Clause",
|
|
6288
6288
|
"dependencies": {
|
|
6289
6289
|
"@inquirer/input": "^2.3.0",
|
|
@@ -6304,27 +6304,27 @@
|
|
|
6304
6304
|
}
|
|
6305
6305
|
},
|
|
6306
6306
|
"node_modules/@salesforce/plugin-limits": {
|
|
6307
|
-
"version": "3.3.
|
|
6308
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.
|
|
6309
|
-
"integrity": "sha512-
|
|
6307
|
+
"version": "3.3.41",
|
|
6308
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.41.tgz",
|
|
6309
|
+
"integrity": "sha512-HRWJ0rHma/xC+FTp/WlcRQo3bL+jemmlhk42XzThczz6zWJ7I9qeKJhZCF6ZlcaYr9DUNzoEuxI5kmHY/A+afw==",
|
|
6310
6310
|
"license": "BSD-3-Clause",
|
|
6311
6311
|
"dependencies": {
|
|
6312
6312
|
"@salesforce/core": "^8.6.4",
|
|
6313
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
6313
|
+
"@salesforce/sf-plugins-core": "^12.0.13"
|
|
6314
6314
|
},
|
|
6315
6315
|
"engines": {
|
|
6316
6316
|
"node": ">=18.0.0"
|
|
6317
6317
|
}
|
|
6318
6318
|
},
|
|
6319
6319
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
6320
|
-
"version": "1.3.
|
|
6321
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.
|
|
6322
|
-
"integrity": "sha512
|
|
6320
|
+
"version": "1.3.7",
|
|
6321
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.7.tgz",
|
|
6322
|
+
"integrity": "sha512-DySCAqg0/CnXmH3lM/sr0XksF3Yzo1E8zuceGWAlolUPyMWp1/GYzYeK+wEeN6vM+hL/bkhmh6fjIITXQk2xYA==",
|
|
6323
6323
|
"license": "BSD-3-Clause",
|
|
6324
6324
|
"dependencies": {
|
|
6325
6325
|
"@salesforce/core": "^8.8.0",
|
|
6326
6326
|
"@salesforce/kit": "^3.2.1",
|
|
6327
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
6327
|
+
"@salesforce/sf-plugins-core": "^12.0.13",
|
|
6328
6328
|
"got": "^13.0.0",
|
|
6329
6329
|
"proxy-agent": "^6.4.0"
|
|
6330
6330
|
},
|
|
@@ -6333,16 +6333,16 @@
|
|
|
6333
6333
|
}
|
|
6334
6334
|
},
|
|
6335
6335
|
"node_modules/@salesforce/plugin-org": {
|
|
6336
|
-
"version": "5.2.
|
|
6337
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.
|
|
6338
|
-
"integrity": "sha512-
|
|
6336
|
+
"version": "5.2.5",
|
|
6337
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.5.tgz",
|
|
6338
|
+
"integrity": "sha512-nSPiD8xTLPI9PT5DF5w4iHmmXB228PvRuoo1J86/6qZtnBsDjDvNsZc+6ILCsVla5t+fSOBqrKEWgNCSXef/Xg==",
|
|
6339
6339
|
"license": "BSD-3-Clause",
|
|
6340
6340
|
"dependencies": {
|
|
6341
6341
|
"@oclif/core": "^4.0.30",
|
|
6342
6342
|
"@oclif/multi-stage-output": "^0.7.14",
|
|
6343
6343
|
"@salesforce/core": "^8.6.4",
|
|
6344
6344
|
"@salesforce/kit": "^3.2.3",
|
|
6345
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
6345
|
+
"@salesforce/sf-plugins-core": "^12.0.13",
|
|
6346
6346
|
"@salesforce/source-deploy-retrieve": "^12.10.2",
|
|
6347
6347
|
"@salesforce/ts-types": "^2.0.12",
|
|
6348
6348
|
"ansis": "^3.2.0",
|
|
@@ -6356,16 +6356,16 @@
|
|
|
6356
6356
|
}
|
|
6357
6357
|
},
|
|
6358
6358
|
"node_modules/@salesforce/plugin-packaging": {
|
|
6359
|
-
"version": "2.9.
|
|
6360
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.
|
|
6361
|
-
"integrity": "sha512-
|
|
6359
|
+
"version": "2.9.4",
|
|
6360
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.4.tgz",
|
|
6361
|
+
"integrity": "sha512-13sFtuYUAvSc1rCCRcuAq2o2ZY7qA1GbfhdfsZ3cnvvanDbatB7h1xwg34p/lNua534fYJfp/arkNHvVp5FIyQ==",
|
|
6362
6362
|
"license": "BSD-3-Clause",
|
|
6363
6363
|
"dependencies": {
|
|
6364
6364
|
"@oclif/core": "^4",
|
|
6365
6365
|
"@salesforce/core": "^8.8.0",
|
|
6366
6366
|
"@salesforce/kit": "^3.2.3",
|
|
6367
6367
|
"@salesforce/packaging": "^4.2.15",
|
|
6368
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
6368
|
+
"@salesforce/sf-plugins-core": "^12.0.13",
|
|
6369
6369
|
"chalk": "^5.3.0"
|
|
6370
6370
|
},
|
|
6371
6371
|
"engines": {
|
|
@@ -6513,9 +6513,9 @@
|
|
|
6513
6513
|
}
|
|
6514
6514
|
},
|
|
6515
6515
|
"node_modules/@salesforce/plugin-schema": {
|
|
6516
|
-
"version": "3.3.
|
|
6517
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
6518
|
-
"integrity": "sha512-
|
|
6516
|
+
"version": "3.3.43",
|
|
6517
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.43.tgz",
|
|
6518
|
+
"integrity": "sha512-i3BeXdI7gVGQx/cXBQ0XFI7uBgWMEzncLD8j/XlSBnxt7KM/ZGWujpSz13a0nKuKjkSgp2dVwLG8F4AxnY0o5g==",
|
|
6519
6519
|
"license": "BSD-3-Clause",
|
|
6520
6520
|
"dependencies": {
|
|
6521
6521
|
"@oclif/core": "^4",
|
|
@@ -6600,14 +6600,14 @@
|
|
|
6600
6600
|
}
|
|
6601
6601
|
},
|
|
6602
6602
|
"node_modules/@salesforce/plugin-settings": {
|
|
6603
|
-
"version": "2.4.
|
|
6604
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
6605
|
-
"integrity": "sha512-
|
|
6603
|
+
"version": "2.4.7",
|
|
6604
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.7.tgz",
|
|
6605
|
+
"integrity": "sha512-d4BUSSRnXLORL7KGuERVsb/8InShV+hEnkv5cEc+YH6vKJQg4FKDzNznH7ExBD1T2Q8p4NSrf0kizKb5gfGQfQ==",
|
|
6606
6606
|
"license": "BSD-3-Clause",
|
|
6607
6607
|
"dependencies": {
|
|
6608
6608
|
"@oclif/core": "^4",
|
|
6609
6609
|
"@salesforce/core": "^8.8.0",
|
|
6610
|
-
"@salesforce/sf-plugins-core": "^12.0.
|
|
6610
|
+
"@salesforce/sf-plugins-core": "^12.0.13",
|
|
6611
6611
|
"fast-levenshtein": "^3.0.0"
|
|
6612
6612
|
},
|
|
6613
6613
|
"engines": {
|
|
@@ -6741,15 +6741,15 @@
|
|
|
6741
6741
|
}
|
|
6742
6742
|
},
|
|
6743
6743
|
"node_modules/@salesforce/plugin-trust": {
|
|
6744
|
-
"version": "3.7.
|
|
6745
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
6746
|
-
"integrity": "sha512-
|
|
6744
|
+
"version": "3.7.44",
|
|
6745
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.44.tgz",
|
|
6746
|
+
"integrity": "sha512-J9rwbK30vkGhrQqICAWJtbCuIXvun0nujRckh13YzNMIjYHM81UwVdqKvbUBPZkAUNq+u6FaINkKl73uAQUvzg==",
|
|
6747
6747
|
"license": "BSD-3-Clause",
|
|
6748
6748
|
"dependencies": {
|
|
6749
6749
|
"@oclif/core": "^4",
|
|
6750
6750
|
"@salesforce/core": "^8.8.0",
|
|
6751
6751
|
"@salesforce/kit": "^3.2.0",
|
|
6752
|
-
"@salesforce/plugin-info": "^3.4.
|
|
6752
|
+
"@salesforce/plugin-info": "^3.4.21",
|
|
6753
6753
|
"@salesforce/sf-plugins-core": "^12",
|
|
6754
6754
|
"got": "^13.0.0",
|
|
6755
6755
|
"npm": "^10.9.0",
|
|
@@ -11162,9 +11162,9 @@
|
|
|
11162
11162
|
"license": "MIT"
|
|
11163
11163
|
},
|
|
11164
11164
|
"node_modules/csv-stringify": {
|
|
11165
|
-
"version": "6.5.
|
|
11166
|
-
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.5.
|
|
11167
|
-
"integrity": "sha512
|
|
11165
|
+
"version": "6.5.2",
|
|
11166
|
+
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.5.2.tgz",
|
|
11167
|
+
"integrity": "sha512-RFPahj0sXcmUyjrObAK+DOWtMvMIFV328n4qZJhgX3x2RqkQgOTU2mCUmiFR0CzM6AzChlRSUErjiJeEt8BaQA==",
|
|
11168
11168
|
"license": "MIT"
|
|
11169
11169
|
},
|
|
11170
11170
|
"node_modules/dargs": {
|
package/oclif.lock
CHANGED
|
@@ -2126,13 +2126,13 @@
|
|
|
2126
2126
|
semver "^7.6.0"
|
|
2127
2127
|
ts-json-schema-generator "^1.5.1"
|
|
2128
2128
|
|
|
2129
|
-
"@oclif/plugin-commands@4.1.
|
|
2130
|
-
version "4.1.
|
|
2131
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
2132
|
-
integrity sha512-
|
|
2129
|
+
"@oclif/plugin-commands@4.1.11":
|
|
2130
|
+
version "4.1.11"
|
|
2131
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.11.tgz"
|
|
2132
|
+
integrity sha512-HwJNp41dtbkJEkxWx/8Iv8G/RACHKPtERDqUx6l5M4Kmg9GgJfV8f3yPO5Y6Bkkb5uRdDAnVYuUfdLgOi94n5g==
|
|
2133
2133
|
dependencies:
|
|
2134
2134
|
"@oclif/core" "^4"
|
|
2135
|
-
"@oclif/table" "^0.3.
|
|
2135
|
+
"@oclif/table" "^0.3.5"
|
|
2136
2136
|
lodash "^4.17.21"
|
|
2137
2137
|
object-treeify "^4.0.1"
|
|
2138
2138
|
|
|
@@ -2143,10 +2143,10 @@
|
|
|
2143
2143
|
dependencies:
|
|
2144
2144
|
"@oclif/core" "^4"
|
|
2145
2145
|
|
|
2146
|
-
"@oclif/plugin-not-found@^3.2.25", "@oclif/plugin-not-found@3.2.
|
|
2147
|
-
version "3.2.
|
|
2148
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
2149
|
-
integrity sha512-
|
|
2146
|
+
"@oclif/plugin-not-found@^3.2.25", "@oclif/plugin-not-found@3.2.29":
|
|
2147
|
+
version "3.2.29"
|
|
2148
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.29.tgz"
|
|
2149
|
+
integrity sha512-TOS46arY8+YK30ks+mvLXwLq4YElMygXKsb8VPdYxUTvbn3yS9fpZ+4IjBo/IM4sZ88D51iXkNZFWt/nItT1Sg==
|
|
2150
2150
|
dependencies:
|
|
2151
2151
|
"@inquirer/prompts" "^7.1.0"
|
|
2152
2152
|
"@oclif/core" "^4"
|
|
@@ -2223,7 +2223,7 @@
|
|
|
2223
2223
|
"@oclif/core" "^4"
|
|
2224
2224
|
ansis "^3.3.1"
|
|
2225
2225
|
|
|
2226
|
-
"@oclif/table@^0.3.2", "@oclif/table@^0.3.
|
|
2226
|
+
"@oclif/table@^0.3.2", "@oclif/table@^0.3.5":
|
|
2227
2227
|
version "0.3.5"
|
|
2228
2228
|
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.3.5.tgz"
|
|
2229
2229
|
integrity sha512-1IjoVz7WAdUdBW5vYIRc6wt9N7Ezwll6AtdmeqLQ8lUmB9gQJVyeb7dqXtUaUvIG7bZMvryfPe6Xibeo5FTCWA==
|
|
@@ -2520,10 +2520,10 @@
|
|
|
2520
2520
|
jszip "^3.10.1"
|
|
2521
2521
|
object-treeify "^2"
|
|
2522
2522
|
|
|
2523
|
-
"@salesforce/plugin-apex@3.6.
|
|
2524
|
-
version "3.6.
|
|
2525
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.6.
|
|
2526
|
-
integrity sha512-
|
|
2523
|
+
"@salesforce/plugin-apex@3.6.4":
|
|
2524
|
+
version "3.6.4"
|
|
2525
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.6.4.tgz"
|
|
2526
|
+
integrity sha512-OPNkw0r6JGY3J/thbwcZK8lfvfNu4FJHdfTns70uWp7Nr/8RJl2z30yrkLsBwf0PE94mzkxmEEmD/rFioWpe3g==
|
|
2527
2527
|
dependencies:
|
|
2528
2528
|
"@salesforce/apex-node" "^8.1.17"
|
|
2529
2529
|
"@salesforce/core" "^8.6.4"
|
|
@@ -2546,17 +2546,17 @@
|
|
|
2546
2546
|
got "^13.0.0"
|
|
2547
2547
|
proxy-agent "^6.4.0"
|
|
2548
2548
|
|
|
2549
|
-
"@salesforce/plugin-auth@3.6.
|
|
2550
|
-
version "3.6.
|
|
2551
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2552
|
-
integrity sha512-
|
|
2549
|
+
"@salesforce/plugin-auth@3.6.76":
|
|
2550
|
+
version "3.6.76"
|
|
2551
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.76.tgz"
|
|
2552
|
+
integrity sha512-Iy2gC7MSpjh8L6seJZW2WBkop6yWIIOpjWP50RVbyRpTyDqV6iZCtsGTyr0fEuIirJPKLV+YK2oISLqhaTaHqw==
|
|
2553
2553
|
dependencies:
|
|
2554
2554
|
"@inquirer/checkbox" "^2.5.0"
|
|
2555
2555
|
"@inquirer/select" "^2.5.0"
|
|
2556
2556
|
"@oclif/core" "^4"
|
|
2557
2557
|
"@salesforce/core" "^8.8.0"
|
|
2558
2558
|
"@salesforce/kit" "^3.2.3"
|
|
2559
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2559
|
+
"@salesforce/plugin-info" "^3.4.21"
|
|
2560
2560
|
"@salesforce/sf-plugins-core" "^12.0.11"
|
|
2561
2561
|
"@salesforce/ts-types" "^2.0.11"
|
|
2562
2562
|
open "^10.1.0"
|
|
@@ -2575,21 +2575,21 @@
|
|
|
2575
2575
|
debug "^4.3.4"
|
|
2576
2576
|
handlebars "^4.7.8"
|
|
2577
2577
|
|
|
2578
|
-
"@salesforce/plugin-data@3.11.
|
|
2579
|
-
version "3.11.
|
|
2580
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.11.
|
|
2581
|
-
integrity sha512-
|
|
2578
|
+
"@salesforce/plugin-data@3.11.6":
|
|
2579
|
+
version "3.11.6"
|
|
2580
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.11.6.tgz"
|
|
2581
|
+
integrity sha512-vIhIH5IKTpa0aB/IjeJwtoOn9xnldfRVZrGYHzQBUUPqFlG9qijcJInSxJgEmeTFVDInEwInetc5Ip0LBPhRqA==
|
|
2582
2582
|
dependencies:
|
|
2583
2583
|
"@jsforce/jsforce-node" "^3.6.2"
|
|
2584
2584
|
"@oclif/multi-stage-output" "^0.7.12"
|
|
2585
2585
|
"@salesforce/core" "^8.6.1"
|
|
2586
2586
|
"@salesforce/kit" "^3.2.2"
|
|
2587
|
-
"@salesforce/sf-plugins-core" "^12.0.
|
|
2587
|
+
"@salesforce/sf-plugins-core" "^12.0.13"
|
|
2588
2588
|
"@salesforce/ts-types" "^2.0.11"
|
|
2589
2589
|
ansis "^3.2.0"
|
|
2590
2590
|
change-case "^5.4.4"
|
|
2591
2591
|
csv-parse "^5.5.6"
|
|
2592
|
-
csv-stringify "^6.5.
|
|
2592
|
+
csv-stringify "^6.5.2"
|
|
2593
2593
|
form-data "^4.0.0"
|
|
2594
2594
|
terminal-link "^3.0.0"
|
|
2595
2595
|
|
|
@@ -2611,10 +2611,10 @@
|
|
|
2611
2611
|
ansis "^3.3.2"
|
|
2612
2612
|
terminal-link "^3.0.0"
|
|
2613
2613
|
|
|
2614
|
-
"@salesforce/plugin-info@^3.4.
|
|
2615
|
-
version "3.4.
|
|
2616
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
2617
|
-
integrity sha512-
|
|
2614
|
+
"@salesforce/plugin-info@^3.4.21", "@salesforce/plugin-info@3.4.23":
|
|
2615
|
+
version "3.4.23"
|
|
2616
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.23.tgz"
|
|
2617
|
+
integrity sha512-k7FglkIabnG+Nc1EKvTouzhiosQMKCmGPX2PHHpSAGUfz5W+lTpTufxh+ZTX9Og3dZ51vMFnVgSEG7DKaYsepA==
|
|
2618
2618
|
dependencies:
|
|
2619
2619
|
"@inquirer/input" "^2.3.0"
|
|
2620
2620
|
"@jsforce/jsforce-node" "^3.6.2"
|
|
@@ -2629,35 +2629,35 @@
|
|
|
2629
2629
|
proxy-agent "^6.4.0"
|
|
2630
2630
|
semver "^7.6.3"
|
|
2631
2631
|
|
|
2632
|
-
"@salesforce/plugin-limits@3.3.
|
|
2633
|
-
version "3.3.
|
|
2634
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.
|
|
2635
|
-
integrity sha512-
|
|
2632
|
+
"@salesforce/plugin-limits@3.3.41":
|
|
2633
|
+
version "3.3.41"
|
|
2634
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.41.tgz"
|
|
2635
|
+
integrity sha512-HRWJ0rHma/xC+FTp/WlcRQo3bL+jemmlhk42XzThczz6zWJ7I9qeKJhZCF6ZlcaYr9DUNzoEuxI5kmHY/A+afw==
|
|
2636
2636
|
dependencies:
|
|
2637
2637
|
"@salesforce/core" "^8.6.4"
|
|
2638
|
-
"@salesforce/sf-plugins-core" "^12.0.
|
|
2638
|
+
"@salesforce/sf-plugins-core" "^12.0.13"
|
|
2639
2639
|
|
|
2640
|
-
"@salesforce/plugin-marketplace@1.3.
|
|
2641
|
-
version "1.3.
|
|
2642
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.
|
|
2643
|
-
integrity sha512
|
|
2640
|
+
"@salesforce/plugin-marketplace@1.3.7":
|
|
2641
|
+
version "1.3.7"
|
|
2642
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.7.tgz"
|
|
2643
|
+
integrity sha512-DySCAqg0/CnXmH3lM/sr0XksF3Yzo1E8zuceGWAlolUPyMWp1/GYzYeK+wEeN6vM+hL/bkhmh6fjIITXQk2xYA==
|
|
2644
2644
|
dependencies:
|
|
2645
2645
|
"@salesforce/core" "^8.8.0"
|
|
2646
2646
|
"@salesforce/kit" "^3.2.1"
|
|
2647
|
-
"@salesforce/sf-plugins-core" "^12.0.
|
|
2647
|
+
"@salesforce/sf-plugins-core" "^12.0.13"
|
|
2648
2648
|
got "^13.0.0"
|
|
2649
2649
|
proxy-agent "^6.4.0"
|
|
2650
2650
|
|
|
2651
|
-
"@salesforce/plugin-org@5.2.
|
|
2652
|
-
version "5.2.
|
|
2653
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.
|
|
2654
|
-
integrity sha512-
|
|
2651
|
+
"@salesforce/plugin-org@5.2.5":
|
|
2652
|
+
version "5.2.5"
|
|
2653
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.5.tgz"
|
|
2654
|
+
integrity sha512-nSPiD8xTLPI9PT5DF5w4iHmmXB228PvRuoo1J86/6qZtnBsDjDvNsZc+6ILCsVla5t+fSOBqrKEWgNCSXef/Xg==
|
|
2655
2655
|
dependencies:
|
|
2656
2656
|
"@oclif/core" "^4.0.30"
|
|
2657
2657
|
"@oclif/multi-stage-output" "^0.7.14"
|
|
2658
2658
|
"@salesforce/core" "^8.6.4"
|
|
2659
2659
|
"@salesforce/kit" "^3.2.3"
|
|
2660
|
-
"@salesforce/sf-plugins-core" "^12.0.
|
|
2660
|
+
"@salesforce/sf-plugins-core" "^12.0.13"
|
|
2661
2661
|
"@salesforce/source-deploy-retrieve" "^12.10.2"
|
|
2662
2662
|
"@salesforce/ts-types" "^2.0.12"
|
|
2663
2663
|
ansis "^3.2.0"
|
|
@@ -2666,16 +2666,16 @@
|
|
|
2666
2666
|
open "^10.1.0"
|
|
2667
2667
|
terminal-link "^3.0.0"
|
|
2668
2668
|
|
|
2669
|
-
"@salesforce/plugin-packaging@2.9.
|
|
2670
|
-
version "2.9.
|
|
2671
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.
|
|
2672
|
-
integrity sha512-
|
|
2669
|
+
"@salesforce/plugin-packaging@2.9.4":
|
|
2670
|
+
version "2.9.4"
|
|
2671
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.4.tgz"
|
|
2672
|
+
integrity sha512-13sFtuYUAvSc1rCCRcuAq2o2ZY7qA1GbfhdfsZ3cnvvanDbatB7h1xwg34p/lNua534fYJfp/arkNHvVp5FIyQ==
|
|
2673
2673
|
dependencies:
|
|
2674
2674
|
"@oclif/core" "^4"
|
|
2675
2675
|
"@salesforce/core" "^8.8.0"
|
|
2676
2676
|
"@salesforce/kit" "^3.2.3"
|
|
2677
2677
|
"@salesforce/packaging" "^4.2.15"
|
|
2678
|
-
"@salesforce/sf-plugins-core" "^12.0.
|
|
2678
|
+
"@salesforce/sf-plugins-core" "^12.0.13"
|
|
2679
2679
|
chalk "^5.3.0"
|
|
2680
2680
|
|
|
2681
2681
|
"@salesforce/plugin-release-management@^5.5.13":
|
|
@@ -2706,23 +2706,23 @@
|
|
|
2706
2706
|
strip-ansi "^6"
|
|
2707
2707
|
yarn-deduplicate "^6.0.2"
|
|
2708
2708
|
|
|
2709
|
-
"@salesforce/plugin-schema@3.3.
|
|
2710
|
-
version "3.3.
|
|
2711
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
2712
|
-
integrity sha512-
|
|
2709
|
+
"@salesforce/plugin-schema@3.3.43":
|
|
2710
|
+
version "3.3.43"
|
|
2711
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.43.tgz"
|
|
2712
|
+
integrity sha512-i3BeXdI7gVGQx/cXBQ0XFI7uBgWMEzncLD8j/XlSBnxt7KM/ZGWujpSz13a0nKuKjkSgp2dVwLG8F4AxnY0o5g==
|
|
2713
2713
|
dependencies:
|
|
2714
2714
|
"@oclif/core" "^4"
|
|
2715
2715
|
"@salesforce/core" "^8.8.0"
|
|
2716
2716
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2717
2717
|
|
|
2718
|
-
"@salesforce/plugin-settings@2.4.
|
|
2719
|
-
version "2.4.
|
|
2720
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
2721
|
-
integrity sha512-
|
|
2718
|
+
"@salesforce/plugin-settings@2.4.7":
|
|
2719
|
+
version "2.4.7"
|
|
2720
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.7.tgz"
|
|
2721
|
+
integrity sha512-d4BUSSRnXLORL7KGuERVsb/8InShV+hEnkv5cEc+YH6vKJQg4FKDzNznH7ExBD1T2Q8p4NSrf0kizKb5gfGQfQ==
|
|
2722
2722
|
dependencies:
|
|
2723
2723
|
"@oclif/core" "^4"
|
|
2724
2724
|
"@salesforce/core" "^8.8.0"
|
|
2725
|
-
"@salesforce/sf-plugins-core" "^12.0.
|
|
2725
|
+
"@salesforce/sf-plugins-core" "^12.0.13"
|
|
2726
2726
|
fast-levenshtein "^3.0.0"
|
|
2727
2727
|
|
|
2728
2728
|
"@salesforce/plugin-sobject@1.4.46":
|
|
@@ -2763,15 +2763,15 @@
|
|
|
2763
2763
|
"@salesforce/sf-plugins-core" "^12"
|
|
2764
2764
|
"@salesforce/templates" "^62.0.3"
|
|
2765
2765
|
|
|
2766
|
-
"@salesforce/plugin-trust@^3.7.10", "@salesforce/plugin-trust@3.7.
|
|
2767
|
-
version "3.7.
|
|
2768
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
2769
|
-
integrity sha512-
|
|
2766
|
+
"@salesforce/plugin-trust@^3.7.10", "@salesforce/plugin-trust@3.7.44":
|
|
2767
|
+
version "3.7.44"
|
|
2768
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.44.tgz"
|
|
2769
|
+
integrity sha512-J9rwbK30vkGhrQqICAWJtbCuIXvun0nujRckh13YzNMIjYHM81UwVdqKvbUBPZkAUNq+u6FaINkKl73uAQUvzg==
|
|
2770
2770
|
dependencies:
|
|
2771
2771
|
"@oclif/core" "^4"
|
|
2772
2772
|
"@salesforce/core" "^8.8.0"
|
|
2773
2773
|
"@salesforce/kit" "^3.2.0"
|
|
2774
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2774
|
+
"@salesforce/plugin-info" "^3.4.21"
|
|
2775
2775
|
"@salesforce/sf-plugins-core" "^12"
|
|
2776
2776
|
got "^13.0.0"
|
|
2777
2777
|
npm "^10.9.0"
|
|
@@ -2836,7 +2836,7 @@
|
|
|
2836
2836
|
string-width "^7.2.0"
|
|
2837
2837
|
terminal-link "^3.0.0"
|
|
2838
2838
|
|
|
2839
|
-
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.
|
|
2839
|
+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.11", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@12.0.13":
|
|
2840
2840
|
version "12.0.13"
|
|
2841
2841
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.13.tgz"
|
|
2842
2842
|
integrity sha512-ze13xyK8RisH2//1iXhG63lmtwzJCKVcy2WMjYs9WR1XRxuQe8vn1kyluYc8ZQEbl+HcNnVi5JuIDIvbCTHuFg==
|
|
@@ -5316,10 +5316,10 @@ csv-parse@^5.5.2, csv-parse@^5.5.6:
|
|
|
5316
5316
|
resolved "https://registry.npmjs.org/csv-parse/-/csv-parse-5.5.6.tgz"
|
|
5317
5317
|
integrity sha512-uNpm30m/AGSkLxxy7d9yRXpJQFrZzVWLFBkS+6ngPcZkw/5k3L/jjFuj7tVnEpRn+QgmiXr21nDlhCiUK4ij2A==
|
|
5318
5318
|
|
|
5319
|
-
csv-stringify@^6.4.4, csv-stringify@^6.5.
|
|
5320
|
-
version "6.5.
|
|
5321
|
-
resolved "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.5.
|
|
5322
|
-
integrity sha512
|
|
5319
|
+
csv-stringify@^6.4.4, csv-stringify@^6.5.2:
|
|
5320
|
+
version "6.5.2"
|
|
5321
|
+
resolved "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.5.2.tgz"
|
|
5322
|
+
integrity sha512-RFPahj0sXcmUyjrObAK+DOWtMvMIFV328n4qZJhgX3x2RqkQgOTU2mCUmiFR0CzM6AzChlRSUErjiJeEt8BaQA==
|
|
5323
5323
|
|
|
5324
5324
|
dargs@^7.0.0:
|
|
5325
5325
|
version "7.0.0"
|
package/oclif.manifest.json
CHANGED