@salesforce/cli 2.150.0 → 2.150.2
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 +125 -125
- package/npm-shrinkwrap.json +54 -54
- package/oclif.lock +53 -53
- package/oclif.manifest.json +111 -111
- package/package.json +17 -17
package/oclif.manifest.json
CHANGED
|
@@ -1773,12 +1773,14 @@
|
|
|
1773
1773
|
"messages:audit:dev"
|
|
1774
1774
|
]
|
|
1775
1775
|
},
|
|
1776
|
-
"dev:
|
|
1776
|
+
"dev:convert:messages": {
|
|
1777
1777
|
"aliases": [],
|
|
1778
1778
|
"args": {},
|
|
1779
|
-
"description": "
|
|
1779
|
+
"description": "Preserves the filename and the original messages file, then creates a new file with the Markdown extension and standard headers for the command and flag summaries, descriptions, and so on. After you review the new Markdown file, delete the old .json file.",
|
|
1780
1780
|
"examples": [
|
|
1781
|
-
"
|
|
1781
|
+
"Convert the my-command.json message file into my-command.md with the standard messages headers:\n<%= config.bin %> <%= command.id %> --filename my-command.json",
|
|
1782
|
+
"Similar to previous example, but specify the plugin project directory:",
|
|
1783
|
+
"<%= config.bin %> <%= command.id %> --project-dir ./path/to/plugin --filename my-command.json"
|
|
1782
1784
|
],
|
|
1783
1785
|
"flags": {
|
|
1784
1786
|
"json": {
|
|
@@ -1796,70 +1798,64 @@
|
|
|
1796
1798
|
"multiple": false,
|
|
1797
1799
|
"type": "option"
|
|
1798
1800
|
},
|
|
1799
|
-
"
|
|
1800
|
-
"
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
"
|
|
1801
|
+
"project-dir": {
|
|
1802
|
+
"aliases": [
|
|
1803
|
+
"projectdir"
|
|
1804
|
+
],
|
|
1805
|
+
"char": "p",
|
|
1806
|
+
"name": "project-dir",
|
|
1807
|
+
"summary": "Location of the project whose messages are to be converted.",
|
|
1808
|
+
"default": ".",
|
|
1804
1809
|
"hasDynamicHelp": false,
|
|
1805
1810
|
"multiple": false,
|
|
1806
1811
|
"type": "option"
|
|
1807
1812
|
},
|
|
1808
|
-
"
|
|
1813
|
+
"file-name": {
|
|
1809
1814
|
"aliases": [
|
|
1810
|
-
"
|
|
1815
|
+
"filename"
|
|
1811
1816
|
],
|
|
1812
|
-
"char": "
|
|
1813
|
-
"name": "
|
|
1814
|
-
"
|
|
1815
|
-
"
|
|
1816
|
-
"type": "boolean"
|
|
1817
|
-
},
|
|
1818
|
-
"bot": {
|
|
1819
|
-
"char": "b",
|
|
1820
|
-
"name": "bot",
|
|
1821
|
-
"summary": "GitHub login/username for the bot.",
|
|
1822
|
-
"default": "SF-CLI-BOT",
|
|
1817
|
+
"char": "f",
|
|
1818
|
+
"name": "file-name",
|
|
1819
|
+
"required": true,
|
|
1820
|
+
"summary": "Filename to convert.",
|
|
1823
1821
|
"hasDynamicHelp": false,
|
|
1824
|
-
"multiple":
|
|
1822
|
+
"multiple": true,
|
|
1825
1823
|
"type": "option"
|
|
1826
1824
|
}
|
|
1827
1825
|
},
|
|
1828
1826
|
"hasDynamicHelp": false,
|
|
1829
|
-
"hidden": true,
|
|
1830
1827
|
"hiddenAliases": [],
|
|
1831
|
-
"id": "dev:
|
|
1828
|
+
"id": "dev:convert:messages",
|
|
1832
1829
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
1833
1830
|
"pluginName": "@salesforce/plugin-dev",
|
|
1834
1831
|
"pluginType": "jit",
|
|
1835
1832
|
"strict": true,
|
|
1836
|
-
"summary": "
|
|
1833
|
+
"summary": "Convert a .json messages file into Markdown.",
|
|
1837
1834
|
"enableJsonFlag": true,
|
|
1838
1835
|
"isESM": true,
|
|
1839
1836
|
"relativePath": [
|
|
1840
1837
|
"lib",
|
|
1841
1838
|
"commands",
|
|
1842
1839
|
"dev",
|
|
1843
|
-
"
|
|
1844
|
-
"
|
|
1840
|
+
"convert",
|
|
1841
|
+
"messages.js"
|
|
1845
1842
|
],
|
|
1846
1843
|
"aliasPermutations": [],
|
|
1847
1844
|
"permutations": [
|
|
1848
|
-
"dev:
|
|
1849
|
-
"
|
|
1850
|
-
"
|
|
1851
|
-
"dev:
|
|
1852
|
-
"
|
|
1853
|
-
"
|
|
1845
|
+
"dev:convert:messages",
|
|
1846
|
+
"convert:dev:messages",
|
|
1847
|
+
"convert:messages:dev",
|
|
1848
|
+
"dev:messages:convert",
|
|
1849
|
+
"messages:dev:convert",
|
|
1850
|
+
"messages:convert:dev"
|
|
1854
1851
|
]
|
|
1855
1852
|
},
|
|
1856
|
-
"dev:
|
|
1853
|
+
"dev:convert:script": {
|
|
1857
1854
|
"aliases": [],
|
|
1858
1855
|
"args": {},
|
|
1859
|
-
"description": "
|
|
1856
|
+
"description": "Important: Use this command only to get started on the sfdx->sf script migration. We don't guarantee that the new sf-style command replacements work correctly or as you expect. You must test, and probably update, the new script before putting it into production. We also don't guarantee that the JSON results are the same as before. \n\nThis command can convert a large part of your script, but possibly not all. There are some sfdx-style commands that don't have an obvious sf-style equivalent. In this case, this command doesn't replace the sfdx-style command but instead adds a comment to remind you that you must convert it manually. See the Salesforce CLI Command Reference for migration information about each deprecated sfdx-style command: https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference.htm.\n\nThis command is interactive; as it scans your script, it prompts you when it finds an sfdx-style command or flag and asks if you want to convert it to the displayed suggestion. The command doesn't update the script file directly; rather, it creates a new file whose name is the original name but with \"-converted\" appended to it. The script replaces all instances of \"sfdx\" with \"sf\". For each prompt you answer \"y\" to, the command replaces the sfdx-style names with their equivalent sf-style ones. For example, \"sfdx force:apex:execute --targetusername myscratch\" is replaced with \"sf apex run --target-org myscratch\".",
|
|
1860
1857
|
"examples": [
|
|
1861
|
-
"
|
|
1862
|
-
"<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
|
|
1858
|
+
"Convert the YAML file called \"myScript.yml\" located in the current directory; the new file that contains the replacements is called \"myScript-converted.yml\":\n<%= config.bin %> <%= command.id %> --script ./myScript.yml"
|
|
1863
1859
|
],
|
|
1864
1860
|
"flags": {
|
|
1865
1861
|
"json": {
|
|
@@ -1877,62 +1873,56 @@
|
|
|
1877
1873
|
"multiple": false,
|
|
1878
1874
|
"type": "option"
|
|
1879
1875
|
},
|
|
1880
|
-
"
|
|
1881
|
-
"char": "
|
|
1882
|
-
"name": "
|
|
1876
|
+
"script": {
|
|
1877
|
+
"char": "s",
|
|
1878
|
+
"name": "script",
|
|
1883
1879
|
"required": true,
|
|
1884
|
-
"summary": "
|
|
1880
|
+
"summary": "Filepath to the script you want to convert.",
|
|
1885
1881
|
"hasDynamicHelp": false,
|
|
1886
1882
|
"multiple": false,
|
|
1887
1883
|
"type": "option"
|
|
1888
1884
|
},
|
|
1889
|
-
"
|
|
1890
|
-
"
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
"char": "d",
|
|
1894
|
-
"name": "dry-run",
|
|
1895
|
-
"summary": "Make no changes.",
|
|
1885
|
+
"no-prompt": {
|
|
1886
|
+
"hidden": true,
|
|
1887
|
+
"name": "no-prompt",
|
|
1888
|
+
"summary": "Don't prompt for suggested replacements.",
|
|
1896
1889
|
"allowNo": false,
|
|
1897
1890
|
"type": "boolean"
|
|
1898
1891
|
}
|
|
1899
1892
|
},
|
|
1900
1893
|
"hasDynamicHelp": false,
|
|
1901
|
-
"hidden": true,
|
|
1902
1894
|
"hiddenAliases": [],
|
|
1903
|
-
"id": "dev:
|
|
1895
|
+
"id": "dev:convert:script",
|
|
1904
1896
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
1905
1897
|
"pluginName": "@salesforce/plugin-dev",
|
|
1906
1898
|
"pluginType": "jit",
|
|
1907
1899
|
"strict": true,
|
|
1908
|
-
"summary": "
|
|
1900
|
+
"summary": "Convert a script file that contains deprecated sfdx-style commands to use the new sf-style commands instead.",
|
|
1909
1901
|
"enableJsonFlag": true,
|
|
1910
1902
|
"isESM": true,
|
|
1911
1903
|
"relativePath": [
|
|
1912
1904
|
"lib",
|
|
1913
1905
|
"commands",
|
|
1914
1906
|
"dev",
|
|
1915
|
-
"
|
|
1916
|
-
"
|
|
1907
|
+
"convert",
|
|
1908
|
+
"script.js"
|
|
1917
1909
|
],
|
|
1918
1910
|
"aliasPermutations": [],
|
|
1919
1911
|
"permutations": [
|
|
1920
|
-
"dev:
|
|
1921
|
-
"
|
|
1922
|
-
"
|
|
1923
|
-
"dev:
|
|
1924
|
-
"
|
|
1925
|
-
"
|
|
1912
|
+
"dev:convert:script",
|
|
1913
|
+
"convert:dev:script",
|
|
1914
|
+
"convert:script:dev",
|
|
1915
|
+
"dev:script:convert",
|
|
1916
|
+
"script:dev:convert",
|
|
1917
|
+
"script:convert:dev"
|
|
1926
1918
|
]
|
|
1927
1919
|
},
|
|
1928
|
-
"dev:
|
|
1920
|
+
"dev:configure:repo": {
|
|
1929
1921
|
"aliases": [],
|
|
1930
1922
|
"args": {},
|
|
1931
|
-
"description": "
|
|
1923
|
+
"description": "Sets up labels and exempts the CLI bot for branch protection and PR rules.",
|
|
1932
1924
|
"examples": [
|
|
1933
|
-
"
|
|
1934
|
-
"Similar to previous example, but specify the plugin project directory:",
|
|
1935
|
-
"<%= config.bin %> <%= command.id %> --project-dir ./path/to/plugin --filename my-command.json"
|
|
1925
|
+
"Configure the repo \"testPackageRelease\", with owner \"salesforcecli\", for GitHub Actions.\n<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
|
|
1936
1926
|
],
|
|
1937
1927
|
"flags": {
|
|
1938
1928
|
"json": {
|
|
@@ -1950,64 +1940,70 @@
|
|
|
1950
1940
|
"multiple": false,
|
|
1951
1941
|
"type": "option"
|
|
1952
1942
|
},
|
|
1953
|
-
"
|
|
1954
|
-
"
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
"
|
|
1958
|
-
"name": "project-dir",
|
|
1959
|
-
"summary": "Location of the project whose messages are to be converted.",
|
|
1960
|
-
"default": ".",
|
|
1943
|
+
"repository": {
|
|
1944
|
+
"char": "r",
|
|
1945
|
+
"name": "repository",
|
|
1946
|
+
"required": true,
|
|
1947
|
+
"summary": "GitHub owner/repo for which you want to configure GitHub Actions.",
|
|
1961
1948
|
"hasDynamicHelp": false,
|
|
1962
1949
|
"multiple": false,
|
|
1963
1950
|
"type": "option"
|
|
1964
1951
|
},
|
|
1965
|
-
"
|
|
1952
|
+
"dry-run": {
|
|
1966
1953
|
"aliases": [
|
|
1967
|
-
"
|
|
1954
|
+
"dryrun"
|
|
1968
1955
|
],
|
|
1969
|
-
"char": "
|
|
1970
|
-
"name": "
|
|
1971
|
-
"
|
|
1972
|
-
"
|
|
1956
|
+
"char": "d",
|
|
1957
|
+
"name": "dry-run",
|
|
1958
|
+
"summary": "Make no changes.",
|
|
1959
|
+
"allowNo": false,
|
|
1960
|
+
"type": "boolean"
|
|
1961
|
+
},
|
|
1962
|
+
"bot": {
|
|
1963
|
+
"char": "b",
|
|
1964
|
+
"name": "bot",
|
|
1965
|
+
"summary": "GitHub login/username for the bot.",
|
|
1966
|
+
"default": "SF-CLI-BOT",
|
|
1973
1967
|
"hasDynamicHelp": false,
|
|
1974
|
-
"multiple":
|
|
1968
|
+
"multiple": false,
|
|
1975
1969
|
"type": "option"
|
|
1976
1970
|
}
|
|
1977
1971
|
},
|
|
1978
1972
|
"hasDynamicHelp": false,
|
|
1973
|
+
"hidden": true,
|
|
1979
1974
|
"hiddenAliases": [],
|
|
1980
|
-
"id": "dev:
|
|
1975
|
+
"id": "dev:configure:repo",
|
|
1981
1976
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
1982
1977
|
"pluginName": "@salesforce/plugin-dev",
|
|
1983
1978
|
"pluginType": "jit",
|
|
1984
1979
|
"strict": true,
|
|
1985
|
-
"summary": "
|
|
1980
|
+
"summary": "Configure a GitHub repo for the GitHub Actions pipeline.",
|
|
1986
1981
|
"enableJsonFlag": true,
|
|
1987
1982
|
"isESM": true,
|
|
1988
1983
|
"relativePath": [
|
|
1989
1984
|
"lib",
|
|
1990
1985
|
"commands",
|
|
1991
1986
|
"dev",
|
|
1992
|
-
"
|
|
1993
|
-
"
|
|
1987
|
+
"configure",
|
|
1988
|
+
"repo.js"
|
|
1994
1989
|
],
|
|
1995
1990
|
"aliasPermutations": [],
|
|
1996
1991
|
"permutations": [
|
|
1997
|
-
"dev:
|
|
1998
|
-
"
|
|
1999
|
-
"
|
|
2000
|
-
"dev:
|
|
2001
|
-
"
|
|
2002
|
-
"
|
|
1992
|
+
"dev:configure:repo",
|
|
1993
|
+
"configure:dev:repo",
|
|
1994
|
+
"configure:repo:dev",
|
|
1995
|
+
"dev:repo:configure",
|
|
1996
|
+
"repo:dev:configure",
|
|
1997
|
+
"repo:configure:dev"
|
|
2003
1998
|
]
|
|
2004
1999
|
},
|
|
2005
|
-
"dev:
|
|
2000
|
+
"dev:configure:secrets": {
|
|
2006
2001
|
"aliases": [],
|
|
2007
2002
|
"args": {},
|
|
2008
|
-
"description": "
|
|
2003
|
+
"description": "Inspects a repo's yaml files and verifies that secrets required are available for the repo (either set at the repo level or shared via organization-level secrets).\n\nThis command requires scope:admin permissions to inspect the org secrets and admin access to the repo to inspect the repo secrets.",
|
|
2009
2004
|
"examples": [
|
|
2010
|
-
"
|
|
2005
|
+
"Ensure secrets access for the repo \"testPackageRelease\", with owner \"salesforcecli\":",
|
|
2006
|
+
"<%= config.bin %> <%= command.id %> --repository salesforcecli/testPackageRelease"
|
|
2011
2007
|
],
|
|
2012
2008
|
"flags": {
|
|
2013
2009
|
"json": {
|
|
@@ -2025,48 +2021,52 @@
|
|
|
2025
2021
|
"multiple": false,
|
|
2026
2022
|
"type": "option"
|
|
2027
2023
|
},
|
|
2028
|
-
"
|
|
2029
|
-
"char": "
|
|
2030
|
-
"name": "
|
|
2024
|
+
"repository": {
|
|
2025
|
+
"char": "r",
|
|
2026
|
+
"name": "repository",
|
|
2031
2027
|
"required": true,
|
|
2032
|
-
"summary": "
|
|
2028
|
+
"summary": "Github owner/repo.",
|
|
2033
2029
|
"hasDynamicHelp": false,
|
|
2034
2030
|
"multiple": false,
|
|
2035
2031
|
"type": "option"
|
|
2036
2032
|
},
|
|
2037
|
-
"
|
|
2038
|
-
"
|
|
2039
|
-
|
|
2040
|
-
|
|
2033
|
+
"dry-run": {
|
|
2034
|
+
"aliases": [
|
|
2035
|
+
"dryrun"
|
|
2036
|
+
],
|
|
2037
|
+
"char": "d",
|
|
2038
|
+
"name": "dry-run",
|
|
2039
|
+
"summary": "Make no changes.",
|
|
2041
2040
|
"allowNo": false,
|
|
2042
2041
|
"type": "boolean"
|
|
2043
2042
|
}
|
|
2044
2043
|
},
|
|
2045
2044
|
"hasDynamicHelp": false,
|
|
2045
|
+
"hidden": true,
|
|
2046
2046
|
"hiddenAliases": [],
|
|
2047
|
-
"id": "dev:
|
|
2047
|
+
"id": "dev:configure:secrets",
|
|
2048
2048
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
2049
2049
|
"pluginName": "@salesforce/plugin-dev",
|
|
2050
2050
|
"pluginType": "jit",
|
|
2051
2051
|
"strict": true,
|
|
2052
|
-
"summary": "
|
|
2052
|
+
"summary": "Ensures a GitHub repo has correct access to secrets based on its workflows.",
|
|
2053
2053
|
"enableJsonFlag": true,
|
|
2054
2054
|
"isESM": true,
|
|
2055
2055
|
"relativePath": [
|
|
2056
2056
|
"lib",
|
|
2057
2057
|
"commands",
|
|
2058
2058
|
"dev",
|
|
2059
|
-
"
|
|
2060
|
-
"
|
|
2059
|
+
"configure",
|
|
2060
|
+
"secrets.js"
|
|
2061
2061
|
],
|
|
2062
2062
|
"aliasPermutations": [],
|
|
2063
2063
|
"permutations": [
|
|
2064
|
-
"dev:
|
|
2065
|
-
"
|
|
2066
|
-
"
|
|
2067
|
-
"dev:
|
|
2068
|
-
"
|
|
2069
|
-
"
|
|
2064
|
+
"dev:configure:secrets",
|
|
2065
|
+
"configure:dev:secrets",
|
|
2066
|
+
"configure:secrets:dev",
|
|
2067
|
+
"dev:secrets:configure",
|
|
2068
|
+
"secrets:dev:configure",
|
|
2069
|
+
"secrets:configure:dev"
|
|
2070
2070
|
]
|
|
2071
2071
|
},
|
|
2072
2072
|
"dev:generate:command": {
|
|
@@ -7006,5 +7006,5 @@
|
|
|
7006
7006
|
"requiresProject": true
|
|
7007
7007
|
}
|
|
7008
7008
|
},
|
|
7009
|
-
"version": "2.150.
|
|
7009
|
+
"version": "2.150.2"
|
|
7010
7010
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.150.
|
|
4
|
+
"version": "2.150.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
],
|
|
78
78
|
"jitPlugins": {
|
|
79
79
|
"@salesforce/plugin-code-analyzer": "5.15.0",
|
|
80
|
-
"@salesforce/plugin-community": "4.0.
|
|
81
|
-
"@salesforce/plugin-custom-metadata": "4.0.
|
|
82
|
-
"@salesforce/plugin-dev": "2.5.
|
|
80
|
+
"@salesforce/plugin-community": "4.0.5",
|
|
81
|
+
"@salesforce/plugin-custom-metadata": "4.0.5",
|
|
82
|
+
"@salesforce/plugin-dev": "2.5.5",
|
|
83
83
|
"@salesforce/plugin-devops-center": "2.2.0",
|
|
84
84
|
"@salesforce/plugin-flow": "2.0.0",
|
|
85
85
|
"@salesforce/plugin-lightning-dev": "6.2.18",
|
|
86
|
-
"@salesforce/plugin-signups": "3.0.
|
|
86
|
+
"@salesforce/plugin-signups": "3.0.5",
|
|
87
87
|
"@salesforce/plugin-ui-bundle-dev": "1.2.4",
|
|
88
88
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.1"
|
|
89
89
|
},
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"@oclif/plugin-commands": "4.1.63",
|
|
152
152
|
"@oclif/plugin-help": "6.2.58",
|
|
153
153
|
"@oclif/plugin-not-found": "3.2.93",
|
|
154
|
-
"@oclif/plugin-plugins": "5.5.
|
|
154
|
+
"@oclif/plugin-plugins": "5.5.1",
|
|
155
155
|
"@oclif/plugin-search": "1.2.54",
|
|
156
156
|
"@oclif/plugin-update": "4.8.0",
|
|
157
157
|
"@oclif/plugin-version": "2.3.0",
|
|
@@ -160,23 +160,23 @@
|
|
|
160
160
|
"@salesforce/core": "^9.0.0",
|
|
161
161
|
"@salesforce/kit": "^4.0.0",
|
|
162
162
|
"@salesforce/plugin-agent": "2.0.4",
|
|
163
|
-
"@salesforce/plugin-apex": "4.1.
|
|
163
|
+
"@salesforce/plugin-apex": "4.1.1",
|
|
164
164
|
"@salesforce/plugin-api": "2.0.9",
|
|
165
165
|
"@salesforce/plugin-auth": "5.0.6",
|
|
166
|
-
"@salesforce/plugin-data": "5.1.
|
|
166
|
+
"@salesforce/plugin-data": "5.1.6",
|
|
167
167
|
"@salesforce/plugin-deploy-retrieve": "4.1.2",
|
|
168
168
|
"@salesforce/plugin-info": "4.0.9",
|
|
169
|
-
"@salesforce/plugin-limits": "4.0.
|
|
169
|
+
"@salesforce/plugin-limits": "4.0.4",
|
|
170
170
|
"@salesforce/plugin-marketplace": "2.0.5",
|
|
171
|
-
"@salesforce/plugin-org": "6.0.
|
|
172
|
-
"@salesforce/plugin-packaging": "3.0.
|
|
173
|
-
"@salesforce/plugin-schema": "4.0.
|
|
174
|
-
"@salesforce/plugin-settings": "3.0.
|
|
171
|
+
"@salesforce/plugin-org": "6.0.10",
|
|
172
|
+
"@salesforce/plugin-packaging": "3.0.6",
|
|
173
|
+
"@salesforce/plugin-schema": "4.0.6",
|
|
174
|
+
"@salesforce/plugin-settings": "3.0.6",
|
|
175
175
|
"@salesforce/plugin-sobject": "2.0.5",
|
|
176
|
-
"@salesforce/plugin-telemetry": "4.0.
|
|
177
|
-
"@salesforce/plugin-templates": "57.0.
|
|
178
|
-
"@salesforce/plugin-trust": "4.0.
|
|
179
|
-
"@salesforce/plugin-user": "5.0.
|
|
176
|
+
"@salesforce/plugin-telemetry": "4.0.6",
|
|
177
|
+
"@salesforce/plugin-templates": "57.0.11",
|
|
178
|
+
"@salesforce/plugin-trust": "4.0.10",
|
|
179
|
+
"@salesforce/plugin-user": "5.0.2",
|
|
180
180
|
"@salesforce/sf-plugins-core": "13.0.3",
|
|
181
181
|
"ansis": "^3.12.0"
|
|
182
182
|
},
|