@salesforce/cli 1.31.0 → 1.34.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 +6 -0
- package/README.md +1 -1
- package/npm-shrinkwrap.json +2 -188
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [1.34.0](https://github.com/salesforcecli/cli/compare/v1.33.0...v1.34.0) (2022-06-22)
|
|
6
|
+
|
|
7
|
+
## [1.33.0](https://github.com/salesforcecli/cli/compare/v1.32.0...v1.33.0) (2022-06-15)
|
|
8
|
+
|
|
9
|
+
## [1.32.0](https://github.com/salesforcecli/cli/compare/v1.31.0...v1.32.0) (2022-06-08)
|
|
10
|
+
|
|
5
11
|
## [1.31.0](https://github.com/salesforcecli/cli/compare/v1.30.0...v1.31.0) (2022-06-02)
|
|
6
12
|
|
|
7
13
|
## [1.30.0](https://github.com/salesforcecli/cli/compare/v1.29.0...v1.30.0) (2022-05-26)
|
package/README.md
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.34.0",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "1.
|
|
9
|
+
"version": "1.34.0",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^1.9.0",
|
|
@@ -81,17 +81,6 @@
|
|
|
81
81
|
"node": ">=6.0.0"
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
-
"node_modules/@ampproject/remapping/node_modules/@jridgewell/trace-mapping": {
|
|
85
|
-
"version": "0.3.4",
|
|
86
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz",
|
|
87
|
-
"integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==",
|
|
88
|
-
"dev": true,
|
|
89
|
-
"license": "MIT",
|
|
90
|
-
"dependencies": {
|
|
91
|
-
"@jridgewell/resolve-uri": "^3.0.3",
|
|
92
|
-
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
84
|
"node_modules/@babel/code-frame": {
|
|
96
85
|
"version": "7.16.7",
|
|
97
86
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
|
|
@@ -750,20 +739,6 @@
|
|
|
750
739
|
"node": ">=v12"
|
|
751
740
|
}
|
|
752
741
|
},
|
|
753
|
-
"node_modules/@commitlint/load/node_modules/typescript": {
|
|
754
|
-
"version": "4.6.4",
|
|
755
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
|
|
756
|
-
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
|
|
757
|
-
"dev": true,
|
|
758
|
-
"license": "Apache-2.0",
|
|
759
|
-
"bin": {
|
|
760
|
-
"tsc": "bin/tsc",
|
|
761
|
-
"tsserver": "bin/tsserver"
|
|
762
|
-
},
|
|
763
|
-
"engines": {
|
|
764
|
-
"node": ">=4.2.0"
|
|
765
|
-
}
|
|
766
|
-
},
|
|
767
742
|
"node_modules/@commitlint/message": {
|
|
768
743
|
"version": "15.0.0",
|
|
769
744
|
"resolved": "https://registry.npmjs.org/@commitlint/message/-/message-15.0.0.tgz",
|
|
@@ -1046,19 +1021,6 @@
|
|
|
1046
1021
|
"typescript": ">=2.7"
|
|
1047
1022
|
}
|
|
1048
1023
|
},
|
|
1049
|
-
"node_modules/@endemolshinegroup/cosmiconfig-typescript-loader/node_modules/typescript": {
|
|
1050
|
-
"version": "4.6.4",
|
|
1051
|
-
"dev": true,
|
|
1052
|
-
"license": "Apache-2.0",
|
|
1053
|
-
"peer": true,
|
|
1054
|
-
"bin": {
|
|
1055
|
-
"tsc": "bin/tsc",
|
|
1056
|
-
"tsserver": "bin/tsserver"
|
|
1057
|
-
},
|
|
1058
|
-
"engines": {
|
|
1059
|
-
"node": ">=4.2.0"
|
|
1060
|
-
}
|
|
1061
|
-
},
|
|
1062
1024
|
"node_modules/@es-joy/jsdoccomment": {
|
|
1063
1025
|
"version": "0.9.0-alpha.1",
|
|
1064
1026
|
"resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.9.0-alpha.1.tgz",
|
|
@@ -3603,16 +3565,6 @@
|
|
|
3603
3565
|
"dev": true,
|
|
3604
3566
|
"license": "MIT"
|
|
3605
3567
|
},
|
|
3606
|
-
"node_modules/@salesforce/dev-scripts/node_modules/brace-expansion": {
|
|
3607
|
-
"version": "2.0.1",
|
|
3608
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
3609
|
-
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
3610
|
-
"dev": true,
|
|
3611
|
-
"license": "MIT",
|
|
3612
|
-
"dependencies": {
|
|
3613
|
-
"balanced-match": "^1.0.0"
|
|
3614
|
-
}
|
|
3615
|
-
},
|
|
3616
3568
|
"node_modules/@salesforce/dev-scripts/node_modules/debug": {
|
|
3617
3569
|
"version": "2.6.9",
|
|
3618
3570
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
@@ -3717,56 +3669,6 @@
|
|
|
3717
3669
|
"url": "https://opencollective.com/sinon"
|
|
3718
3670
|
}
|
|
3719
3671
|
},
|
|
3720
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typedoc": {
|
|
3721
|
-
"version": "0.22.13",
|
|
3722
|
-
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.13.tgz",
|
|
3723
|
-
"integrity": "sha512-NHNI7Dr6JHa/I3+c62gdRNXBIyX7P33O9TafGLd07ur3MqzcKgwTvpg18EtvCLHJyfeSthAtCLpM7WkStUmDuQ==",
|
|
3724
|
-
"dev": true,
|
|
3725
|
-
"license": "Apache-2.0",
|
|
3726
|
-
"dependencies": {
|
|
3727
|
-
"glob": "^7.2.0",
|
|
3728
|
-
"lunr": "^2.3.9",
|
|
3729
|
-
"marked": "^4.0.12",
|
|
3730
|
-
"minimatch": "^5.0.1",
|
|
3731
|
-
"shiki": "^0.10.1"
|
|
3732
|
-
},
|
|
3733
|
-
"bin": {
|
|
3734
|
-
"typedoc": "bin/typedoc"
|
|
3735
|
-
},
|
|
3736
|
-
"engines": {
|
|
3737
|
-
"node": ">= 12.10.0"
|
|
3738
|
-
},
|
|
3739
|
-
"peerDependencies": {
|
|
3740
|
-
"typescript": "4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x"
|
|
3741
|
-
}
|
|
3742
|
-
},
|
|
3743
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typedoc/node_modules/minimatch": {
|
|
3744
|
-
"version": "5.0.1",
|
|
3745
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
|
|
3746
|
-
"integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
|
|
3747
|
-
"dev": true,
|
|
3748
|
-
"license": "ISC",
|
|
3749
|
-
"dependencies": {
|
|
3750
|
-
"brace-expansion": "^2.0.1"
|
|
3751
|
-
},
|
|
3752
|
-
"engines": {
|
|
3753
|
-
"node": ">=10"
|
|
3754
|
-
}
|
|
3755
|
-
},
|
|
3756
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typescript": {
|
|
3757
|
-
"version": "4.6.4",
|
|
3758
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
|
|
3759
|
-
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
|
|
3760
|
-
"dev": true,
|
|
3761
|
-
"license": "Apache-2.0",
|
|
3762
|
-
"bin": {
|
|
3763
|
-
"tsc": "bin/tsc",
|
|
3764
|
-
"tsserver": "bin/tsserver"
|
|
3765
|
-
},
|
|
3766
|
-
"engines": {
|
|
3767
|
-
"node": ">=4.2.0"
|
|
3768
|
-
}
|
|
3769
|
-
},
|
|
3770
3672
|
"node_modules/@salesforce/kit": {
|
|
3771
3673
|
"version": "1.5.41",
|
|
3772
3674
|
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-1.5.41.tgz",
|
|
@@ -21842,7 +21744,6 @@
|
|
|
21842
21744
|
"integrity": "sha512-NHNI7Dr6JHa/I3+c62gdRNXBIyX7P33O9TafGLd07ur3MqzcKgwTvpg18EtvCLHJyfeSthAtCLpM7WkStUmDuQ==",
|
|
21843
21745
|
"dev": true,
|
|
21844
21746
|
"license": "Apache-2.0",
|
|
21845
|
-
"peer": true,
|
|
21846
21747
|
"dependencies": {
|
|
21847
21748
|
"glob": "^7.2.0",
|
|
21848
21749
|
"lunr": "^2.3.9",
|
|
@@ -21876,7 +21777,6 @@
|
|
|
21876
21777
|
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
21877
21778
|
"dev": true,
|
|
21878
21779
|
"license": "MIT",
|
|
21879
|
-
"peer": true,
|
|
21880
21780
|
"dependencies": {
|
|
21881
21781
|
"balanced-match": "^1.0.0"
|
|
21882
21782
|
}
|
|
@@ -21887,7 +21787,6 @@
|
|
|
21887
21787
|
"integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
|
|
21888
21788
|
"dev": true,
|
|
21889
21789
|
"license": "ISC",
|
|
21890
|
-
"peer": true,
|
|
21891
21790
|
"dependencies": {
|
|
21892
21791
|
"brace-expansion": "^2.0.1"
|
|
21893
21792
|
},
|
|
@@ -21895,19 +21794,6 @@
|
|
|
21895
21794
|
"node": ">=10"
|
|
21896
21795
|
}
|
|
21897
21796
|
},
|
|
21898
|
-
"node_modules/typedoc/node_modules/typescript": {
|
|
21899
|
-
"version": "4.6.4",
|
|
21900
|
-
"dev": true,
|
|
21901
|
-
"license": "Apache-2.0",
|
|
21902
|
-
"peer": true,
|
|
21903
|
-
"bin": {
|
|
21904
|
-
"tsc": "bin/tsc",
|
|
21905
|
-
"tsserver": "bin/tsserver"
|
|
21906
|
-
},
|
|
21907
|
-
"engines": {
|
|
21908
|
-
"node": ">=4.2.0"
|
|
21909
|
-
}
|
|
21910
|
-
},
|
|
21911
21797
|
"node_modules/typescript": {
|
|
21912
21798
|
"version": "4.7.2",
|
|
21913
21799
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz",
|
|
@@ -23713,18 +23599,6 @@
|
|
|
23713
23599
|
"dev": true,
|
|
23714
23600
|
"requires": {
|
|
23715
23601
|
"@jridgewell/trace-mapping": "^0.3.0"
|
|
23716
|
-
},
|
|
23717
|
-
"dependencies": {
|
|
23718
|
-
"@jridgewell/trace-mapping": {
|
|
23719
|
-
"version": "0.3.4",
|
|
23720
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz",
|
|
23721
|
-
"integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==",
|
|
23722
|
-
"dev": true,
|
|
23723
|
-
"requires": {
|
|
23724
|
-
"@jridgewell/resolve-uri": "^3.0.3",
|
|
23725
|
-
"@jridgewell/sourcemap-codec": "^1.4.10"
|
|
23726
|
-
}
|
|
23727
|
-
}
|
|
23728
23602
|
}
|
|
23729
23603
|
},
|
|
23730
23604
|
"@babel/code-frame": {
|
|
@@ -24193,14 +24067,6 @@
|
|
|
24193
24067
|
"lodash": "^4.17.19",
|
|
24194
24068
|
"resolve-from": "^5.0.0",
|
|
24195
24069
|
"typescript": "^4.4.3"
|
|
24196
|
-
},
|
|
24197
|
-
"dependencies": {
|
|
24198
|
-
"typescript": {
|
|
24199
|
-
"version": "4.6.4",
|
|
24200
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
|
|
24201
|
-
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
|
|
24202
|
-
"dev": true
|
|
24203
|
-
}
|
|
24204
24070
|
}
|
|
24205
24071
|
},
|
|
24206
24072
|
"@commitlint/message": {
|
|
@@ -24389,11 +24255,6 @@
|
|
|
24389
24255
|
"source-map-support": "^0.5.17",
|
|
24390
24256
|
"yn": "3.1.1"
|
|
24391
24257
|
}
|
|
24392
|
-
},
|
|
24393
|
-
"typescript": {
|
|
24394
|
-
"version": "4.6.4",
|
|
24395
|
-
"dev": true,
|
|
24396
|
-
"peer": true
|
|
24397
24258
|
}
|
|
24398
24259
|
}
|
|
24399
24260
|
},
|
|
@@ -26317,15 +26178,6 @@
|
|
|
26317
26178
|
"integrity": "sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==",
|
|
26318
26179
|
"dev": true
|
|
26319
26180
|
},
|
|
26320
|
-
"brace-expansion": {
|
|
26321
|
-
"version": "2.0.1",
|
|
26322
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
26323
|
-
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
26324
|
-
"dev": true,
|
|
26325
|
-
"requires": {
|
|
26326
|
-
"balanced-match": "^1.0.0"
|
|
26327
|
-
}
|
|
26328
|
-
},
|
|
26329
26181
|
"debug": {
|
|
26330
26182
|
"version": "2.6.9",
|
|
26331
26183
|
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
|
|
@@ -26403,36 +26255,6 @@
|
|
|
26403
26255
|
"nise": "^4.1.0",
|
|
26404
26256
|
"supports-color": "^7.1.0"
|
|
26405
26257
|
}
|
|
26406
|
-
},
|
|
26407
|
-
"typedoc": {
|
|
26408
|
-
"version": "0.22.13",
|
|
26409
|
-
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.13.tgz",
|
|
26410
|
-
"integrity": "sha512-NHNI7Dr6JHa/I3+c62gdRNXBIyX7P33O9TafGLd07ur3MqzcKgwTvpg18EtvCLHJyfeSthAtCLpM7WkStUmDuQ==",
|
|
26411
|
-
"dev": true,
|
|
26412
|
-
"requires": {
|
|
26413
|
-
"glob": "^7.2.0",
|
|
26414
|
-
"lunr": "^2.3.9",
|
|
26415
|
-
"marked": "^4.0.12",
|
|
26416
|
-
"minimatch": "^5.0.1",
|
|
26417
|
-
"shiki": "^0.10.1"
|
|
26418
|
-
},
|
|
26419
|
-
"dependencies": {
|
|
26420
|
-
"minimatch": {
|
|
26421
|
-
"version": "5.0.1",
|
|
26422
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
|
|
26423
|
-
"integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
|
|
26424
|
-
"dev": true,
|
|
26425
|
-
"requires": {
|
|
26426
|
-
"brace-expansion": "^2.0.1"
|
|
26427
|
-
}
|
|
26428
|
-
}
|
|
26429
|
-
}
|
|
26430
|
-
},
|
|
26431
|
-
"typescript": {
|
|
26432
|
-
"version": "4.6.4",
|
|
26433
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz",
|
|
26434
|
-
"integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==",
|
|
26435
|
-
"dev": true
|
|
26436
26258
|
}
|
|
26437
26259
|
}
|
|
26438
26260
|
},
|
|
@@ -39443,7 +39265,6 @@
|
|
|
39443
39265
|
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.13.tgz",
|
|
39444
39266
|
"integrity": "sha512-NHNI7Dr6JHa/I3+c62gdRNXBIyX7P33O9TafGLd07ur3MqzcKgwTvpg18EtvCLHJyfeSthAtCLpM7WkStUmDuQ==",
|
|
39445
39267
|
"dev": true,
|
|
39446
|
-
"peer": true,
|
|
39447
39268
|
"requires": {
|
|
39448
39269
|
"glob": "^7.2.0",
|
|
39449
39270
|
"lunr": "^2.3.9",
|
|
@@ -39457,7 +39278,6 @@
|
|
|
39457
39278
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
|
39458
39279
|
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
|
39459
39280
|
"dev": true,
|
|
39460
|
-
"peer": true,
|
|
39461
39281
|
"requires": {
|
|
39462
39282
|
"balanced-match": "^1.0.0"
|
|
39463
39283
|
}
|
|
@@ -39467,15 +39287,9 @@
|
|
|
39467
39287
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
|
|
39468
39288
|
"integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
|
|
39469
39289
|
"dev": true,
|
|
39470
|
-
"peer": true,
|
|
39471
39290
|
"requires": {
|
|
39472
39291
|
"brace-expansion": "^2.0.1"
|
|
39473
39292
|
}
|
|
39474
|
-
},
|
|
39475
|
-
"typescript": {
|
|
39476
|
-
"version": "4.6.4",
|
|
39477
|
-
"dev": true,
|
|
39478
|
-
"peer": true
|
|
39479
39293
|
}
|
|
39480
39294
|
}
|
|
39481
39295
|
},
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"1.
|
|
1
|
+
{"version":"1.34.0","commands":{}}
|