@typespec/spector 0.1.0-alpha.11-dev.0 → 0.1.0-alpha.11-dev.1

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/lib/main.tsp CHANGED
@@ -23,7 +23,7 @@ extern dec scenarioService(
23
23
  /**
24
24
  * Mark an operation, interface or namespace as a scenario. All containing operations will be part of the same scenario.
25
25
  */
26
- extern dec scenario(target: Namespace | Interface | Operation, name?: valueof string);
26
+ extern dec `scenario`(target: Namespace | Interface | Operation, name?: valueof string);
27
27
 
28
28
  /**
29
29
  * Specify documentation on how to implement this scenario.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/spector",
3
- "version": "0.1.0-alpha.11-dev.0",
3
+ "version": "0.1.0-alpha.11-dev.1",
4
4
  "description": "Typespec Core Tool to validate, run mock api, collect coverage.",
5
5
  "exports": {
6
6
  ".": {