@typespec/emitter-framework 0.12.0-dev.3 → 0.13.0-dev.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog - @typespec/emitter-framework
2
2
 
3
+ ## 0.12.0
4
+
5
+ ### Features
6
+
7
+ - [#8686](https://github.com/microsoft/typespec/pull/8686) Make C# and TypeScript TypeExpression overridable for unsupported types.
8
+
9
+ ### Bump dependencies
10
+
11
+ - [#8437](https://github.com/microsoft/typespec/pull/8437) Upgrade dependencies
12
+
13
+ ### Bug Fixes
14
+
15
+ - [#8474](https://github.com/microsoft/typespec/pull/8474) Remove development exports from published package
16
+
17
+
3
18
  ## 0.11.0
4
19
 
5
20
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/emitter-framework",
3
- "version": "0.12.0-dev.3",
3
+ "version": "0.13.0-dev.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -41,14 +41,14 @@
41
41
  "@alloy-js/core": "^0.20.0",
42
42
  "@alloy-js/csharp": "^0.20.0",
43
43
  "@alloy-js/typescript": "^0.20.0",
44
- "@typespec/compiler": "^1.4.0"
44
+ "@typespec/compiler": "^1.5.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@alloy-js/cli": "^0.20.0",
48
48
  "@alloy-js/core": "^0.20.0",
49
49
  "@alloy-js/rollup-plugin": "^0.1.0",
50
50
  "@alloy-js/typescript": "^0.20.0",
51
- "@typespec/compiler": "^1.4.0",
51
+ "@typespec/compiler": "^1.5.0",
52
52
  "concurrently": "^9.1.2",
53
53
  "pathe": "^2.0.3",
54
54
  "prettier": "~3.6.2",
package/package.json.bak CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/emitter-framework",
3
- "version": "0.12.0-dev.3",
3
+ "version": "0.13.0-dev.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -58,14 +58,14 @@
58
58
  "@alloy-js/core": "^0.20.0",
59
59
  "@alloy-js/csharp": "^0.20.0",
60
60
  "@alloy-js/typescript": "^0.20.0",
61
- "@typespec/compiler": "^1.4.0"
61
+ "@typespec/compiler": "^1.5.0"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@alloy-js/cli": "^0.20.0",
65
65
  "@alloy-js/core": "^0.20.0",
66
66
  "@alloy-js/rollup-plugin": "^0.1.0",
67
67
  "@alloy-js/typescript": "^0.20.0",
68
- "@typespec/compiler": "^1.4.0",
68
+ "@typespec/compiler": "^1.5.0",
69
69
  "concurrently": "^9.1.2",
70
70
  "pathe": "^2.0.3",
71
71
  "prettier": "~3.6.2",