@typespec/compiler 1.7.0 → 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 +1 -1
- package/package.json +5 -4
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,6 +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.77.0 || >=0.78.0-dev <0.78.0",
|
|
110
111
|
"@vitest/coverage-v8": "^4.0.4",
|
|
111
112
|
"@vitest/ui": "^4.0.4",
|
|
112
113
|
"c8": "^10.1.3",
|
|
@@ -114,13 +115,13 @@
|
|
|
114
115
|
"pathe": "^2.0.3",
|
|
115
116
|
"rimraf": "~6.1.2",
|
|
116
117
|
"source-map-support": "~0.5.21",
|
|
118
|
+
"tmlanguage-generator": "^0.6.6 || >=0.7.0-dev <0.7.0",
|
|
117
119
|
"typescript": "~5.9.2",
|
|
118
120
|
"vitest": "^4.0.4",
|
|
119
121
|
"vscode-oniguruma": "~2.0.1",
|
|
120
|
-
"vscode-textmate": "~9.2.0"
|
|
121
|
-
"@typespec/internal-build-utils": "^0.77.0",
|
|
122
|
-
"tmlanguage-generator": "^0.6.6"
|
|
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",
|