@salesforce/plugin-orchestrator 1.0.12 → 1.0.13
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 +5 -5
- package/oclif.lock +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-orchestrator",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.13",
|
|
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.13",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -3175,9 +3175,9 @@
|
|
|
3175
3175
|
}
|
|
3176
3176
|
},
|
|
3177
3177
|
"node_modules/@oclif/core": {
|
|
3178
|
-
"version": "4.5.
|
|
3179
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.
|
|
3180
|
-
"integrity": "sha512-
|
|
3178
|
+
"version": "4.5.2",
|
|
3179
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.2.tgz",
|
|
3180
|
+
"integrity": "sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==",
|
|
3181
3181
|
"license": "MIT",
|
|
3182
3182
|
"dependencies": {
|
|
3183
3183
|
"ansi-escapes": "^4.3.2",
|
package/oclif.lock
CHANGED
|
@@ -1371,9 +1371,9 @@
|
|
|
1371
1371
|
fastq "^1.6.0"
|
|
1372
1372
|
|
|
1373
1373
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.5.1":
|
|
1374
|
-
version "4.5.
|
|
1375
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.
|
|
1376
|
-
integrity sha512-
|
|
1374
|
+
version "4.5.2"
|
|
1375
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.2.tgz#4db8a365fa7e9e33af272294f710a7f3f25538e2"
|
|
1376
|
+
integrity sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==
|
|
1377
1377
|
dependencies:
|
|
1378
1378
|
ansi-escapes "^4.3.2"
|
|
1379
1379
|
ansis "^3.17.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.13",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"exports": "./lib/index.js",
|
|
208
208
|
"type": "module",
|
|
209
209
|
"sfdx": {
|
|
210
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.
|
|
211
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.
|
|
210
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.13.crt",
|
|
211
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.13.sig"
|
|
212
212
|
}
|
|
213
213
|
}
|