@typespec/compiler 0.65.1 → 0.66.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 CHANGED
@@ -1,4 +1,4 @@
1
1
  export default {
2
- "version": "0.65.1",
3
- "commit": "2b9d287ec99de4057a75d6072130bd2358784478"
2
+ "version": "0.66.0-dev.0",
3
+ "commit": "ef04080e69155401e5047cff69e5b50c1844d5dc"
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "0.65.1",
3
+ "version": "0.66.0-dev.0",
4
4
  "description": "TypeSpec Compiler Preview",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",
@@ -71,7 +71,7 @@
71
71
  ],
72
72
  "dependencies": {
73
73
  "@babel/code-frame": "~7.26.2",
74
- "@npmcli/arborist": "^8.0.0",
74
+ "@npmcli/arborist": "^9.0.0",
75
75
  "ajv": "~8.17.1",
76
76
  "change-case": "~5.4.4",
77
77
  "globby": "~14.0.2",
@@ -94,19 +94,20 @@
94
94
  "@types/prompts": "~2.4.9",
95
95
  "@types/semver": "^7.5.8",
96
96
  "@types/yargs": "~17.0.33",
97
+ "@typespec/internal-build-utils": "~0.65.0 || >=0.66.0-dev <0.66.0",
97
98
  "@vitest/coverage-v8": "^3.0.4",
98
99
  "@vitest/ui": "^3.0.3",
99
100
  "c8": "^10.1.3",
100
101
  "grammarkdown": "~3.3.2",
101
102
  "rimraf": "~6.0.1",
102
103
  "source-map-support": "~0.5.21",
104
+ "tmlanguage-generator": "~0.5.11 || >=0.6.0-dev <0.6.0",
103
105
  "typescript": "~5.7.3",
104
106
  "vitest": "^3.0.5",
105
107
  "vscode-oniguruma": "~2.0.1",
106
- "vscode-textmate": "~9.2.0",
107
- "@typespec/internal-build-utils": "~0.65.0",
108
- "tmlanguage-generator": "~0.5.11"
108
+ "vscode-textmate": "~9.2.0"
109
109
  },
110
+ "peerDependencies": {},
110
111
  "scripts": {
111
112
  "clean": "rimraf ./dist ./temp",
112
113
  "build:init-templates-index": "tsx ./.scripts/build-init-templates.ts",
@@ -3,12 +3,12 @@
3
3
  "title": "Empty project",
4
4
  "description": "Create an empty project.",
5
5
  "libraries": [],
6
- "compilerVersion": "0.65.1"
6
+ "compilerVersion": "0.65.0"
7
7
  },
8
8
  "rest": {
9
9
  "title": "Generic REST API",
10
10
  "description": "Create a project representing a generic REST API",
11
- "compilerVersion": "0.65.1",
11
+ "compilerVersion": "0.65.0",
12
12
  "libraries": [
13
13
  "@typespec/http",
14
14
  "@typespec/rest",
@@ -69,7 +69,7 @@
69
69
  "library-ts": {
70
70
  "title": "TypeSpec Library (With TypeScript)",
71
71
  "description": "Create a new package to add decorators or linters to typespec.",
72
- "compilerVersion": "0.65.1",
72
+ "compilerVersion": "0.65.0",
73
73
  "libraries": [],
74
74
  "files": [
75
75
  {
@@ -145,7 +145,7 @@
145
145
  "emitter-ts": {
146
146
  "title": "TypeSpec Emitter (With TypeScript)",
147
147
  "description": "Create a new package that will be emitting typespec",
148
- "compilerVersion": "0.65.1",
148
+ "compilerVersion": "0.65.0",
149
149
  "libraries": [],
150
150
  "files": [
151
151
  {