@salesforce/plugin-orchestrator 1.0.37 → 1.0.39
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 +16 -13
- package/oclif.lock +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-orchestrator",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.39",
|
|
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.39",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/select": "^5.1.2",
|
|
13
13
|
"@oclif/core": "^4",
|
|
14
|
-
"@salesforce/core": "^8.
|
|
14
|
+
"@salesforce/core": "^8.27.1",
|
|
15
15
|
"@salesforce/kit": "^3.2.1",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^12",
|
|
17
17
|
"ansis": "^3.17.0",
|
|
@@ -4724,9 +4724,9 @@
|
|
|
4724
4724
|
}
|
|
4725
4725
|
},
|
|
4726
4726
|
"node_modules/@salesforce/core": {
|
|
4727
|
-
"version": "8.
|
|
4728
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4729
|
-
"integrity": "sha512-
|
|
4727
|
+
"version": "8.27.1",
|
|
4728
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.27.1.tgz",
|
|
4729
|
+
"integrity": "sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==",
|
|
4730
4730
|
"license": "BSD-3-Clause",
|
|
4731
4731
|
"dependencies": {
|
|
4732
4732
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -4740,7 +4740,7 @@
|
|
|
4740
4740
|
"js2xmlparser": "^4.0.1",
|
|
4741
4741
|
"jsonwebtoken": "9.0.3",
|
|
4742
4742
|
"jszip": "3.10.1",
|
|
4743
|
-
"memfs": "
|
|
4743
|
+
"memfs": "4.38.1",
|
|
4744
4744
|
"pino": "^9.7.0",
|
|
4745
4745
|
"pino-abstract-transport": "^1.2.0",
|
|
4746
4746
|
"pino-pretty": "^11.3.0",
|
|
@@ -10275,9 +10275,9 @@
|
|
|
10275
10275
|
"license": "MIT"
|
|
10276
10276
|
},
|
|
10277
10277
|
"node_modules/handlebars": {
|
|
10278
|
-
"version": "4.7.
|
|
10279
|
-
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.
|
|
10280
|
-
"integrity": "sha512-
|
|
10278
|
+
"version": "4.7.9",
|
|
10279
|
+
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz",
|
|
10280
|
+
"integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==",
|
|
10281
10281
|
"dev": true,
|
|
10282
10282
|
"license": "MIT",
|
|
10283
10283
|
"dependencies": {
|
|
@@ -12484,9 +12484,9 @@
|
|
|
12484
12484
|
"license": "MIT"
|
|
12485
12485
|
},
|
|
12486
12486
|
"node_modules/memfs": {
|
|
12487
|
-
"version": "4.
|
|
12488
|
-
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.
|
|
12489
|
-
"integrity": "sha512-
|
|
12487
|
+
"version": "4.38.1",
|
|
12488
|
+
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.38.1.tgz",
|
|
12489
|
+
"integrity": "sha512-exfrOkkU3m0EpbQ0iQJP93HUbkprnIBU7IUnobSNAzHkBUzsklLwENGLEm8ZwJmMuLoFEfv1pYQ54wSpkay4kQ==",
|
|
12490
12490
|
"license": "Apache-2.0",
|
|
12491
12491
|
"dependencies": {
|
|
12492
12492
|
"@jsonjoy.com/json-pack": "^1.11.0",
|
|
@@ -12496,6 +12496,9 @@
|
|
|
12496
12496
|
"tree-dump": "^1.0.3",
|
|
12497
12497
|
"tslib": "^2.0.0"
|
|
12498
12498
|
},
|
|
12499
|
+
"engines": {
|
|
12500
|
+
"node": ">= 4.0.0"
|
|
12501
|
+
},
|
|
12499
12502
|
"funding": {
|
|
12500
12503
|
"type": "github",
|
|
12501
12504
|
"url": "https://github.com/sponsors/streamich"
|
package/oclif.lock
CHANGED
|
@@ -1627,10 +1627,10 @@
|
|
|
1627
1627
|
strip-ansi "6.0.1"
|
|
1628
1628
|
ts-retry-promise "^0.8.1"
|
|
1629
1629
|
|
|
1630
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.
|
|
1631
|
-
version "8.
|
|
1632
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1633
|
-
integrity sha512-
|
|
1630
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.27.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1631
|
+
version "8.27.1"
|
|
1632
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.1.tgz#26b08b0d68dd1fc210d1dd7a7e3770e3b9f27e74"
|
|
1633
|
+
integrity sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==
|
|
1634
1634
|
dependencies:
|
|
1635
1635
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1636
1636
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -1643,7 +1643,7 @@
|
|
|
1643
1643
|
js2xmlparser "^4.0.1"
|
|
1644
1644
|
jsonwebtoken "9.0.3"
|
|
1645
1645
|
jszip "3.10.1"
|
|
1646
|
-
memfs "
|
|
1646
|
+
memfs "4.38.1"
|
|
1647
1647
|
pino "^9.7.0"
|
|
1648
1648
|
pino-abstract-transport "^1.2.0"
|
|
1649
1649
|
pino-pretty "^11.3.0"
|
|
@@ -4931,9 +4931,9 @@ graphemer@^1.4.0:
|
|
|
4931
4931
|
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
|
|
4932
4932
|
|
|
4933
4933
|
handlebars@^4.7.8:
|
|
4934
|
-
version "4.7.
|
|
4935
|
-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.
|
|
4936
|
-
integrity sha512-
|
|
4934
|
+
version "4.7.9"
|
|
4935
|
+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.9.tgz#6f139082ab58dc4e5a0e51efe7db5ae890d56a0f"
|
|
4936
|
+
integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==
|
|
4937
4937
|
dependencies:
|
|
4938
4938
|
minimist "^1.2.5"
|
|
4939
4939
|
neo-async "^2.6.2"
|
|
@@ -6142,10 +6142,10 @@ mdurl@^2.0.0:
|
|
|
6142
6142
|
resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0"
|
|
6143
6143
|
integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==
|
|
6144
6144
|
|
|
6145
|
-
memfs
|
|
6146
|
-
version "4.
|
|
6147
|
-
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.
|
|
6148
|
-
integrity sha512-
|
|
6145
|
+
memfs@4.38.1:
|
|
6146
|
+
version "4.38.1"
|
|
6147
|
+
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.38.1.tgz#43cc07ee74dc321dbd0cba778db6cd94a4648895"
|
|
6148
|
+
integrity sha512-exfrOkkU3m0EpbQ0iQJP93HUbkprnIBU7IUnobSNAzHkBUzsklLwENGLEm8ZwJmMuLoFEfv1pYQ54wSpkay4kQ==
|
|
6149
6149
|
dependencies:
|
|
6150
6150
|
"@jsonjoy.com/json-pack" "^1.11.0"
|
|
6151
6151
|
"@jsonjoy.com/util" "^1.9.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.39",
|
|
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
|
-
"@salesforce/core": "^8.
|
|
10
|
+
"@salesforce/core": "^8.27.1",
|
|
11
11
|
"@salesforce/kit": "^3.2.1",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^12",
|
|
13
13
|
"ansis": "^3.17.0",
|
|
@@ -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.39.crt",
|
|
232
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.39.sig"
|
|
233
233
|
}
|
|
234
234
|
}
|