@flink-app/flink 2.0.0-alpha.100 → 2.0.0-alpha.101
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 +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @flink-app/flink
|
|
2
2
|
|
|
3
|
+
## 2.0.0-alpha.101
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b11f2f8: Fix schema generator dropping union members after an interspersed JSDoc comment (issue #78). Bump `@flink-app/ts-source-to-json-schema` to ^0.1.8, which no longer treats a per-member `/** */` block as a terminator for enum collection. Unions like `"a" | "b" /** doc */ | "c" | "d"` now generate the complete `enum` instead of truncating at the first documented member.
|
|
8
|
+
|
|
3
9
|
## 2.0.0-alpha.100
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flink-app/flink",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.101",
|
|
4
4
|
"description": "Typescript only framework for creating REST-like APIs on top of Express and mongodb",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"ts-morph": "24.0.0",
|
|
57
57
|
"uuid": "^8.3.2",
|
|
58
58
|
"zod": "^4.3.6",
|
|
59
|
-
"@flink-app/ts-source-to-json-schema": "^0.1.
|
|
59
|
+
"@flink-app/ts-source-to-json-schema": "^0.1.8"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@swc/core": "^1.15.17",
|