@salesforce/plugin-orchestrator 1.0.7 → 1.0.8

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.
@@ -1114,5 +1114,5 @@
1114
1114
  ]
1115
1115
  }
1116
1116
  },
1117
- "version": "1.0.7"
1117
+ "version": "1.0.8"
1118
1118
  }
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.7",
4
+ "version": "1.0.8",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -13,13 +13,13 @@
13
13
  "eslint": "^8.56.0"
14
14
  },
15
15
  "devDependencies": {
16
- "@oclif/plugin-command-snapshot": "^5.3.2",
16
+ "@oclif/plugin-command-snapshot": "^5.3.3",
17
17
  "@salesforce/cli-plugins-testkit": "^5.3.39",
18
18
  "@salesforce/dev-scripts": "^11.0.2",
19
19
  "@salesforce/plugin-command-reference": "^3.1.57",
20
20
  "eslint-config-salesforce-license": "^1.0.1",
21
21
  "eslint-plugin-sf-plugin": "^1.20.26",
22
- "oclif": "^4.20.1",
22
+ "oclif": "^4.20.5",
23
23
  "ts-node": "^10.9.2",
24
24
  "typescript": "^5.5.4"
25
25
  },
@@ -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.7.crt",
211
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.7.sig"
210
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.8.crt",
211
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.8.sig"
212
212
  }
213
213
  }