@typespec/compiler 0.67.0 → 0.67.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/dist/manifest.js +2 -2
- package/package.json +2 -2
- package/templates/scaffolding.json +3 -3
package/dist/manifest.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/compiler",
|
|
3
|
-
"version": "0.67.
|
|
3
|
+
"version": "0.67.1",
|
|
4
4
|
"description": "TypeSpec Compiler Preview",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"vitest": "^3.0.7",
|
|
113
113
|
"vscode-oniguruma": "~2.0.1",
|
|
114
114
|
"vscode-textmate": "~9.2.0",
|
|
115
|
-
"@typespec/internal-build-utils": "^0.67.
|
|
115
|
+
"@typespec/internal-build-utils": "^0.67.1",
|
|
116
116
|
"tmlanguage-generator": "^0.6.0"
|
|
117
117
|
},
|
|
118
118
|
"scripts": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"rest": {
|
|
3
3
|
"title": "Generic REST API",
|
|
4
4
|
"description": "Create a project representing a generic REST API service.",
|
|
5
|
-
"compilerVersion": "0.67.
|
|
5
|
+
"compilerVersion": "0.67.1",
|
|
6
6
|
"libraries": [
|
|
7
7
|
"@typespec/http",
|
|
8
8
|
"@typespec/rest",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"library-ts": {
|
|
68
68
|
"title": "TypeSpec library",
|
|
69
69
|
"description": "Build your own TypeSpec library with custom types, decorators or linters.",
|
|
70
|
-
"compilerVersion": "0.67.
|
|
70
|
+
"compilerVersion": "0.67.1",
|
|
71
71
|
"libraries": [],
|
|
72
72
|
"files": [
|
|
73
73
|
{
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"emitter-ts": {
|
|
144
144
|
"title": "TypeSpec emitter",
|
|
145
145
|
"description": "Create a new package that emits artifacts from TypeSpec.",
|
|
146
|
-
"compilerVersion": "0.67.
|
|
146
|
+
"compilerVersion": "0.67.1",
|
|
147
147
|
"libraries": [],
|
|
148
148
|
"files": [
|
|
149
149
|
{
|