@salesforce/plugin-orchestrator 1.0.39 → 1.0.40
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 +11 -11
- package/oclif.lock +10 -10
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-orchestrator",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.40",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-orchestrator",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.40",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/select": "^5.1.2",
|
|
13
13
|
"@oclif/core": "^4",
|
|
14
14
|
"@salesforce/core": "^8.27.1",
|
|
15
|
-
"@salesforce/kit": "^3.2.
|
|
15
|
+
"@salesforce/kit": "^3.2.6",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12",
|
|
17
17
|
"ansis": "^3.17.0",
|
|
18
18
|
"eslint": "^8.57.1"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@oclif/plugin-command-snapshot": "^5.3.10",
|
|
22
22
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
23
23
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
24
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
24
|
+
"@salesforce/plugin-command-reference": "^3.1.84",
|
|
25
25
|
"@types/minimatch": "5",
|
|
26
26
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
27
27
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
@@ -4859,18 +4859,18 @@
|
|
|
4859
4859
|
}
|
|
4860
4860
|
},
|
|
4861
4861
|
"node_modules/@salesforce/kit": {
|
|
4862
|
-
"version": "3.2.
|
|
4863
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.
|
|
4864
|
-
"integrity": "sha512-
|
|
4862
|
+
"version": "3.2.6",
|
|
4863
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.6.tgz",
|
|
4864
|
+
"integrity": "sha512-O8S4LWerHa9Zosqh+IoQjgLtpxMOfObRxaRnUdRV4MLtFUi+bQxQiyFvve6eEaBaMP1b1xVDQpvSvQ+PXEDGFQ==",
|
|
4865
4865
|
"license": "Apache-2.0",
|
|
4866
4866
|
"dependencies": {
|
|
4867
4867
|
"@salesforce/ts-types": "^2.0.12"
|
|
4868
4868
|
}
|
|
4869
4869
|
},
|
|
4870
4870
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4871
|
-
"version": "3.1.
|
|
4872
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4873
|
-
"integrity": "sha512
|
|
4871
|
+
"version": "3.1.84",
|
|
4872
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.84.tgz",
|
|
4873
|
+
"integrity": "sha512-/SDZ9NP+2ITD3jGh/daJoo04W9pQfjRQ4eIXaicEi9XdwwtgkbCcQxRP4g20eaOlPEqI49RHMnQIXldPONgYeg==",
|
|
4874
4874
|
"dev": true,
|
|
4875
4875
|
"license": "Apache-2.0",
|
|
4876
4876
|
"dependencies": {
|
|
@@ -4881,7 +4881,7 @@
|
|
|
4881
4881
|
"@salesforce/ts-types": "^2.0.11",
|
|
4882
4882
|
"chalk": "^5.6.2",
|
|
4883
4883
|
"debug": "^4.4.3",
|
|
4884
|
-
"handlebars": "^4.7.
|
|
4884
|
+
"handlebars": "^4.7.9"
|
|
4885
4885
|
},
|
|
4886
4886
|
"engines": {
|
|
4887
4887
|
"node": ">=18.0.0"
|
package/oclif.lock
CHANGED
|
@@ -1689,17 +1689,17 @@
|
|
|
1689
1689
|
typescript "^5.5.4"
|
|
1690
1690
|
wireit "^0.14.12"
|
|
1691
1691
|
|
|
1692
|
-
"@salesforce/kit@^3.2.
|
|
1693
|
-
version "3.2.
|
|
1694
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.
|
|
1695
|
-
integrity sha512-
|
|
1692
|
+
"@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4", "@salesforce/kit@^3.2.6":
|
|
1693
|
+
version "3.2.6"
|
|
1694
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.6.tgz#6a6c13b463b51694a43d61094af67171086ed4f5"
|
|
1695
|
+
integrity sha512-O8S4LWerHa9Zosqh+IoQjgLtpxMOfObRxaRnUdRV4MLtFUi+bQxQiyFvve6eEaBaMP1b1xVDQpvSvQ+PXEDGFQ==
|
|
1696
1696
|
dependencies:
|
|
1697
1697
|
"@salesforce/ts-types" "^2.0.12"
|
|
1698
1698
|
|
|
1699
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1700
|
-
version "3.1.
|
|
1701
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1702
|
-
integrity sha512
|
|
1699
|
+
"@salesforce/plugin-command-reference@^3.1.84":
|
|
1700
|
+
version "3.1.84"
|
|
1701
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.84.tgz#331b05e75b5bc1af3e3ea37a86b8ee9e71533bb9"
|
|
1702
|
+
integrity sha512-/SDZ9NP+2ITD3jGh/daJoo04W9pQfjRQ4eIXaicEi9XdwwtgkbCcQxRP4g20eaOlPEqI49RHMnQIXldPONgYeg==
|
|
1703
1703
|
dependencies:
|
|
1704
1704
|
"@oclif/core" "^4"
|
|
1705
1705
|
"@salesforce/core" "^8.23.3"
|
|
@@ -1708,7 +1708,7 @@
|
|
|
1708
1708
|
"@salesforce/ts-types" "^2.0.11"
|
|
1709
1709
|
chalk "^5.6.2"
|
|
1710
1710
|
debug "^4.4.3"
|
|
1711
|
-
handlebars "^4.7.
|
|
1711
|
+
handlebars "^4.7.9"
|
|
1712
1712
|
|
|
1713
1713
|
"@salesforce/prettier-config@^0.0.3":
|
|
1714
1714
|
version "0.0.3"
|
|
@@ -4930,7 +4930,7 @@ graphemer@^1.4.0:
|
|
|
4930
4930
|
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
|
|
4931
4931
|
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
|
|
4932
4932
|
|
|
4933
|
-
handlebars@^4.7.
|
|
4933
|
+
handlebars@^4.7.9:
|
|
4934
4934
|
version "4.7.9"
|
|
4935
4935
|
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.9.tgz#6f139082ab58dc4e5a0e51efe7db5ae890d56a0f"
|
|
4936
4936
|
integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-orchestrator",
|
|
3
3
|
"description": "Plugin for working with SalesForce analytic apps, templates, assets and services.",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.40",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@inquirer/select": "^5.1.2",
|
|
9
9
|
"@oclif/core": "^4",
|
|
10
10
|
"@salesforce/core": "^8.27.1",
|
|
11
|
-
"@salesforce/kit": "^3.2.
|
|
11
|
+
"@salesforce/kit": "^3.2.6",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^12",
|
|
13
13
|
"ansis": "^3.17.0",
|
|
14
14
|
"eslint": "^8.57.1"
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@oclif/plugin-command-snapshot": "^5.3.10",
|
|
18
18
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
19
19
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
20
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
20
|
+
"@salesforce/plugin-command-reference": "^3.1.84",
|
|
21
21
|
"@types/minimatch": "5",
|
|
22
22
|
"eslint-config-salesforce-license": "^1.0.2",
|
|
23
23
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"exports": "./lib/index.js",
|
|
229
229
|
"type": "module",
|
|
230
230
|
"sfdx": {
|
|
231
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.
|
|
232
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.
|
|
231
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.40.crt",
|
|
232
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.40.sig"
|
|
233
233
|
}
|
|
234
234
|
}
|