@typespec/compiler 1.7.0-dev.8 → 1.8.0-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/dist/manifest.js +2 -2
- package/package.json +3 -3
- 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": "1.
|
|
3
|
+
"version": "1.8.0-dev.0",
|
|
4
4
|
"description": "TypeSpec Compiler Preview",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@types/node": "~24.10.1",
|
|
108
108
|
"@types/semver": "^7.5.8",
|
|
109
109
|
"@types/yargs": "~17.0.33",
|
|
110
|
-
"@typespec/internal-build-utils": "^0.
|
|
110
|
+
"@typespec/internal-build-utils": "^0.77.0 || >=0.78.0-dev <0.78.0",
|
|
111
111
|
"@vitest/coverage-v8": "^4.0.4",
|
|
112
112
|
"@vitest/ui": "^4.0.4",
|
|
113
113
|
"c8": "^10.1.3",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"pathe": "^2.0.3",
|
|
116
116
|
"rimraf": "~6.1.2",
|
|
117
117
|
"source-map-support": "~0.5.21",
|
|
118
|
-
"tmlanguage-generator": "^0.6.
|
|
118
|
+
"tmlanguage-generator": "^0.6.6 || >=0.7.0-dev <0.7.0",
|
|
119
119
|
"typescript": "~5.9.2",
|
|
120
120
|
"vitest": "^4.0.4",
|
|
121
121
|
"vscode-oniguruma": "~2.0.1",
|
|
@@ -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": "1.
|
|
5
|
+
"compilerVersion": "1.7.0",
|
|
6
6
|
"libraries": [
|
|
7
7
|
"@typespec/http",
|
|
8
8
|
"@typespec/rest",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"target": "library",
|
|
71
71
|
"title": "TypeSpec library",
|
|
72
72
|
"description": "Build your own TypeSpec library with custom types, decorators or linters.",
|
|
73
|
-
"compilerVersion": "1.
|
|
73
|
+
"compilerVersion": "1.7.0",
|
|
74
74
|
"libraries": [],
|
|
75
75
|
"files": [
|
|
76
76
|
{
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"target": "library",
|
|
148
148
|
"title": "TypeSpec emitter",
|
|
149
149
|
"description": "Create a new package that emits artifacts from TypeSpec.",
|
|
150
|
-
"compilerVersion": "1.
|
|
150
|
+
"compilerVersion": "1.7.0",
|
|
151
151
|
"libraries": [],
|
|
152
152
|
"files": [
|
|
153
153
|
{
|