@typespec/emitter-framework 0.17.0-dev.4 → 0.17.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.17.0
4
+
5
+ ### Features
6
+
7
+ - [#7993](https://github.com/microsoft/typespec/pull/7993) [csharp] Add new `ExtensibleEnumDeclaration` component allowing an unbound enum representation using a c# `struct`
8
+
9
+ ### Bump dependencies
10
+
11
+ - [#9838](https://github.com/microsoft/typespec/pull/9838) Upgrade dependencies
12
+
13
+ ### Bug Fixes
14
+
15
+ - [#9879](https://github.com/microsoft/typespec/pull/9879) Add the missing export in index for extensible-enum in csharp
16
+
17
+
3
18
  ## 0.16.0
4
19
 
5
20
  ### Bump dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/emitter-framework",
3
- "version": "0.17.0-dev.4",
3
+ "version": "0.17.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -48,7 +48,7 @@
48
48
  "@alloy-js/csharp": "^0.22.0",
49
49
  "@alloy-js/python": "^0.3.0",
50
50
  "@alloy-js/typescript": "^0.22.0",
51
- "@typespec/compiler": "^1.9.0 || >= 1.10.0-dev.10"
51
+ "@typespec/compiler": "^1.10.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@alloy-js/cli": "^0.22.0",
@@ -56,7 +56,6 @@
56
56
  "@alloy-js/python": "^0.3.0",
57
57
  "@alloy-js/rollup-plugin": "^0.1.0",
58
58
  "@alloy-js/typescript": "^0.22.0",
59
- "@typespec/compiler": "^1.9.0 || >= 1.10.0-dev.10",
60
59
  "concurrently": "^9.1.2",
61
60
  "pathe": "^2.0.3",
62
61
  "prettier": "~3.8.0",
@@ -67,7 +66,8 @@
67
66
  "tree-sitter-typescript": "^0.23.0",
68
67
  "typescript": "~5.9.3",
69
68
  "vitest": "^4.0.18",
70
- "web-tree-sitter": "^0.26.3"
69
+ "web-tree-sitter": "^0.26.3",
70
+ "@typespec/compiler": "^1.10.0"
71
71
  },
72
72
  "scripts": {
73
73
  "build": "alloy build",
package/package.json.bak CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/emitter-framework",
3
- "version": "0.17.0-dev.4",
3
+ "version": "0.17.0",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -66,7 +66,7 @@
66
66
  "@alloy-js/csharp": "^0.22.0",
67
67
  "@alloy-js/python": "^0.3.0",
68
68
  "@alloy-js/typescript": "^0.22.0",
69
- "@typespec/compiler": "^1.9.0 || >= 1.10.0-dev.10"
69
+ "@typespec/compiler": "workspace:^"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@alloy-js/cli": "^0.22.0",
@@ -74,7 +74,7 @@
74
74
  "@alloy-js/python": "^0.3.0",
75
75
  "@alloy-js/rollup-plugin": "^0.1.0",
76
76
  "@alloy-js/typescript": "^0.22.0",
77
- "@typespec/compiler": "^1.9.0 || >= 1.10.0-dev.10",
77
+ "@typespec/compiler": "workspace:^",
78
78
  "concurrently": "^9.1.2",
79
79
  "pathe": "^2.0.3",
80
80
  "prettier": "~3.8.0",