@typespec/compiler 0.62.0-dev.2 → 0.62.0-dev.4
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 +8 -7
- package/templates/scaffolding.json +4 -4
package/dist/manifest.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/compiler",
|
|
3
|
-
"version": "0.62.0-dev.
|
|
3
|
+
"version": "0.62.0-dev.4",
|
|
4
4
|
"description": "TypeSpec Compiler Preview",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"tspMain": "lib/std/main.tsp",
|
|
23
23
|
"exports": {
|
|
24
24
|
".": {
|
|
25
|
+
"typespec": "./lib/std/main.tsp",
|
|
25
26
|
"types": "./dist/src/index.d.ts",
|
|
26
27
|
"default": "./dist/src/index.js"
|
|
27
28
|
},
|
|
@@ -65,7 +66,7 @@
|
|
|
65
66
|
"!dist/test/**"
|
|
66
67
|
],
|
|
67
68
|
"dependencies": {
|
|
68
|
-
"@babel/code-frame": "~7.
|
|
69
|
+
"@babel/code-frame": "~7.25.7",
|
|
69
70
|
"ajv": "~8.17.1",
|
|
70
71
|
"change-case": "~5.4.4",
|
|
71
72
|
"globby": "~14.0.2",
|
|
@@ -83,21 +84,21 @@
|
|
|
83
84
|
"devDependencies": {
|
|
84
85
|
"@types/babel__code-frame": "~7.0.6",
|
|
85
86
|
"@types/mustache": "~4.2.5",
|
|
86
|
-
"@types/node": "~22.7.
|
|
87
|
+
"@types/node": "~22.7.5",
|
|
87
88
|
"@types/prompts": "~2.4.9",
|
|
88
89
|
"@types/semver": "^7.5.8",
|
|
89
90
|
"@types/yargs": "~17.0.33",
|
|
90
91
|
"@typespec/internal-build-utils": "~0.61.0 || >=0.62.0-dev <0.62.0",
|
|
91
|
-
"@vitest/coverage-v8": "^2.1.
|
|
92
|
-
"@vitest/ui": "^2.1.
|
|
92
|
+
"@vitest/coverage-v8": "^2.1.2",
|
|
93
|
+
"@vitest/ui": "^2.1.2",
|
|
93
94
|
"c8": "^10.1.2",
|
|
94
95
|
"grammarkdown": "~3.3.2",
|
|
95
96
|
"rimraf": "~6.0.1",
|
|
96
97
|
"source-map-support": "~0.5.21",
|
|
97
98
|
"tmlanguage-generator": "~0.5.9 || >=0.6.0-dev <0.6.0",
|
|
98
99
|
"ts-node": "~10.9.2",
|
|
99
|
-
"typescript": "~5.6.
|
|
100
|
-
"vitest": "^2.1.
|
|
100
|
+
"typescript": "~5.6.3",
|
|
101
|
+
"vitest": "^2.1.2",
|
|
101
102
|
"vscode-oniguruma": "~2.0.1",
|
|
102
103
|
"vscode-textmate": "~9.1.0"
|
|
103
104
|
},
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"title": "Empty project",
|
|
4
4
|
"description": "Create an empty project.",
|
|
5
5
|
"libraries": [],
|
|
6
|
-
"compilerVersion": "0.61.
|
|
6
|
+
"compilerVersion": "0.61.2"
|
|
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.61.
|
|
11
|
+
"compilerVersion": "0.61.2",
|
|
12
12
|
"libraries": [
|
|
13
13
|
"@typespec/http",
|
|
14
14
|
"@typespec/rest",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"library-ts": {
|
|
24
24
|
"title": "TypeSpec Library (With TypeScript)",
|
|
25
25
|
"description": "Create a new package to add decorators or linters to typespec.",
|
|
26
|
-
"compilerVersion": "0.61.
|
|
26
|
+
"compilerVersion": "0.61.2",
|
|
27
27
|
"libraries": [],
|
|
28
28
|
"files": [
|
|
29
29
|
{
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"emitter-ts": {
|
|
100
100
|
"title": "TypeSpec Emitter (With TypeScript)",
|
|
101
101
|
"description": "Create a new package that will be emitting typespec",
|
|
102
|
-
"compilerVersion": "0.61.
|
|
102
|
+
"compilerVersion": "0.61.2",
|
|
103
103
|
"libraries": [],
|
|
104
104
|
"files": [
|
|
105
105
|
{
|