@typespec/compiler 0.56.0-dev.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.
Files changed (2) hide show
  1. package/dist/manifest.js +2 -2
  2. package/package.json +2 -2
package/dist/manifest.js CHANGED
@@ -1,4 +1,4 @@
1
1
  export default {
2
- "version": "0.56.0-dev.0",
3
- "commit": "2f53533d944dc8a4a4c1a67ba892f773e7513e96"
2
+ "version": "0.56.0-dev.1",
3
+ "commit": "c6218ea626c4907d20b09b907584c71d9d103231"
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "0.56.0-dev.0",
3
+ "version": "0.56.0-dev.1",
4
4
  "description": "TypeSpec Compiler Preview",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",
@@ -114,7 +114,7 @@
114
114
  "test": "vitest run",
115
115
  "test:ui": "vitest --ui",
116
116
  "test:watch": "vitest -w",
117
- "test-official": "vitest run --coverage --reporter=junit --reporter=default --no-file-parallelism",
117
+ "test:ci": "vitest run --coverage --reporter=junit --reporter=default",
118
118
  "test:e2e": "vitest run --config ./vitest.config.e2e.ts",
119
119
  "gen-manifest": "node scripts/generate-manifest.js",
120
120
  "regen-nonascii": "node scripts/regen-nonascii.js",