@flink-app/contentone-plugin 0.13.0 → 0.14.1
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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @flink-app/contentone-plugin
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
## 0.14.1
|
|
5
|
+
|
|
6
|
+
### Patch Changes
|
|
7
|
+
|
|
8
|
+
- fix: restore compatibility between core framework and plugins after 0.14.0 release
|
|
9
|
+
|
|
10
|
+
## 0.13.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Fixed invalid types and improve typescript error message during schema compilation
|
|
15
|
+
|
|
3
16
|
## 0.13.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flink-app/contentone-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.1",
|
|
4
4
|
"description": "Flink plugin that enables easy to use communication with content one",
|
|
5
5
|
"author": "johan@frost.se",
|
|
6
6
|
"publishConfig": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@types/got": "^9.6.0",
|
|
18
18
|
"@types/node": "22.13.10",
|
|
19
19
|
"ts-node": "^10.9.2",
|
|
20
|
-
"@flink-app/flink": "0.
|
|
20
|
+
"@flink-app/flink": "0.14.1"
|
|
21
21
|
},
|
|
22
22
|
"gitHead": "4243e3b3cd6d4e1ca001a61baa8436bf2bbe4113",
|
|
23
23
|
"scripts": {
|