@typespec/compiler 1.11.0-dev.3 → 1.11.0-dev.5

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.11.0-dev.3",
3
- "commit": "5cf48cbab36690e081a74a237c5f5ee14237ec14"
2
+ "version": "1.11.0-dev.5",
3
+ "commit": "0df1d4ccf368e05809e5b4420db56ca948ced1ad"
4
4
  };
@@ -1 +1 @@
1
- {"version":3,"file":"manifest.d.ts","sourceRoot":"","sources":["../../src/manifest.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,eAAe,KAAmB,CAAC;AAEhD,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,eAAO,MAAM,QAAQ,EAAE,gBAA2B,CAAC"}
1
+ {"version":3,"file":"manifest.d.ts","sourceRoot":"","sources":["../../src/manifest.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,eAAe,KAAmB,CAAC;AAEhD,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,eAAO,MAAM,QAAQ,EAAE,gBAA2B,CAAC"}
@@ -5,7 +5,9 @@ try {
5
5
  manifest = (await import("../manifest.js")).default;
6
6
  }
7
7
  catch {
8
- const name = "../dist/manifest.js";
8
+ // Construct path dynamically so bundlers cannot statically resolve this import.
9
+ // This fallback is only used when running directly from source during development.
10
+ const name = ["../dist", "manifest.js"].join("/");
9
11
  manifest = (await import(/* @vite-ignore */ /* webpackIgnore: true */ name)).default;
10
12
  }
11
13
  export const typespecVersion = manifest.version;
@@ -1 +1 @@
1
- {"version":3,"file":"manifest.js","sourceRoot":"","sources":["../../src/manifest.ts"],"names":[],"mappings":"AAAA,IAAI,QAAQ,CAAC;AACb,IAAI,CAAC;IACH,6DAA6D;IAC7D,aAAa;IACb,QAAQ,GAAG,CAAC,MAAM,MAAM,CAAC,gBAAgB,CAAC,CAAC,CAAC,OAAO,CAAC;AACtD,CAAC;AAAC,MAAM,CAAC;IACP,MAAM,IAAI,GAAG,qBAAqB,CAAC;IACnC,QAAQ,GAAG,CAAC,MAAM,MAAM,CAAC,kBAAkB,CAAC,yBAAyB,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC;AACvF,CAAC;AAED,MAAM,CAAC,MAAM,eAAe,GAAG,QAAQ,CAAC,OAAO,CAAC;AAmBhD,MAAM,CAAC,MAAM,QAAQ,GAAqB,QAAQ,CAAC"}
1
+ {"version":3,"file":"manifest.js","sourceRoot":"","sources":["../../src/manifest.ts"],"names":[],"mappings":"AAAA,IAAI,QAAQ,CAAC;AACb,IAAI,CAAC;IACH,6DAA6D;IAC7D,aAAa;IACb,QAAQ,GAAG,CAAC,MAAM,MAAM,CAAC,gBAAgB,CAAC,CAAC,CAAC,OAAO,CAAC;AACtD,CAAC;AAAC,MAAM,CAAC;IACP,gFAAgF;IAChF,mFAAmF;IACnF,MAAM,IAAI,GAAG,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;IAClD,QAAQ,GAAG,CAAC,MAAM,MAAM,CAAC,kBAAkB,CAAC,yBAAyB,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC;AACvF,CAAC;AAED,MAAM,CAAC,MAAM,eAAe,GAAG,QAAQ,CAAC,OAAO,CAAC;AAmBhD,MAAM,CAAC,MAAM,QAAQ,GAAqB,QAAQ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/compiler",
3
- "version": "1.11.0-dev.3",
3
+ "version": "1.11.0-dev.5",
4
4
  "description": "TypeSpec compiler and standard library",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",
@@ -84,18 +84,18 @@
84
84
  ],
85
85
  "dependencies": {
86
86
  "@babel/code-frame": "~7.29.0",
87
- "@inquirer/prompts": "^8.0.1",
87
+ "@inquirer/prompts": "^8.3.0",
88
88
  "ajv": "~8.18.0",
89
89
  "change-case": "~5.4.4",
90
90
  "env-paths": "^4.0.0",
91
- "globby": "~16.1.0",
91
+ "globby": "~16.1.1",
92
92
  "is-unicode-supported": "^2.1.0",
93
93
  "mustache": "~4.2.0",
94
94
  "picocolors": "~1.1.1",
95
- "prettier": "~3.8.0",
96
- "semver": "^7.7.1",
97
- "tar": "^7.5.2",
98
- "temporal-polyfill": "^0.3.0",
95
+ "prettier": "~3.8.1",
96
+ "semver": "^7.7.4",
97
+ "tar": "^7.5.11",
98
+ "temporal-polyfill": "^0.3.2",
99
99
  "vscode-languageserver": "~9.0.1",
100
100
  "vscode-languageserver-textdocument": "~1.0.12",
101
101
  "yaml": "~2.8.2",
@@ -103,23 +103,23 @@
103
103
  },
104
104
  "devDependencies": {
105
105
  "@types/babel__code-frame": "~7.27.0",
106
- "@types/mustache": "~4.2.5",
107
- "@types/node": "~25.3.0",
108
- "@types/semver": "^7.5.8",
109
- "@types/yargs": "~17.0.33",
110
- "@typespec/internal-build-utils": "^0.80.0 || >= 0.81.0-dev.0",
111
- "@vitest/coverage-v8": "^4.0.18",
112
- "@vitest/ui": "^4.0.18",
106
+ "@types/mustache": "~4.2.6",
107
+ "@types/node": "~25.5.0",
108
+ "@types/semver": "^7.7.1",
109
+ "@types/yargs": "~17.0.35",
110
+ "@typespec/internal-build-utils": "^0.80.0 || >= 0.81.0-dev.1",
111
+ "@vitest/coverage-v8": "^4.1.0",
112
+ "@vitest/ui": "^4.1.0",
113
113
  "c8": "^11.0.0",
114
114
  "grammarkdown": "~3.3.2",
115
115
  "pathe": "^2.0.3",
116
116
  "rimraf": "~6.1.3",
117
117
  "source-map-support": "~0.5.21",
118
- "tmlanguage-generator": "^0.6.8 || >= 0.6.9-dev.8",
118
+ "tmlanguage-generator": "^0.6.8 || >= 0.6.9-dev.9",
119
119
  "typescript": "~5.9.3",
120
- "vitest": "^4.0.18",
120
+ "vitest": "^4.1.0",
121
121
  "vscode-oniguruma": "~2.0.1",
122
- "vscode-textmate": "~9.3.0"
122
+ "vscode-textmate": "~9.3.2"
123
123
  },
124
124
  "scripts": {
125
125
  "clean": "rimraf ./dist ./temp",