@typespec/compiler 1.11.0-dev.9 → 1.11.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 CHANGED
@@ -1,4 +1,4 @@
1
1
  export default {
2
- "version": "1.11.0-dev.9",
3
- "commit": "fd8e700e5b33e9469cfb9c61ac67e05dcdd1bf47"
2
+ "version": "1.11.0",
3
+ "commit": "478dfed5a5e1ac566a16e163984a02fba3fc8751"
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "1.11.0-dev.9",
3
+ "version": "1.11.0",
4
4
  "description": "TypeSpec compiler and standard library",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",
@@ -107,7 +107,6 @@
107
107
  "@types/node": "~25.5.0",
108
108
  "@types/semver": "^7.7.1",
109
109
  "@types/yargs": "~17.0.35",
110
- "@typespec/internal-build-utils": "^0.80.0 || >= 0.81.0-dev.2",
111
110
  "@vitest/coverage-v8": "^4.1.0",
112
111
  "@vitest/ui": "^4.1.0",
113
112
  "c8": "^11.0.0",
@@ -115,11 +114,12 @@
115
114
  "pathe": "^2.0.3",
116
115
  "rimraf": "~6.1.3",
117
116
  "source-map-support": "~0.5.21",
118
- "tmlanguage-generator": "^0.6.8 || >= 0.6.9-dev.10",
119
117
  "typescript": "~5.9.3",
120
118
  "vitest": "^4.1.0",
121
119
  "vscode-oniguruma": "~2.0.1",
122
- "vscode-textmate": "~9.3.2"
120
+ "vscode-textmate": "~9.3.2",
121
+ "@typespec/internal-build-utils": "^0.81.0",
122
+ "tmlanguage-generator": "^0.6.8"
123
123
  },
124
124
  "scripts": {
125
125
  "clean": "rimraf ./dist ./temp",
@@ -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.10.0",
5
+ "compilerVersion": "1.11.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.10.0",
73
+ "compilerVersion": "1.11.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.10.0",
150
+ "compilerVersion": "1.11.0",
151
151
  "libraries": [],
152
152
  "files": [
153
153
  {