@salesforce/cli 1.82.5 → 1.83.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/npm-shrinkwrap.json +158 -398
- package/oclif.manifest.json +73 -1
- package/package.json +17 -17
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.83.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "1.
|
|
9
|
+
"version": "1.83.0",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "2.8.5",
|
|
@@ -20,24 +20,24 @@
|
|
|
20
20
|
"@oclif/plugin-version": "1.3.4",
|
|
21
21
|
"@oclif/plugin-warn-if-update-available": "2.0.37",
|
|
22
22
|
"@oclif/plugin-which": "2.2.22",
|
|
23
|
-
"@salesforce/core": "4.
|
|
24
|
-
"@salesforce/plugin-apex": "2.3.
|
|
23
|
+
"@salesforce/core": "4.2.0",
|
|
24
|
+
"@salesforce/plugin-apex": "2.3.3",
|
|
25
25
|
"@salesforce/plugin-auth": "2.8.1",
|
|
26
|
-
"@salesforce/plugin-data": "2.3.
|
|
27
|
-
"@salesforce/plugin-deploy-retrieve": "1.11.
|
|
26
|
+
"@salesforce/plugin-data": "2.3.22",
|
|
27
|
+
"@salesforce/plugin-deploy-retrieve": "1.11.7",
|
|
28
28
|
"@salesforce/plugin-info": "2.6.19",
|
|
29
29
|
"@salesforce/plugin-limits": "2.3.18",
|
|
30
30
|
"@salesforce/plugin-login": "1.2.11",
|
|
31
|
-
"@salesforce/plugin-org": "2.9.
|
|
31
|
+
"@salesforce/plugin-org": "2.9.8",
|
|
32
32
|
"@salesforce/plugin-schema": "2.3.12",
|
|
33
|
-
"@salesforce/plugin-settings": "1.4.
|
|
34
|
-
"@salesforce/plugin-sobject": "0.1.
|
|
35
|
-
"@salesforce/plugin-source": "2.10.
|
|
33
|
+
"@salesforce/plugin-settings": "1.4.11",
|
|
34
|
+
"@salesforce/plugin-sobject": "0.1.24",
|
|
35
|
+
"@salesforce/plugin-source": "2.10.14",
|
|
36
36
|
"@salesforce/plugin-telemetry": "2.2.0",
|
|
37
37
|
"@salesforce/plugin-templates": "55.4.20",
|
|
38
38
|
"@salesforce/plugin-trust": "2.4.20",
|
|
39
|
-
"@salesforce/plugin-user": "2.3.
|
|
40
|
-
"@salesforce/sf-plugins-core": "3.0.
|
|
39
|
+
"@salesforce/plugin-user": "2.3.17",
|
|
40
|
+
"@salesforce/sf-plugins-core": "3.0.3",
|
|
41
41
|
"debug": "^4.3.4",
|
|
42
42
|
"semver": "^7.3.8",
|
|
43
43
|
"tslib": "^2.4.1"
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"@salesforce/ts-sinon": "^1.4.8",
|
|
55
55
|
"@types/debug": "^4.1.8",
|
|
56
56
|
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
|
57
|
-
"@typescript-eslint/parser": "^5.59.
|
|
57
|
+
"@typescript-eslint/parser": "^5.59.9",
|
|
58
58
|
"aws-sdk": "^2.1386.0",
|
|
59
59
|
"chai": "^4.3.7",
|
|
60
|
-
"eslint": "^8.
|
|
60
|
+
"eslint": "^8.42.0",
|
|
61
61
|
"eslint-config-oclif": "^3.1",
|
|
62
62
|
"eslint-config-oclif-typescript": "^0.2.0",
|
|
63
63
|
"eslint-config-prettier": "^8.7.0",
|
|
@@ -1405,9 +1405,9 @@
|
|
|
1405
1405
|
}
|
|
1406
1406
|
},
|
|
1407
1407
|
"node_modules/@eslint/js": {
|
|
1408
|
-
"version": "8.
|
|
1409
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.
|
|
1410
|
-
"integrity": "sha512-
|
|
1408
|
+
"version": "8.42.0",
|
|
1409
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.42.0.tgz",
|
|
1410
|
+
"integrity": "sha512-6SWlXpWU5AvId8Ac7zjzmIOqMOba/JWY8XZ4A7q7Gn1Vlfg/SFFIlrtHXt9nPn4op9ZPAkl91Jao+QQv3r/ukw==",
|
|
1411
1411
|
"dev": true,
|
|
1412
1412
|
"license": "MIT",
|
|
1413
1413
|
"engines": {
|
|
@@ -1421,9 +1421,9 @@
|
|
|
1421
1421
|
"license": "MIT"
|
|
1422
1422
|
},
|
|
1423
1423
|
"node_modules/@humanwhocodes/config-array": {
|
|
1424
|
-
"version": "0.11.
|
|
1425
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.
|
|
1426
|
-
"integrity": "sha512-
|
|
1424
|
+
"version": "0.11.10",
|
|
1425
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz",
|
|
1426
|
+
"integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==",
|
|
1427
1427
|
"dev": true,
|
|
1428
1428
|
"license": "Apache-2.0",
|
|
1429
1429
|
"dependencies": {
|
|
@@ -8475,25 +8475,25 @@
|
|
|
8475
8475
|
}
|
|
8476
8476
|
},
|
|
8477
8477
|
"node_modules/@salesforce/core": {
|
|
8478
|
-
"version": "4.
|
|
8479
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.
|
|
8480
|
-
"integrity": "sha512-
|
|
8478
|
+
"version": "4.2.0",
|
|
8479
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.2.0.tgz",
|
|
8480
|
+
"integrity": "sha512-YXHhxY7x/7XvzJIuUl0U4NZXxjr74NS5/DY2+vriDcChwbBvmUqRGBVUbfEP5/p+xQrbaZZd5rKEiMLd+Xqnvw==",
|
|
8481
8481
|
"license": "BSD-3-Clause",
|
|
8482
8482
|
"dependencies": {
|
|
8483
8483
|
"@salesforce/bunyan": "^2.0.0",
|
|
8484
8484
|
"@salesforce/kit": "^3.0.2",
|
|
8485
8485
|
"@salesforce/schemas": "^1.5.1",
|
|
8486
|
-
"@salesforce/ts-types": "^2.0.
|
|
8487
|
-
"@types/semver": "^7.
|
|
8486
|
+
"@salesforce/ts-types": "^2.0.2",
|
|
8487
|
+
"@types/semver": "^7.5.0",
|
|
8488
8488
|
"ajv": "^8.12.0",
|
|
8489
|
-
"archiver": "^5.3.0",
|
|
8490
8489
|
"change-case": "^4.1.2",
|
|
8491
8490
|
"debug": "^3.2.7",
|
|
8492
8491
|
"faye": "^1.4.0",
|
|
8493
8492
|
"form-data": "^4.0.0",
|
|
8494
8493
|
"js2xmlparser": "^4.0.1",
|
|
8495
|
-
"jsforce": "^2.0.0-beta.
|
|
8494
|
+
"jsforce": "^2.0.0-beta.24",
|
|
8496
8495
|
"jsonwebtoken": "9.0.0",
|
|
8496
|
+
"jszip": "3.10.1",
|
|
8497
8497
|
"proper-lockfile": "^4.1.2",
|
|
8498
8498
|
"ts-retry-promise": "^0.7.0"
|
|
8499
8499
|
},
|
|
@@ -9040,9 +9040,9 @@
|
|
|
9040
9040
|
}
|
|
9041
9041
|
},
|
|
9042
9042
|
"node_modules/@salesforce/plugin-apex": {
|
|
9043
|
-
"version": "2.3.
|
|
9044
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-2.3.
|
|
9045
|
-
"integrity": "sha512-
|
|
9043
|
+
"version": "2.3.3",
|
|
9044
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-2.3.3.tgz",
|
|
9045
|
+
"integrity": "sha512-JYJZ4zj9uOkoPNZ6ccAHC4k+y8rQ3Al25LAQ3k51AsLQlXUPtAUVDCTWSc3J8jOyEy1UpeEEr3ELQpmhtgxkDA==",
|
|
9046
9046
|
"license": "BSD-3-Clause",
|
|
9047
9047
|
"dependencies": {
|
|
9048
9048
|
"@oclif/core": "^2.8.5",
|
|
@@ -9241,9 +9241,9 @@
|
|
|
9241
9241
|
"license": "MIT"
|
|
9242
9242
|
},
|
|
9243
9243
|
"node_modules/@salesforce/plugin-data": {
|
|
9244
|
-
"version": "2.3.
|
|
9245
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.3.
|
|
9246
|
-
"integrity": "sha512-
|
|
9244
|
+
"version": "2.3.22",
|
|
9245
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.3.22.tgz",
|
|
9246
|
+
"integrity": "sha512-SpLwHBC7ahZh8/HKrxh7BlbZ2zfvVUX5hGTO0gkRHbTIMcapSv8XnEaWcIDQ9194ttlwe9/eqxg+qnzlZR3TMw==",
|
|
9247
9247
|
"license": "BSD-3-Clause",
|
|
9248
9248
|
"dependencies": {
|
|
9249
9249
|
"@oclif/core": "^2.8.2",
|
|
@@ -9262,14 +9262,14 @@
|
|
|
9262
9262
|
}
|
|
9263
9263
|
},
|
|
9264
9264
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
9265
|
-
"version": "1.11.
|
|
9266
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.11.
|
|
9267
|
-
"integrity": "sha512-
|
|
9265
|
+
"version": "1.11.7",
|
|
9266
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.11.7.tgz",
|
|
9267
|
+
"integrity": "sha512-Otwz6uLQvZBrFyS6hZKEmQvZ20UJdlJs8rjwHJZ6EOt76eajquB3k4+9Z+72X58BYpV7CrBXQHeM0QvVNsPaCA==",
|
|
9268
9268
|
"license": "BSD-3-Clause",
|
|
9269
9269
|
"dependencies": {
|
|
9270
9270
|
"@oclif/core": "^2.8.2",
|
|
9271
9271
|
"@salesforce/apex-node": "^1.6.2",
|
|
9272
|
-
"@salesforce/core": "^4.1.
|
|
9272
|
+
"@salesforce/core": "^4.1.2",
|
|
9273
9273
|
"@salesforce/kit": "^3.0.2",
|
|
9274
9274
|
"@salesforce/sf-plugins-core": "^3.0.2",
|
|
9275
9275
|
"@salesforce/source-deploy-retrieve": "^9.1.0",
|
|
@@ -9443,9 +9443,9 @@
|
|
|
9443
9443
|
"license": "MIT"
|
|
9444
9444
|
},
|
|
9445
9445
|
"node_modules/@salesforce/plugin-org": {
|
|
9446
|
-
"version": "2.9.
|
|
9447
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.9.
|
|
9448
|
-
"integrity": "sha512-
|
|
9446
|
+
"version": "2.9.8",
|
|
9447
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.9.8.tgz",
|
|
9448
|
+
"integrity": "sha512-J88fv1AhTuFsAxATPD41IIOwzHd4mrLseCq6l8wEDLRQj0J9XBYU87c2TwzYkiA0nzpYgFE2czhP/e9iP8fSHg==",
|
|
9449
9449
|
"license": "BSD-3-Clause",
|
|
9450
9450
|
"dependencies": {
|
|
9451
9451
|
"@oclif/core": "^2.8.2",
|
|
@@ -9757,113 +9757,25 @@
|
|
|
9757
9757
|
}
|
|
9758
9758
|
},
|
|
9759
9759
|
"node_modules/@salesforce/plugin-settings": {
|
|
9760
|
-
"version": "1.4.
|
|
9761
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.
|
|
9762
|
-
"integrity": "sha512
|
|
9760
|
+
"version": "1.4.11",
|
|
9761
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.11.tgz",
|
|
9762
|
+
"integrity": "sha512-Fc9ELVjsL/aAuR3nCkCMQlFIXApRYucbPEEKRQWPCeKdJlVXqU8hnOJWvxG6dsZPehyPgMmi2W7EWdML4XfjKg==",
|
|
9763
9763
|
"license": "BSD-3-Clause",
|
|
9764
9764
|
"dependencies": {
|
|
9765
9765
|
"@oclif/core": "^2.8.2",
|
|
9766
|
-
"@salesforce/core": "^
|
|
9767
|
-
"@salesforce/sf-plugins-core": "^
|
|
9766
|
+
"@salesforce/core": "^4.0.1",
|
|
9767
|
+
"@salesforce/sf-plugins-core": "^3.0.2",
|
|
9768
9768
|
"fast-levenshtein": "^3.0.0",
|
|
9769
9769
|
"tslib": "^2"
|
|
9770
9770
|
},
|
|
9771
9771
|
"engines": {
|
|
9772
|
-
"node": ">=
|
|
9773
|
-
}
|
|
9774
|
-
},
|
|
9775
|
-
"node_modules/@salesforce/plugin-settings/node_modules/@salesforce/core": {
|
|
9776
|
-
"version": "3.36.2",
|
|
9777
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.36.2.tgz",
|
|
9778
|
-
"integrity": "sha512-IS1rR6Y0tMJYx/+TOAUQ9Gs+Vtum0MHLGfodT7ZJMQZQHEp1S4o0BJ8676uq5sASAnVL64GA+Et/LWCCOWWEuw==",
|
|
9779
|
-
"license": "BSD-3-Clause",
|
|
9780
|
-
"dependencies": {
|
|
9781
|
-
"@salesforce/bunyan": "^2.0.0",
|
|
9782
|
-
"@salesforce/kit": "^1.9.2",
|
|
9783
|
-
"@salesforce/schemas": "^1.5.1",
|
|
9784
|
-
"@salesforce/ts-types": "^1.7.2",
|
|
9785
|
-
"@types/semver": "^7.3.13",
|
|
9786
|
-
"ajv": "^8.12.0",
|
|
9787
|
-
"archiver": "^5.3.0",
|
|
9788
|
-
"change-case": "^4.1.2",
|
|
9789
|
-
"debug": "^3.2.7",
|
|
9790
|
-
"faye": "^1.4.0",
|
|
9791
|
-
"form-data": "^4.0.0",
|
|
9792
|
-
"js2xmlparser": "^4.0.1",
|
|
9793
|
-
"jsforce": "^2.0.0-beta.23",
|
|
9794
|
-
"jsonwebtoken": "9.0.0",
|
|
9795
|
-
"ts-retry-promise": "^0.7.0"
|
|
9796
|
-
}
|
|
9797
|
-
},
|
|
9798
|
-
"node_modules/@salesforce/plugin-settings/node_modules/@salesforce/kit": {
|
|
9799
|
-
"version": "1.9.2",
|
|
9800
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.9.2.tgz",
|
|
9801
|
-
"integrity": "sha512-kjZvjFNP6njhAiEa/ErdLXSDWZKafHYJyKCKz1wnSFmDM8TOpKHCCVw5cQo87ZQr8OqxqwUDIAlSBLyMzKi4Lg==",
|
|
9802
|
-
"license": "BSD-3-Clause",
|
|
9803
|
-
"dependencies": {
|
|
9804
|
-
"@salesforce/ts-types": "^1.7.3",
|
|
9805
|
-
"shx": "^0.3.3",
|
|
9806
|
-
"tslib": "^2.5.0"
|
|
9807
|
-
}
|
|
9808
|
-
},
|
|
9809
|
-
"node_modules/@salesforce/plugin-settings/node_modules/@salesforce/sf-plugins-core": {
|
|
9810
|
-
"version": "2.4.3",
|
|
9811
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-2.4.3.tgz",
|
|
9812
|
-
"integrity": "sha512-gB1GY5GscR5vjLC2GJTO7hjmKH1IqeMj1cvvsnTdKpb3z0GAMpCZN3gPyC9OiIEE2JBQSlm3HUV4K+4zcMJjmQ==",
|
|
9813
|
-
"license": "BSD-3-Clause",
|
|
9814
|
-
"dependencies": {
|
|
9815
|
-
"@oclif/core": "^2.8.5",
|
|
9816
|
-
"@salesforce/core": "^3.36.1",
|
|
9817
|
-
"@salesforce/kit": "^1.9.2",
|
|
9818
|
-
"@salesforce/ts-types": "^1.7.3",
|
|
9819
|
-
"chalk": "^4",
|
|
9820
|
-
"inquirer": "^8.2.5"
|
|
9821
|
-
}
|
|
9822
|
-
},
|
|
9823
|
-
"node_modules/@salesforce/plugin-settings/node_modules/@salesforce/ts-types": {
|
|
9824
|
-
"version": "1.7.3",
|
|
9825
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-1.7.3.tgz",
|
|
9826
|
-
"integrity": "sha512-jpmekGqZ7tpHRJwf1rF0yBJ/IMC5mOrryNi4HZkKuNQn8RF97WpynmL8Om04mLTCESvCiif3y7NWfIcxtID2Gw==",
|
|
9827
|
-
"license": "BSD-3-Clause",
|
|
9828
|
-
"dependencies": {
|
|
9829
|
-
"tslib": "^2.5.0"
|
|
9830
|
-
}
|
|
9831
|
-
},
|
|
9832
|
-
"node_modules/@salesforce/plugin-settings/node_modules/ajv": {
|
|
9833
|
-
"version": "8.12.0",
|
|
9834
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
9835
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
9836
|
-
"license": "MIT",
|
|
9837
|
-
"dependencies": {
|
|
9838
|
-
"fast-deep-equal": "^3.1.1",
|
|
9839
|
-
"json-schema-traverse": "^1.0.0",
|
|
9840
|
-
"require-from-string": "^2.0.2",
|
|
9841
|
-
"uri-js": "^4.2.2"
|
|
9842
|
-
},
|
|
9843
|
-
"funding": {
|
|
9844
|
-
"type": "github",
|
|
9845
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
9846
|
-
}
|
|
9847
|
-
},
|
|
9848
|
-
"node_modules/@salesforce/plugin-settings/node_modules/debug": {
|
|
9849
|
-
"version": "3.2.7",
|
|
9850
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
9851
|
-
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
9852
|
-
"license": "MIT",
|
|
9853
|
-
"dependencies": {
|
|
9854
|
-
"ms": "^2.1.1"
|
|
9772
|
+
"node": ">=16.0.0"
|
|
9855
9773
|
}
|
|
9856
9774
|
},
|
|
9857
|
-
"node_modules/@salesforce/plugin-settings/node_modules/json-schema-traverse": {
|
|
9858
|
-
"version": "1.0.0",
|
|
9859
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9860
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9861
|
-
"license": "MIT"
|
|
9862
|
-
},
|
|
9863
9775
|
"node_modules/@salesforce/plugin-sobject": {
|
|
9864
|
-
"version": "0.1.
|
|
9865
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.1.
|
|
9866
|
-
"integrity": "sha512-
|
|
9776
|
+
"version": "0.1.24",
|
|
9777
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.1.24.tgz",
|
|
9778
|
+
"integrity": "sha512-rQYUk1vI6ubHWDrz0mnKCReQ5sU1lxjNe+dOsyocqtLz5ag3FgD3xemSY9B31npz7paeIW4+XjYHC7CrXkebTw==",
|
|
9867
9779
|
"license": "BSD-3-Clause",
|
|
9868
9780
|
"dependencies": {
|
|
9869
9781
|
"@oclif/core": "^2.8.2",
|
|
@@ -9872,7 +9784,7 @@
|
|
|
9872
9784
|
"@salesforce/sf-plugins-core": "^3.0.2",
|
|
9873
9785
|
"change-case": "^4.1.2",
|
|
9874
9786
|
"fast-glob": "^3.2.12",
|
|
9875
|
-
"fast-xml-parser": "^4.2.
|
|
9787
|
+
"fast-xml-parser": "^4.2.4",
|
|
9876
9788
|
"inquirer": "^8.2.5",
|
|
9877
9789
|
"js2xmlparser": "^4.0.2",
|
|
9878
9790
|
"tslib": "^2"
|
|
@@ -9882,9 +9794,9 @@
|
|
|
9882
9794
|
}
|
|
9883
9795
|
},
|
|
9884
9796
|
"node_modules/@salesforce/plugin-source": {
|
|
9885
|
-
"version": "2.10.
|
|
9886
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.
|
|
9887
|
-
"integrity": "sha512-
|
|
9797
|
+
"version": "2.10.14",
|
|
9798
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.14.tgz",
|
|
9799
|
+
"integrity": "sha512-bfzXHqAT8u/HD7PnLuoVel2FKxNPOcnuXHKlfRtTBsKQXRyYMotqXQ207oTdJ9sZIE8DQzDcB2p3dEmXPpLZxw==",
|
|
9888
9800
|
"license": "BSD-3-Clause",
|
|
9889
9801
|
"dependencies": {
|
|
9890
9802
|
"@oclif/core": "^2.8.2",
|
|
@@ -10142,9 +10054,9 @@
|
|
|
10142
10054
|
"license": "MIT"
|
|
10143
10055
|
},
|
|
10144
10056
|
"node_modules/@salesforce/plugin-user": {
|
|
10145
|
-
"version": "2.3.
|
|
10146
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.
|
|
10147
|
-
"integrity": "sha512-
|
|
10057
|
+
"version": "2.3.17",
|
|
10058
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.17.tgz",
|
|
10059
|
+
"integrity": "sha512-ZP/JS7vTBIa1bqxC18RMo8ZDe3I/gg/KIoPEi7W0HLBk5/EX3evHlNiInZ2eiu7FvdWCILwwk244AXEE0VbCwg==",
|
|
10148
10060
|
"license": "BSD-3-Clause",
|
|
10149
10061
|
"dependencies": {
|
|
10150
10062
|
"@oclif/core": "^2.8.2",
|
|
@@ -10172,15 +10084,15 @@
|
|
|
10172
10084
|
"license": "ISC"
|
|
10173
10085
|
},
|
|
10174
10086
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
10175
|
-
"version": "3.0.
|
|
10176
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.0.
|
|
10177
|
-
"integrity": "sha512-
|
|
10087
|
+
"version": "3.0.3",
|
|
10088
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.0.3.tgz",
|
|
10089
|
+
"integrity": "sha512-WPf1PFcHpFJpJMcSTfqPmoQM/t62MtCTO1OcNe36ZulKPmOVd7IRLk4j68s7XESRE58eFXR/LkHMSZesedUZBQ==",
|
|
10178
10090
|
"license": "BSD-3-Clause",
|
|
10179
10091
|
"dependencies": {
|
|
10180
10092
|
"@oclif/core": "^2.8.2",
|
|
10181
|
-
"@salesforce/core": "^4.
|
|
10093
|
+
"@salesforce/core": "^4.1.2",
|
|
10182
10094
|
"@salesforce/kit": "^3.0.2",
|
|
10183
|
-
"@salesforce/ts-types": "^2.0.
|
|
10095
|
+
"@salesforce/ts-types": "^2.0.2",
|
|
10184
10096
|
"chalk": "^4",
|
|
10185
10097
|
"inquirer": "^8.2.5"
|
|
10186
10098
|
},
|
|
@@ -10892,9 +10804,9 @@
|
|
|
10892
10804
|
}
|
|
10893
10805
|
},
|
|
10894
10806
|
"node_modules/@types/semver": {
|
|
10895
|
-
"version": "7.
|
|
10896
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.
|
|
10897
|
-
"integrity": "sha512-
|
|
10807
|
+
"version": "7.5.0",
|
|
10808
|
+
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz",
|
|
10809
|
+
"integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==",
|
|
10898
10810
|
"license": "MIT"
|
|
10899
10811
|
},
|
|
10900
10812
|
"node_modules/@types/sinon": {
|
|
@@ -10982,66 +10894,45 @@
|
|
|
10982
10894
|
"eslint": "*"
|
|
10983
10895
|
}
|
|
10984
10896
|
},
|
|
10985
|
-
"node_modules/@typescript-eslint/
|
|
10986
|
-
"version": "
|
|
10987
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/
|
|
10988
|
-
"integrity": "sha512-
|
|
10897
|
+
"node_modules/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
10898
|
+
"version": "2.34.0",
|
|
10899
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz",
|
|
10900
|
+
"integrity": "sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==",
|
|
10989
10901
|
"dev": true,
|
|
10990
10902
|
"license": "BSD-2-Clause",
|
|
10991
10903
|
"dependencies": {
|
|
10992
|
-
"
|
|
10993
|
-
"
|
|
10994
|
-
"
|
|
10995
|
-
"
|
|
10904
|
+
"debug": "^4.1.1",
|
|
10905
|
+
"eslint-visitor-keys": "^1.1.0",
|
|
10906
|
+
"glob": "^7.1.6",
|
|
10907
|
+
"is-glob": "^4.0.1",
|
|
10908
|
+
"lodash": "^4.17.15",
|
|
10909
|
+
"semver": "^7.3.2",
|
|
10910
|
+
"tsutils": "^3.17.1"
|
|
10996
10911
|
},
|
|
10997
10912
|
"engines": {
|
|
10998
|
-
"node": "^
|
|
10913
|
+
"node": "^8.10.0 || ^10.13.0 || >=11.10.1"
|
|
10999
10914
|
},
|
|
11000
10915
|
"funding": {
|
|
11001
10916
|
"type": "opencollective",
|
|
11002
10917
|
"url": "https://opencollective.com/typescript-eslint"
|
|
11003
10918
|
},
|
|
11004
|
-
"peerDependencies": {
|
|
11005
|
-
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
11006
|
-
},
|
|
11007
10919
|
"peerDependenciesMeta": {
|
|
11008
10920
|
"typescript": {
|
|
11009
10921
|
"optional": true
|
|
11010
10922
|
}
|
|
11011
10923
|
}
|
|
11012
10924
|
},
|
|
11013
|
-
"node_modules/@typescript-eslint/parser
|
|
11014
|
-
"version": "5.59.
|
|
11015
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/
|
|
11016
|
-
"integrity": "sha512-
|
|
11017
|
-
"dev": true,
|
|
11018
|
-
"license": "MIT",
|
|
11019
|
-
"dependencies": {
|
|
11020
|
-
"@typescript-eslint/types": "5.59.7",
|
|
11021
|
-
"@typescript-eslint/visitor-keys": "5.59.7"
|
|
11022
|
-
},
|
|
11023
|
-
"engines": {
|
|
11024
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11025
|
-
},
|
|
11026
|
-
"funding": {
|
|
11027
|
-
"type": "opencollective",
|
|
11028
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
11029
|
-
}
|
|
11030
|
-
},
|
|
11031
|
-
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
|
|
11032
|
-
"version": "5.59.7",
|
|
11033
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz",
|
|
11034
|
-
"integrity": "sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==",
|
|
10925
|
+
"node_modules/@typescript-eslint/parser": {
|
|
10926
|
+
"version": "5.59.9",
|
|
10927
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.9.tgz",
|
|
10928
|
+
"integrity": "sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==",
|
|
11035
10929
|
"dev": true,
|
|
11036
10930
|
"license": "BSD-2-Clause",
|
|
11037
10931
|
"dependencies": {
|
|
11038
|
-
"@typescript-eslint/
|
|
11039
|
-
"@typescript-eslint/
|
|
11040
|
-
"
|
|
11041
|
-
"
|
|
11042
|
-
"is-glob": "^4.0.3",
|
|
11043
|
-
"semver": "^7.3.7",
|
|
11044
|
-
"tsutils": "^3.21.0"
|
|
10932
|
+
"@typescript-eslint/scope-manager": "5.59.9",
|
|
10933
|
+
"@typescript-eslint/types": "5.59.9",
|
|
10934
|
+
"@typescript-eslint/typescript-estree": "5.59.9",
|
|
10935
|
+
"debug": "^4.3.4"
|
|
11045
10936
|
},
|
|
11046
10937
|
"engines": {
|
|
11047
10938
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
@@ -11050,6 +10941,9 @@
|
|
|
11050
10941
|
"type": "opencollective",
|
|
11051
10942
|
"url": "https://opencollective.com/typescript-eslint"
|
|
11052
10943
|
},
|
|
10944
|
+
"peerDependencies": {
|
|
10945
|
+
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
10946
|
+
},
|
|
11053
10947
|
"peerDependenciesMeta": {
|
|
11054
10948
|
"typescript": {
|
|
11055
10949
|
"optional": true
|
|
@@ -11074,51 +10968,6 @@
|
|
|
11074
10968
|
"url": "https://opencollective.com/typescript-eslint"
|
|
11075
10969
|
}
|
|
11076
10970
|
},
|
|
11077
|
-
"node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": {
|
|
11078
|
-
"version": "5.59.9",
|
|
11079
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz",
|
|
11080
|
-
"integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==",
|
|
11081
|
-
"dev": true,
|
|
11082
|
-
"license": "MIT",
|
|
11083
|
-
"engines": {
|
|
11084
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11085
|
-
},
|
|
11086
|
-
"funding": {
|
|
11087
|
-
"type": "opencollective",
|
|
11088
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
11089
|
-
}
|
|
11090
|
-
},
|
|
11091
|
-
"node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/visitor-keys": {
|
|
11092
|
-
"version": "5.59.9",
|
|
11093
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz",
|
|
11094
|
-
"integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==",
|
|
11095
|
-
"dev": true,
|
|
11096
|
-
"license": "MIT",
|
|
11097
|
-
"dependencies": {
|
|
11098
|
-
"@typescript-eslint/types": "5.59.9",
|
|
11099
|
-
"eslint-visitor-keys": "^3.3.0"
|
|
11100
|
-
},
|
|
11101
|
-
"engines": {
|
|
11102
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11103
|
-
},
|
|
11104
|
-
"funding": {
|
|
11105
|
-
"type": "opencollective",
|
|
11106
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
11107
|
-
}
|
|
11108
|
-
},
|
|
11109
|
-
"node_modules/@typescript-eslint/scope-manager/node_modules/eslint-visitor-keys": {
|
|
11110
|
-
"version": "3.4.1",
|
|
11111
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
|
|
11112
|
-
"integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
|
|
11113
|
-
"dev": true,
|
|
11114
|
-
"license": "Apache-2.0",
|
|
11115
|
-
"engines": {
|
|
11116
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11117
|
-
},
|
|
11118
|
-
"funding": {
|
|
11119
|
-
"url": "https://opencollective.com/eslint"
|
|
11120
|
-
}
|
|
11121
|
-
},
|
|
11122
10971
|
"node_modules/@typescript-eslint/type-utils": {
|
|
11123
10972
|
"version": "5.59.9",
|
|
11124
10973
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.9.tgz",
|
|
@@ -11147,7 +10996,7 @@
|
|
|
11147
10996
|
}
|
|
11148
10997
|
}
|
|
11149
10998
|
},
|
|
11150
|
-
"node_modules/@typescript-eslint/
|
|
10999
|
+
"node_modules/@typescript-eslint/types": {
|
|
11151
11000
|
"version": "5.59.9",
|
|
11152
11001
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz",
|
|
11153
11002
|
"integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==",
|
|
@@ -11161,7 +11010,7 @@
|
|
|
11161
11010
|
"url": "https://opencollective.com/typescript-eslint"
|
|
11162
11011
|
}
|
|
11163
11012
|
},
|
|
11164
|
-
"node_modules/@typescript-eslint/
|
|
11013
|
+
"node_modules/@typescript-eslint/typescript-estree": {
|
|
11165
11014
|
"version": "5.59.9",
|
|
11166
11015
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz",
|
|
11167
11016
|
"integrity": "sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==",
|
|
@@ -11189,79 +11038,6 @@
|
|
|
11189
11038
|
}
|
|
11190
11039
|
}
|
|
11191
11040
|
},
|
|
11192
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
11193
|
-
"version": "5.59.9",
|
|
11194
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz",
|
|
11195
|
-
"integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==",
|
|
11196
|
-
"dev": true,
|
|
11197
|
-
"license": "MIT",
|
|
11198
|
-
"dependencies": {
|
|
11199
|
-
"@typescript-eslint/types": "5.59.9",
|
|
11200
|
-
"eslint-visitor-keys": "^3.3.0"
|
|
11201
|
-
},
|
|
11202
|
-
"engines": {
|
|
11203
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11204
|
-
},
|
|
11205
|
-
"funding": {
|
|
11206
|
-
"type": "opencollective",
|
|
11207
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
11208
|
-
}
|
|
11209
|
-
},
|
|
11210
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": {
|
|
11211
|
-
"version": "3.4.1",
|
|
11212
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
|
|
11213
|
-
"integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
|
|
11214
|
-
"dev": true,
|
|
11215
|
-
"license": "Apache-2.0",
|
|
11216
|
-
"engines": {
|
|
11217
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11218
|
-
},
|
|
11219
|
-
"funding": {
|
|
11220
|
-
"url": "https://opencollective.com/eslint"
|
|
11221
|
-
}
|
|
11222
|
-
},
|
|
11223
|
-
"node_modules/@typescript-eslint/types": {
|
|
11224
|
-
"version": "5.59.7",
|
|
11225
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.7.tgz",
|
|
11226
|
-
"integrity": "sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==",
|
|
11227
|
-
"dev": true,
|
|
11228
|
-
"license": "MIT",
|
|
11229
|
-
"engines": {
|
|
11230
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11231
|
-
},
|
|
11232
|
-
"funding": {
|
|
11233
|
-
"type": "opencollective",
|
|
11234
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
11235
|
-
}
|
|
11236
|
-
},
|
|
11237
|
-
"node_modules/@typescript-eslint/typescript-estree": {
|
|
11238
|
-
"version": "2.34.0",
|
|
11239
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz",
|
|
11240
|
-
"integrity": "sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==",
|
|
11241
|
-
"dev": true,
|
|
11242
|
-
"license": "BSD-2-Clause",
|
|
11243
|
-
"dependencies": {
|
|
11244
|
-
"debug": "^4.1.1",
|
|
11245
|
-
"eslint-visitor-keys": "^1.1.0",
|
|
11246
|
-
"glob": "^7.1.6",
|
|
11247
|
-
"is-glob": "^4.0.1",
|
|
11248
|
-
"lodash": "^4.17.15",
|
|
11249
|
-
"semver": "^7.3.2",
|
|
11250
|
-
"tsutils": "^3.17.1"
|
|
11251
|
-
},
|
|
11252
|
-
"engines": {
|
|
11253
|
-
"node": "^8.10.0 || ^10.13.0 || >=11.10.1"
|
|
11254
|
-
},
|
|
11255
|
-
"funding": {
|
|
11256
|
-
"type": "opencollective",
|
|
11257
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
11258
|
-
},
|
|
11259
|
-
"peerDependenciesMeta": {
|
|
11260
|
-
"typescript": {
|
|
11261
|
-
"optional": true
|
|
11262
|
-
}
|
|
11263
|
-
}
|
|
11264
|
-
},
|
|
11265
11041
|
"node_modules/@typescript-eslint/utils": {
|
|
11266
11042
|
"version": "5.59.9",
|
|
11267
11043
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.9.tgz",
|
|
@@ -11289,49 +11065,7 @@
|
|
|
11289
11065
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
11290
11066
|
}
|
|
11291
11067
|
},
|
|
11292
|
-
"node_modules/@typescript-eslint/
|
|
11293
|
-
"version": "5.59.9",
|
|
11294
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz",
|
|
11295
|
-
"integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==",
|
|
11296
|
-
"dev": true,
|
|
11297
|
-
"license": "MIT",
|
|
11298
|
-
"engines": {
|
|
11299
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11300
|
-
},
|
|
11301
|
-
"funding": {
|
|
11302
|
-
"type": "opencollective",
|
|
11303
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
11304
|
-
}
|
|
11305
|
-
},
|
|
11306
|
-
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
11307
|
-
"version": "5.59.9",
|
|
11308
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz",
|
|
11309
|
-
"integrity": "sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==",
|
|
11310
|
-
"dev": true,
|
|
11311
|
-
"license": "BSD-2-Clause",
|
|
11312
|
-
"dependencies": {
|
|
11313
|
-
"@typescript-eslint/types": "5.59.9",
|
|
11314
|
-
"@typescript-eslint/visitor-keys": "5.59.9",
|
|
11315
|
-
"debug": "^4.3.4",
|
|
11316
|
-
"globby": "^11.1.0",
|
|
11317
|
-
"is-glob": "^4.0.3",
|
|
11318
|
-
"semver": "^7.3.7",
|
|
11319
|
-
"tsutils": "^3.21.0"
|
|
11320
|
-
},
|
|
11321
|
-
"engines": {
|
|
11322
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11323
|
-
},
|
|
11324
|
-
"funding": {
|
|
11325
|
-
"type": "opencollective",
|
|
11326
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
11327
|
-
},
|
|
11328
|
-
"peerDependenciesMeta": {
|
|
11329
|
-
"typescript": {
|
|
11330
|
-
"optional": true
|
|
11331
|
-
}
|
|
11332
|
-
}
|
|
11333
|
-
},
|
|
11334
|
-
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
11068
|
+
"node_modules/@typescript-eslint/visitor-keys": {
|
|
11335
11069
|
"version": "5.59.9",
|
|
11336
11070
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz",
|
|
11337
11071
|
"integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==",
|
|
@@ -11349,37 +11083,6 @@
|
|
|
11349
11083
|
"url": "https://opencollective.com/typescript-eslint"
|
|
11350
11084
|
}
|
|
11351
11085
|
},
|
|
11352
|
-
"node_modules/@typescript-eslint/utils/node_modules/eslint-visitor-keys": {
|
|
11353
|
-
"version": "3.4.1",
|
|
11354
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
|
|
11355
|
-
"integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
|
|
11356
|
-
"dev": true,
|
|
11357
|
-
"license": "Apache-2.0",
|
|
11358
|
-
"engines": {
|
|
11359
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11360
|
-
},
|
|
11361
|
-
"funding": {
|
|
11362
|
-
"url": "https://opencollective.com/eslint"
|
|
11363
|
-
}
|
|
11364
|
-
},
|
|
11365
|
-
"node_modules/@typescript-eslint/visitor-keys": {
|
|
11366
|
-
"version": "5.59.7",
|
|
11367
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz",
|
|
11368
|
-
"integrity": "sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==",
|
|
11369
|
-
"dev": true,
|
|
11370
|
-
"license": "MIT",
|
|
11371
|
-
"dependencies": {
|
|
11372
|
-
"@typescript-eslint/types": "5.59.7",
|
|
11373
|
-
"eslint-visitor-keys": "^3.3.0"
|
|
11374
|
-
},
|
|
11375
|
-
"engines": {
|
|
11376
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11377
|
-
},
|
|
11378
|
-
"funding": {
|
|
11379
|
-
"type": "opencollective",
|
|
11380
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
11381
|
-
}
|
|
11382
|
-
},
|
|
11383
11086
|
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
|
11384
11087
|
"version": "3.4.1",
|
|
11385
11088
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
|
|
@@ -14760,17 +14463,17 @@
|
|
|
14760
14463
|
}
|
|
14761
14464
|
},
|
|
14762
14465
|
"node_modules/eslint": {
|
|
14763
|
-
"version": "8.
|
|
14764
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.
|
|
14765
|
-
"integrity": "sha512-
|
|
14466
|
+
"version": "8.42.0",
|
|
14467
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.42.0.tgz",
|
|
14468
|
+
"integrity": "sha512-ulg9Ms6E1WPf67PHaEY4/6E2tEn5/f7FXGzr3t9cBMugOmf1INYvuUwwh1aXQN4MfJ6a5K2iNwP3w4AColvI9A==",
|
|
14766
14469
|
"dev": true,
|
|
14767
14470
|
"license": "MIT",
|
|
14768
14471
|
"dependencies": {
|
|
14769
14472
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
14770
14473
|
"@eslint-community/regexpp": "^4.4.0",
|
|
14771
14474
|
"@eslint/eslintrc": "^2.0.3",
|
|
14772
|
-
"@eslint/js": "8.
|
|
14773
|
-
"@humanwhocodes/config-array": "^0.11.
|
|
14475
|
+
"@eslint/js": "8.42.0",
|
|
14476
|
+
"@humanwhocodes/config-array": "^0.11.10",
|
|
14774
14477
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
14775
14478
|
"@nodelib/fs.walk": "^1.2.8",
|
|
14776
14479
|
"ajv": "^6.10.0",
|
|
@@ -14921,6 +14624,50 @@
|
|
|
14921
14624
|
}
|
|
14922
14625
|
}
|
|
14923
14626
|
},
|
|
14627
|
+
"node_modules/eslint-config-oclif-typescript/node_modules/@typescript-eslint/typescript-estree": {
|
|
14628
|
+
"version": "2.34.0",
|
|
14629
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz",
|
|
14630
|
+
"integrity": "sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==",
|
|
14631
|
+
"dev": true,
|
|
14632
|
+
"license": "BSD-2-Clause",
|
|
14633
|
+
"dependencies": {
|
|
14634
|
+
"debug": "^4.1.1",
|
|
14635
|
+
"eslint-visitor-keys": "^1.1.0",
|
|
14636
|
+
"glob": "^7.1.6",
|
|
14637
|
+
"is-glob": "^4.0.1",
|
|
14638
|
+
"lodash": "^4.17.15",
|
|
14639
|
+
"semver": "^7.3.2",
|
|
14640
|
+
"tsutils": "^3.17.1"
|
|
14641
|
+
},
|
|
14642
|
+
"engines": {
|
|
14643
|
+
"node": "^8.10.0 || ^10.13.0 || >=11.10.1"
|
|
14644
|
+
},
|
|
14645
|
+
"funding": {
|
|
14646
|
+
"type": "opencollective",
|
|
14647
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
14648
|
+
},
|
|
14649
|
+
"peerDependenciesMeta": {
|
|
14650
|
+
"typescript": {
|
|
14651
|
+
"optional": true
|
|
14652
|
+
}
|
|
14653
|
+
}
|
|
14654
|
+
},
|
|
14655
|
+
"node_modules/eslint-config-oclif-typescript/node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
|
|
14656
|
+
"version": "7.5.1",
|
|
14657
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.1.tgz",
|
|
14658
|
+
"integrity": "sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw==",
|
|
14659
|
+
"dev": true,
|
|
14660
|
+
"license": "ISC",
|
|
14661
|
+
"dependencies": {
|
|
14662
|
+
"lru-cache": "^6.0.0"
|
|
14663
|
+
},
|
|
14664
|
+
"bin": {
|
|
14665
|
+
"semver": "bin/semver.js"
|
|
14666
|
+
},
|
|
14667
|
+
"engines": {
|
|
14668
|
+
"node": ">=10"
|
|
14669
|
+
}
|
|
14670
|
+
},
|
|
14924
14671
|
"node_modules/eslint-config-oclif-typescript/node_modules/eslint-plugin-node": {
|
|
14925
14672
|
"version": "7.0.1",
|
|
14926
14673
|
"resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-7.0.1.tgz",
|
|
@@ -14988,6 +14735,19 @@
|
|
|
14988
14735
|
"node": ">= 4"
|
|
14989
14736
|
}
|
|
14990
14737
|
},
|
|
14738
|
+
"node_modules/eslint-config-oclif-typescript/node_modules/lru-cache": {
|
|
14739
|
+
"version": "6.0.0",
|
|
14740
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
14741
|
+
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
14742
|
+
"dev": true,
|
|
14743
|
+
"license": "ISC",
|
|
14744
|
+
"dependencies": {
|
|
14745
|
+
"yallist": "^4.0.0"
|
|
14746
|
+
},
|
|
14747
|
+
"engines": {
|
|
14748
|
+
"node": ">=10"
|
|
14749
|
+
}
|
|
14750
|
+
},
|
|
14991
14751
|
"node_modules/eslint-config-oclif-typescript/node_modules/semver": {
|
|
14992
14752
|
"version": "5.7.1",
|
|
14993
14753
|
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
|
|
@@ -15937,9 +15697,9 @@
|
|
|
15937
15697
|
}
|
|
15938
15698
|
},
|
|
15939
15699
|
"node_modules/fast-xml-parser": {
|
|
15940
|
-
"version": "4.2.
|
|
15941
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.
|
|
15942
|
-
"integrity": "sha512-
|
|
15700
|
+
"version": "4.2.4",
|
|
15701
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.4.tgz",
|
|
15702
|
+
"integrity": "sha512-fbfMDvgBNIdDJLdLOwacjFAPYt67tr31H9ZhWSm45CDAxvd0I6WTlSOUo7K2P/K5sA5JgMKG64PI3DMcaFdWpQ==",
|
|
15943
15703
|
"funding": [
|
|
15944
15704
|
{
|
|
15945
15705
|
"type": "paypal",
|
|
@@ -18355,9 +18115,9 @@
|
|
|
18355
18115
|
}
|
|
18356
18116
|
},
|
|
18357
18117
|
"node_modules/jsforce": {
|
|
18358
|
-
"version": "2.0.0-beta.
|
|
18359
|
-
"resolved": "https://registry.npmjs.org/jsforce/-/jsforce-2.0.0-beta.
|
|
18360
|
-
"integrity": "sha512-
|
|
18118
|
+
"version": "2.0.0-beta.24",
|
|
18119
|
+
"resolved": "https://registry.npmjs.org/jsforce/-/jsforce-2.0.0-beta.24.tgz",
|
|
18120
|
+
"integrity": "sha512-rbDC9Y054Ele3qlDyFZxFY6RRyqpH7DKPYhAwBM2TIzqOl9OG35EB4lnJLaIuv/MZVA2mvTIV/TwxVv8PiB1EA==",
|
|
18361
18121
|
"license": "MIT",
|
|
18362
18122
|
"dependencies": {
|
|
18363
18123
|
"@babel/runtime": "^7.12.5",
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.83.0",
|
|
3
3
|
"commands": {
|
|
4
4
|
"cmdt:generate:field": {
|
|
5
5
|
"id": "cmdt:generate:field",
|
|
@@ -4240,6 +4240,78 @@
|
|
|
4240
4240
|
"requiresProject": true,
|
|
4241
4241
|
"hasDynamicHelp": true
|
|
4242
4242
|
},
|
|
4243
|
+
"package:version:retrieve": {
|
|
4244
|
+
"id": "package:version:retrieve",
|
|
4245
|
+
"summary": "Retrieve package metadata for a specified package version.",
|
|
4246
|
+
"description": "Retrieving a package version downloads the metadata into the directory you specify.\n\nYou can retrieve metadata for a second- or first-generation managed package, or an unlocked package.\n\nSpecify the subscriber package version ID (starts with 04t) and the path to an empty directory when you run this command.",
|
|
4247
|
+
"strict": true,
|
|
4248
|
+
"pluginName": "@salesforce/plugin-packaging",
|
|
4249
|
+
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4250
|
+
"pluginType": "jit",
|
|
4251
|
+
"hidden": true,
|
|
4252
|
+
"aliases": [],
|
|
4253
|
+
"examples": [
|
|
4254
|
+
"Retrieve package metadata for a subscriber package version ID (starts with 04t) into my-folder/ within your Salesforce DX project directory:\n<%= config.bin %> <%= command.id %> --package 04t... --output-dir my-folder –-target-org my-scratch\nIf you omit --target-org, this command runs against your default org."
|
|
4255
|
+
],
|
|
4256
|
+
"flags": {
|
|
4257
|
+
"json": {
|
|
4258
|
+
"name": "json",
|
|
4259
|
+
"type": "boolean",
|
|
4260
|
+
"description": "Format output as json.",
|
|
4261
|
+
"helpGroup": "GLOBAL",
|
|
4262
|
+
"allowNo": false
|
|
4263
|
+
},
|
|
4264
|
+
"loglevel": {
|
|
4265
|
+
"name": "loglevel",
|
|
4266
|
+
"type": "option",
|
|
4267
|
+
"hidden": true,
|
|
4268
|
+
"multiple": false,
|
|
4269
|
+
"deprecated": {
|
|
4270
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
4271
|
+
}
|
|
4272
|
+
},
|
|
4273
|
+
"api-version": {
|
|
4274
|
+
"name": "api-version",
|
|
4275
|
+
"type": "option",
|
|
4276
|
+
"description": "Override the api version used for api requests made by this command",
|
|
4277
|
+
"multiple": false,
|
|
4278
|
+
"aliases": [
|
|
4279
|
+
"apiversion"
|
|
4280
|
+
]
|
|
4281
|
+
},
|
|
4282
|
+
"target-org": {
|
|
4283
|
+
"name": "target-org",
|
|
4284
|
+
"type": "option",
|
|
4285
|
+
"char": "o",
|
|
4286
|
+
"summary": "Username or alias of the target org.",
|
|
4287
|
+
"required": true,
|
|
4288
|
+
"multiple": false,
|
|
4289
|
+
"aliases": [
|
|
4290
|
+
"targetusername",
|
|
4291
|
+
"u"
|
|
4292
|
+
]
|
|
4293
|
+
},
|
|
4294
|
+
"package": {
|
|
4295
|
+
"name": "package",
|
|
4296
|
+
"type": "option",
|
|
4297
|
+
"char": "p",
|
|
4298
|
+
"summary": "Subscriber package version ID (starts with 04t).",
|
|
4299
|
+
"required": true,
|
|
4300
|
+
"multiple": false
|
|
4301
|
+
},
|
|
4302
|
+
"output-dir": {
|
|
4303
|
+
"name": "output-dir",
|
|
4304
|
+
"type": "option",
|
|
4305
|
+
"char": "d",
|
|
4306
|
+
"summary": "Path within your Salesforce DX project directory in which to download the metadata. This directory must be empty.",
|
|
4307
|
+
"multiple": false,
|
|
4308
|
+
"default": "force-app"
|
|
4309
|
+
}
|
|
4310
|
+
},
|
|
4311
|
+
"args": {},
|
|
4312
|
+
"requiresProject": true,
|
|
4313
|
+
"hasDynamicHelp": true
|
|
4314
|
+
},
|
|
4243
4315
|
"package:version:update": {
|
|
4244
4316
|
"id": "package:version:update",
|
|
4245
4317
|
"summary": "Update a package version.",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.83.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run"
|
|
@@ -62,15 +62,15 @@
|
|
|
62
62
|
"@salesforce/plugin-user"
|
|
63
63
|
],
|
|
64
64
|
"jitPlugins": {
|
|
65
|
-
"@salesforce/plugin-custom-metadata": "2.1.
|
|
65
|
+
"@salesforce/plugin-custom-metadata": "2.1.25",
|
|
66
66
|
"@salesforce/plugin-community": "2.3.1",
|
|
67
|
-
"@salesforce/plugin-dev": "0.7.
|
|
67
|
+
"@salesforce/plugin-dev": "0.7.9",
|
|
68
68
|
"@salesforce/plugin-env": "2.1.9",
|
|
69
69
|
"@salesforce/plugin-functions": "1.21.10",
|
|
70
|
-
"@salesforce/plugin-packaging": "1.
|
|
70
|
+
"@salesforce/plugin-packaging": "1.19.0",
|
|
71
71
|
"@salesforce/plugin-signups": "1.4.21",
|
|
72
72
|
"@salesforce/sfdx-plugin-lwc-test": "1.0.2",
|
|
73
|
-
"@salesforce/sfdx-scanner": "3.
|
|
73
|
+
"@salesforce/sfdx-scanner": "3.13.0"
|
|
74
74
|
},
|
|
75
75
|
"devPlugins": [
|
|
76
76
|
"@oclif/plugin-command-snapshot",
|
|
@@ -123,24 +123,24 @@
|
|
|
123
123
|
"@oclif/plugin-version": "1.3.4",
|
|
124
124
|
"@oclif/plugin-warn-if-update-available": "2.0.37",
|
|
125
125
|
"@oclif/plugin-which": "2.2.22",
|
|
126
|
-
"@salesforce/core": "4.
|
|
127
|
-
"@salesforce/plugin-apex": "2.3.
|
|
126
|
+
"@salesforce/core": "4.2.0",
|
|
127
|
+
"@salesforce/plugin-apex": "2.3.3",
|
|
128
128
|
"@salesforce/plugin-auth": "2.8.1",
|
|
129
|
-
"@salesforce/plugin-data": "2.3.
|
|
130
|
-
"@salesforce/plugin-deploy-retrieve": "1.11.
|
|
129
|
+
"@salesforce/plugin-data": "2.3.22",
|
|
130
|
+
"@salesforce/plugin-deploy-retrieve": "1.11.7",
|
|
131
131
|
"@salesforce/plugin-info": "2.6.19",
|
|
132
132
|
"@salesforce/plugin-limits": "2.3.18",
|
|
133
133
|
"@salesforce/plugin-login": "1.2.11",
|
|
134
|
-
"@salesforce/plugin-org": "2.9.
|
|
134
|
+
"@salesforce/plugin-org": "2.9.8",
|
|
135
135
|
"@salesforce/plugin-schema": "2.3.12",
|
|
136
|
-
"@salesforce/plugin-settings": "1.4.
|
|
137
|
-
"@salesforce/plugin-sobject": "0.1.
|
|
138
|
-
"@salesforce/plugin-source": "2.10.
|
|
136
|
+
"@salesforce/plugin-settings": "1.4.11",
|
|
137
|
+
"@salesforce/plugin-sobject": "0.1.24",
|
|
138
|
+
"@salesforce/plugin-source": "2.10.14",
|
|
139
139
|
"@salesforce/plugin-telemetry": "2.2.0",
|
|
140
140
|
"@salesforce/plugin-templates": "55.4.20",
|
|
141
141
|
"@salesforce/plugin-trust": "2.4.20",
|
|
142
|
-
"@salesforce/plugin-user": "2.3.
|
|
143
|
-
"@salesforce/sf-plugins-core": "3.0.
|
|
142
|
+
"@salesforce/plugin-user": "2.3.17",
|
|
143
|
+
"@salesforce/sf-plugins-core": "3.0.3",
|
|
144
144
|
"debug": "^4.3.4",
|
|
145
145
|
"semver": "^7.3.8",
|
|
146
146
|
"tslib": "^2.4.1"
|
|
@@ -226,10 +226,10 @@
|
|
|
226
226
|
"@salesforce/ts-sinon": "^1.4.8",
|
|
227
227
|
"@types/debug": "^4.1.8",
|
|
228
228
|
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
|
229
|
-
"@typescript-eslint/parser": "^5.59.
|
|
229
|
+
"@typescript-eslint/parser": "^5.59.9",
|
|
230
230
|
"aws-sdk": "^2.1386.0",
|
|
231
231
|
"chai": "^4.3.7",
|
|
232
|
-
"eslint": "^8.
|
|
232
|
+
"eslint": "^8.42.0",
|
|
233
233
|
"eslint-config-oclif": "^3.1",
|
|
234
234
|
"eslint-config-oclif-typescript": "^0.2.0",
|
|
235
235
|
"eslint-config-prettier": "^8.7.0",
|