@typespec/compiler 1.0.0-rc.1-dev.12 → 1.0.0-rc.1

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