@typespec/compiler 0.68.0-dev.0 → 0.68.0-dev.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 +2 -2
- package/package.json +2 -2
- package/templates/scaffolding.json +3 -3
package/dist/manifest.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/compiler",
|
|
3
|
-
"version": "0.68.0-dev.
|
|
3
|
+
"version": "0.68.0-dev.1",
|
|
4
4
|
"description": "TypeSpec Compiler Preview",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -101,7 +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.
|
|
104
|
+
"@typespec/internal-build-utils": "^0.67.1 || >=0.68.0-dev <0.68.0",
|
|
105
105
|
"@vitest/coverage-v8": "^3.0.7",
|
|
106
106
|
"@vitest/ui": "^3.0.7",
|
|
107
107
|
"c8": "^10.1.3",
|
|
@@ -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.
|
|
5
|
+
"compilerVersion": "0.67.1",
|
|
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.
|
|
70
|
+
"compilerVersion": "0.67.1",
|
|
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.
|
|
146
|
+
"compilerVersion": "0.67.1",
|
|
147
147
|
"libraries": [],
|
|
148
148
|
"files": [
|
|
149
149
|
{
|