@flink-app/streaming-plugin 0.13.0 → 0.13.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @flink-app/streaming-plugin
2
2
 
3
+ ## 0.13.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @flink-app/flink@0.13.2
9
+
10
+ ## 0.13.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Fixed invalid types and improve typescript error message during schema compilation
15
+ - Updated dependencies
16
+ - @flink-app/flink@0.13.1
17
+
3
18
  ## 1.0.0
4
19
 
5
20
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flink-app/streaming-plugin",
3
- "version": "0.13.0",
3
+ "version": "0.13.2",
4
4
  "description": "Streaming response support for Flink Framework (SSE and NDJSON)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,13 +19,13 @@
19
19
  },
20
20
  "license": "MIT",
21
21
  "peerDependencies": {
22
- "@flink-app/flink": "0.13.0"
22
+ "@flink-app/flink": "0.13.2"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/jasmine": "^3.7.1",
26
26
  "@types/node": "^20.10.0",
27
27
  "ts-node": "^10.0.0",
28
- "@flink-app/flink": "0.13.0"
28
+ "@flink-app/flink": "0.13.2"
29
29
  },
30
30
  "gitHead": "4243e3b3cd6d4e1ca001a61baa8436bf2bbe4113",
31
31
  "scripts": {