@typespec/html-program-viewer 0.53.0-dev.0 → 0.53.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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
## See also
|
|
4
4
|
|
|
5
5
|
- [TypeSpec Getting Started](https://github.com/microsoft/typespec#getting-started)
|
|
6
|
-
- [TypeSpec Website](https://
|
|
6
|
+
- [TypeSpec Website](https://typespec.io)
|
|
7
7
|
- [TypeSpec for the OpenAPI Developer](https://github.com/microsoft/typespec/blob/main/docs/typespec-for-openapi-dev.md)
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/html-program-viewer",
|
|
3
|
-
"version": "0.53.0
|
|
3
|
+
"version": "0.53.0",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec library for emitting an html view of the program.",
|
|
6
|
-
"homepage": "https://
|
|
6
|
+
"homepage": "https://typespec.io",
|
|
7
7
|
"readme": "https://github.com/microsoft/typespec/blob/main/README.md",
|
|
8
8
|
"license": "MIT",
|
|
9
9
|
"repository": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"!dist/test/**"
|
|
39
39
|
],
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@typespec/compiler": "~0.
|
|
41
|
+
"@typespec/compiler": "~0.53.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"prettier": "~3.1.1",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"@types/node": "~18.11.9",
|
|
52
52
|
"@types/react": "~18.2.22",
|
|
53
53
|
"@types/react-dom": "~18.2.7",
|
|
54
|
-
"@typespec/compiler": "~0.
|
|
55
|
-
"@typespec/eslint-config-typespec": "~0.
|
|
54
|
+
"@typespec/compiler": "~0.53.0",
|
|
55
|
+
"@typespec/eslint-config-typespec": "~0.53.0",
|
|
56
56
|
"@babel/core": "^7.22.20",
|
|
57
57
|
"eslint": "^8.55.0",
|
|
58
58
|
"vitest": "^1.2.0",
|