@typespec/compiler 0.67.1 → 0.68.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.67.1",
3
- "commit": "420be4b2c4c9717c38fefc30480b21c04a6d771d"
2
+ "version": "0.68.0-dev.0",
3
+ "commit": "7823e960ade4c146464fb39ee6d0c1a381374c27"
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "0.67.1",
3
+ "version": "0.68.0-dev.0",
4
4
  "description": "TypeSpec Compiler Preview",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",
@@ -101,6 +101,7 @@
101
101
  "@types/node": "~22.13.9",
102
102
  "@types/semver": "^7.5.8",
103
103
  "@types/yargs": "~17.0.33",
104
+ "@typespec/internal-build-utils": "^0.67.0 || >=0.68.0-dev <0.68.0",
104
105
  "@vitest/coverage-v8": "^3.0.7",
105
106
  "@vitest/ui": "^3.0.7",
106
107
  "c8": "^10.1.3",
@@ -108,13 +109,13 @@
108
109
  "pathe": "^2.0.3",
109
110
  "rimraf": "~6.0.1",
110
111
  "source-map-support": "~0.5.21",
112
+ "tmlanguage-generator": "^0.6.0 || >=0.7.0-dev <0.7.0",
111
113
  "typescript": "~5.8.2",
112
114
  "vitest": "^3.0.7",
113
115
  "vscode-oniguruma": "~2.0.1",
114
- "vscode-textmate": "~9.2.0",
115
- "@typespec/internal-build-utils": "^0.67.1",
116
- "tmlanguage-generator": "^0.6.0"
116
+ "vscode-textmate": "~9.2.0"
117
117
  },
118
+ "peerDependencies": {},
118
119
  "scripts": {
119
120
  "clean": "rimraf ./dist ./temp",
120
121
  "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": "0.67.1",
5
+ "compilerVersion": "0.67.0",
6
6
  "libraries": [
7
7
  "@typespec/http",
8
8
  "@typespec/rest",
@@ -67,7 +67,7 @@
67
67
  "library-ts": {
68
68
  "title": "TypeSpec library",
69
69
  "description": "Build your own TypeSpec library with custom types, decorators or linters.",
70
- "compilerVersion": "0.67.1",
70
+ "compilerVersion": "0.67.0",
71
71
  "libraries": [],
72
72
  "files": [
73
73
  {
@@ -143,7 +143,7 @@
143
143
  "emitter-ts": {
144
144
  "title": "TypeSpec emitter",
145
145
  "description": "Create a new package that emits artifacts from TypeSpec.",
146
- "compilerVersion": "0.67.1",
146
+ "compilerVersion": "0.67.0",
147
147
  "libraries": [],
148
148
  "files": [
149
149
  {