@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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-orchestrator",
3
- "version": "1.0.12",
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.12",
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.1",
3179
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.1.tgz",
3180
- "integrity": "sha512-JAuARvXOzf75L7rqLL3TIP3OmuTf7N/cjRejkGASfRJH+09180+EGbSkPWSMCns+AaYpDMI+fdaJ6QCoa3f15A==",
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.1"
1375
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.1.tgz#7fa9041d13f624e4c00d89605d9f732cf8084748"
1376
- integrity sha512-JAuARvXOzf75L7rqLL3TIP3OmuTf7N/cjRejkGASfRJH+09180+EGbSkPWSMCns+AaYpDMI+fdaJ6QCoa3f15A==
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"
@@ -1110,5 +1110,5 @@
1110
1110
  ]
1111
1111
  }
1112
1112
  },
1113
- "version": "1.0.12"
1113
+ "version": "1.0.13"
1114
1114
  }
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.12",
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.12.crt",
211
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.12.sig"
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
  }