@typespec/emitter-framework 0.13.0-dev.2 → 0.14.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 +11 -0
- package/package.json +3 -3
- package/package.json.bak +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog - @typespec/emitter-framework
|
|
2
2
|
|
|
3
|
+
## 0.13.0
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- [#8415](https://github.com/microsoft/typespec/pull/8415) [c#] Support encode when generating csharp property.
|
|
8
|
+
|
|
9
|
+
### Bump dependencies
|
|
10
|
+
|
|
11
|
+
- [#8823](https://github.com/microsoft/typespec/pull/8823) Upgrade dependencies
|
|
12
|
+
|
|
13
|
+
|
|
3
14
|
## 0.12.0
|
|
4
15
|
|
|
5
16
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/emitter-framework",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.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.21.0",
|
|
42
42
|
"@alloy-js/csharp": "^0.21.0",
|
|
43
43
|
"@alloy-js/typescript": "^0.21.0",
|
|
44
|
-
"@typespec/compiler": "^1.
|
|
44
|
+
"@typespec/compiler": "^1.6.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@alloy-js/cli": "^0.21.0",
|
|
48
48
|
"@alloy-js/core": "^0.21.0",
|
|
49
49
|
"@alloy-js/rollup-plugin": "^0.1.0",
|
|
50
50
|
"@alloy-js/typescript": "^0.21.0",
|
|
51
|
-
"@typespec/compiler": "^1.
|
|
51
|
+
"@typespec/compiler": "^1.6.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.
|
|
3
|
+
"version": "0.14.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.21.0",
|
|
59
59
|
"@alloy-js/csharp": "^0.21.0",
|
|
60
60
|
"@alloy-js/typescript": "^0.21.0",
|
|
61
|
-
"@typespec/compiler": "^1.
|
|
61
|
+
"@typespec/compiler": "^1.6.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@alloy-js/cli": "^0.21.0",
|
|
65
65
|
"@alloy-js/core": "^0.21.0",
|
|
66
66
|
"@alloy-js/rollup-plugin": "^0.1.0",
|
|
67
67
|
"@alloy-js/typescript": "^0.21.0",
|
|
68
|
-
"@typespec/compiler": "^1.
|
|
68
|
+
"@typespec/compiler": "^1.6.0",
|
|
69
69
|
"concurrently": "^9.1.2",
|
|
70
70
|
"pathe": "^2.0.3",
|
|
71
71
|
"prettier": "~3.6.2",
|