@salesforce/plugin-orchestrator 1.0.9 → 1.0.11

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.
@@ -922,9 +922,7 @@
922
922
  ]
923
923
  },
924
924
  "orchestrator:template:list": {
925
- "aliases": [
926
- "orchestrator template list"
927
- ],
925
+ "aliases": [],
928
926
  "args": {},
929
927
  "description": "Lists AppFramework templates available in the target org. Shows template name, label, ID and other information.",
930
928
  "examples": [
@@ -985,9 +983,7 @@
985
983
  "template",
986
984
  "list.js"
987
985
  ],
988
- "aliasPermutations": [
989
- "orchestrator template list"
990
- ],
986
+ "aliasPermutations": [],
991
987
  "permutations": [
992
988
  "orchestrator:template:list",
993
989
  "template:orchestrator:list",
@@ -1114,5 +1110,5 @@
1114
1110
  ]
1115
1111
  }
1116
1112
  },
1117
- "version": "1.0.9"
1113
+ "version": "1.0.11"
1118
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.9",
4
+ "version": "1.0.11",
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.3",
16
+ "@oclif/plugin-command-snapshot": "^5.3.4",
17
17
  "@salesforce/cli-plugins-testkit": "^5.3.39",
18
18
  "@salesforce/dev-scripts": "^11.0.2",
19
- "@salesforce/plugin-command-reference": "^3.1.57",
19
+ "@salesforce/plugin-command-reference": "^3.1.60",
20
20
  "eslint-config-salesforce-license": "^1.0.1",
21
- "eslint-plugin-sf-plugin": "^1.20.26",
22
- "oclif": "^4.20.5",
21
+ "eslint-plugin-sf-plugin": "^1.20.28",
22
+ "oclif": "^4.21.0",
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.9.crt",
211
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.9.sig"
210
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.11.crt",
211
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-orchestrator/1.0.11.sig"
212
212
  }
213
213
  }