@typespec/emitter-framework 0.17.0-dev.4 → 0.17.1-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 +15 -0
- package/package.json +3 -3
- package/package.json.bak +3 -3
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.
|
|
3
|
+
"version": "0.17.1-dev.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.
|
|
51
|
+
"@typespec/compiler": "^1.10.0 || >= 1.11.0-dev.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@alloy-js/cli": "^0.22.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
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.
|
|
59
|
+
"@typespec/compiler": "^1.10.0 || >= 1.11.0-dev.0",
|
|
60
60
|
"concurrently": "^9.1.2",
|
|
61
61
|
"pathe": "^2.0.3",
|
|
62
62
|
"prettier": "~3.8.0",
|
package/package.json.bak
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/emitter-framework",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.1-dev.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.
|
|
69
|
+
"@typespec/compiler": "^1.10.0 || >= 1.11.0-dev.0"
|
|
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.
|
|
77
|
+
"@typespec/compiler": "^1.10.0 || >= 1.11.0-dev.0",
|
|
78
78
|
"concurrently": "^9.1.2",
|
|
79
79
|
"pathe": "^2.0.3",
|
|
80
80
|
"prettier": "~3.8.0",
|