@typespec/compiler 0.55.0 → 0.56.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 +7 -6
package/dist/manifest.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/compiler",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.56.0-dev.1",
|
|
4
4
|
"description": "TypeSpec Compiler Preview",
|
|
5
5
|
"author": "Microsoft Corporation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -83,6 +83,8 @@
|
|
|
83
83
|
"@types/semver": "^7.5.8",
|
|
84
84
|
"@types/sinon": "~17.0.3",
|
|
85
85
|
"@types/yargs": "~17.0.32",
|
|
86
|
+
"@typespec/eslint-config-typespec": "~0.55.0 || >=0.56.0-dev <0.56.0",
|
|
87
|
+
"@typespec/internal-build-utils": "~0.55.0 || >=0.56.0-dev <0.56.0",
|
|
86
88
|
"@vitest/coverage-v8": "^1.4.0",
|
|
87
89
|
"@vitest/ui": "^1.4.0",
|
|
88
90
|
"c8": "^9.1.0",
|
|
@@ -91,15 +93,14 @@
|
|
|
91
93
|
"rimraf": "~5.0.5",
|
|
92
94
|
"sinon": "~17.0.1",
|
|
93
95
|
"source-map-support": "~0.5.21",
|
|
96
|
+
"tmlanguage-generator": "~0.5.4 || >=0.6.0-dev <0.6.0",
|
|
94
97
|
"ts-node": "~10.9.2",
|
|
95
98
|
"typescript": "~5.4.3",
|
|
96
99
|
"vitest": "^1.4.0",
|
|
97
100
|
"vscode-oniguruma": "~2.0.1",
|
|
98
|
-
"vscode-textmate": "~9.0.0"
|
|
99
|
-
"@typespec/eslint-config-typespec": "~0.55.0",
|
|
100
|
-
"tmlanguage-generator": "~0.5.4",
|
|
101
|
-
"@typespec/internal-build-utils": "~0.55.0"
|
|
101
|
+
"vscode-textmate": "~9.0.0"
|
|
102
102
|
},
|
|
103
|
+
"peerDependencies": {},
|
|
103
104
|
"scripts": {
|
|
104
105
|
"clean": "rimraf ./dist ./temp",
|
|
105
106
|
"build:init-templates-index": "node --no-warnings --experimental-specifier-resolution=node --loader ts-node/esm ./.scripts/build-init-templates.ts",
|
|
@@ -113,7 +114,7 @@
|
|
|
113
114
|
"test": "vitest run",
|
|
114
115
|
"test:ui": "vitest --ui",
|
|
115
116
|
"test:watch": "vitest -w",
|
|
116
|
-
"test
|
|
117
|
+
"test:ci": "vitest run --coverage --reporter=junit --reporter=default",
|
|
117
118
|
"test:e2e": "vitest run --config ./vitest.config.e2e.ts",
|
|
118
119
|
"gen-manifest": "node scripts/generate-manifest.js",
|
|
119
120
|
"regen-nonascii": "node scripts/regen-nonascii.js",
|