@typespec/emitter-framework 0.15.0-dev.4 → 0.15.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 +13 -0
- package/package.json +4 -5
- package/package.json.bak +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog - @typespec/emitter-framework
|
|
2
2
|
|
|
3
|
+
## 0.15.0
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- [#9141](https://github.com/microsoft/typespec/pull/9141) Add an SCCSet class which incrementally calculates strongly connected components from types added to it and updates reactive arrays with the topologically ordered types and components.
|
|
8
|
+
- [#8966](https://github.com/microsoft/typespec/pull/8966) Add Python Emitter Framework implementation
|
|
9
|
+
|
|
10
|
+
### Bump dependencies
|
|
11
|
+
|
|
12
|
+
- [#9202](https://github.com/microsoft/typespec/pull/9202) Update to alloy 0.22
|
|
13
|
+
- [#9223](https://github.com/microsoft/typespec/pull/9223) Upgrade dependencies
|
|
14
|
+
|
|
15
|
+
|
|
3
16
|
## 0.14.0
|
|
4
17
|
|
|
5
18
|
No changes, version bump only.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/emitter-framework",
|
|
3
|
-
"version": "0.15.0
|
|
3
|
+
"version": "0.15.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.8.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.7.1",
|
|
60
59
|
"concurrently": "^9.1.2",
|
|
61
60
|
"pathe": "^2.0.3",
|
|
62
61
|
"prettier": "~3.7.4",
|
|
@@ -67,9 +66,9 @@
|
|
|
67
66
|
"tree-sitter-typescript": "^0.23.0",
|
|
68
67
|
"typescript": "~5.9.2",
|
|
69
68
|
"vitest": "^4.0.15",
|
|
70
|
-
"web-tree-sitter": "^0.26.3"
|
|
69
|
+
"web-tree-sitter": "^0.26.3",
|
|
70
|
+
"@typespec/compiler": "^1.8.0"
|
|
71
71
|
},
|
|
72
|
-
"dependencies": {},
|
|
73
72
|
"scripts": {
|
|
74
73
|
"build": "alloy build",
|
|
75
74
|
"clean": "rimraf ./dist",
|
package/package.json.bak
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/emitter-framework",
|
|
3
|
-
"version": "0.15.0
|
|
3
|
+
"version": "0.15.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": "
|
|
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": "
|
|
77
|
+
"@typespec/compiler": "workspace:^",
|
|
78
78
|
"concurrently": "^9.1.2",
|
|
79
79
|
"pathe": "^2.0.3",
|
|
80
80
|
"prettier": "~3.7.4",
|
|
@@ -86,6 +86,5 @@
|
|
|
86
86
|
"typescript": "~5.9.2",
|
|
87
87
|
"vitest": "^4.0.15",
|
|
88
88
|
"web-tree-sitter": "^0.26.3"
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
}
|
|
89
|
+
}
|
|
90
|
+
}
|