@typespec/compiler 1.2.1 → 1.3.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 +5 -4
- 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.3.0-dev.0",
|
|
4
4
|
"description": "TypeSpec Compiler Preview",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"@types/node": "~24.0.3",
|
|
108
108
|
"@types/semver": "^7.5.8",
|
|
109
109
|
"@types/yargs": "~17.0.33",
|
|
110
|
+
"@typespec/internal-build-utils": "^0.72.0 || >=0.73.0-dev <0.73.0",
|
|
110
111
|
"@vitest/coverage-v8": "^3.1.2",
|
|
111
112
|
"@vitest/ui": "^3.1.2",
|
|
112
113
|
"c8": "^10.1.3",
|
|
@@ -114,13 +115,13 @@
|
|
|
114
115
|
"pathe": "^2.0.3",
|
|
115
116
|
"rimraf": "~6.0.1",
|
|
116
117
|
"source-map-support": "~0.5.21",
|
|
118
|
+
"tmlanguage-generator": "^0.6.2 || >=0.7.0-dev <0.7.0",
|
|
117
119
|
"typescript": "~5.8.2",
|
|
118
120
|
"vitest": "^3.1.2",
|
|
119
121
|
"vscode-oniguruma": "~2.0.1",
|
|
120
|
-
"vscode-textmate": "~9.2.0"
|
|
121
|
-
"@typespec/internal-build-utils": "^0.72.1",
|
|
122
|
-
"tmlanguage-generator": "^0.6.2"
|
|
122
|
+
"vscode-textmate": "~9.2.0"
|
|
123
123
|
},
|
|
124
|
+
"peerDependencies": {},
|
|
124
125
|
"scripts": {
|
|
125
126
|
"clean": "rimraf ./dist ./temp",
|
|
126
127
|
"build:init-templates-index": "tsx ./.scripts/build-init-templates.ts",
|
|
@@ -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.2.
|
|
5
|
+
"compilerVersion": "1.2.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.2.
|
|
73
|
+
"compilerVersion": "1.2.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.2.
|
|
150
|
+
"compilerVersion": "1.2.0",
|
|
151
151
|
"libraries": [],
|
|
152
152
|
"files": [
|
|
153
153
|
{
|