@typespec/spector 0.1.0-alpha.21-dev.3 → 0.1.0-alpha.22-dev.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Change Log - @typespec/spector
2
2
 
3
+ ## 0.1.0-alpha.21
4
+
5
+ ### Bump dependencies
6
+
7
+ - [#9046](https://github.com/microsoft/typespec/pull/9046) Upgrade dependencies
8
+
9
+ ### Bug Fixes
10
+
11
+ - [#8985](https://github.com/microsoft/typespec/pull/8985) Add new `sourceUrl` handling for the go to source navigation
12
+ - [#9016](https://github.com/microsoft/typespec/pull/9016) Switch `js-yaml` to `yaml` library
13
+
14
+
3
15
  ## 0.1.0-alpha.20
4
16
 
5
17
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/spector",
3
- "version": "0.1.0-alpha.21-dev.3",
3
+ "version": "0.1.0-alpha.22-dev.0",
4
4
  "description": "Typespec Core Tool to validate, run mock api, collect coverage.",
5
5
  "exports": {
6
6
  ".": {
@@ -27,12 +27,12 @@
27
27
  "homepage": "https://github.com/microsoft/typespec#readme",
28
28
  "dependencies": {
29
29
  "@azure/identity": "~4.13.0",
30
- "@typespec/compiler": "^1.6.0",
31
- "@typespec/http": "^1.6.0",
32
- "@typespec/rest": "^0.76.0 || >=0.77.0-dev <0.77.0",
33
- "@typespec/spec-api": "^0.1.0-alpha.10 || >=0.1.0-alpha.11-dev <0.1.0-alpha.11",
34
- "@typespec/spec-coverage-sdk": "^0.1.0-alpha.12 || >=0.1.0-alpha.13-dev <0.1.0-alpha.13",
35
- "@typespec/versioning": "^0.76.0 || >=0.77.0-dev <0.77.0",
30
+ "@typespec/compiler": "^1.7.0",
31
+ "@typespec/http": "^1.7.0",
32
+ "@typespec/rest": "^0.77.0 || >=0.78.0-dev <0.78.0",
33
+ "@typespec/spec-api": "^0.1.0-alpha.11 || >=0.1.0-alpha.12-dev <0.1.0-alpha.12",
34
+ "@typespec/spec-coverage-sdk": "^0.1.0-alpha.13 || >=0.1.0-alpha.14-dev <0.1.0-alpha.14",
35
+ "@typespec/versioning": "^0.77.0 || >=0.78.0-dev <0.78.0",
36
36
  "ajv": "~8.17.1",
37
37
  "body-parser": "^2.2.0",
38
38
  "deep-equal": "^2.2.0",
@@ -57,7 +57,7 @@
57
57
  "@types/node": "~24.10.1",
58
58
  "@types/xml2js": "^0.4.11",
59
59
  "@types/yargs": "~17.0.33",
60
- "@typespec/tspd": "^0.73.1 || >=0.74.0-dev <0.74.0",
60
+ "@typespec/tspd": "^0.73.2 || >=0.74.0-dev <0.74.0",
61
61
  "rimraf": "~6.1.2",
62
62
  "typescript": "~5.9.2"
63
63
  },