@botonic/plugin-flow-builder 2.23.1 → 2.24.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 +8 -0
- package/README.md +5 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## 2.24.0 (2026-03-27)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for @botonic/plugin-flow-builder to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
## 2.23.2 (2026-03-23)
|
|
6
|
+
|
|
7
|
+
This was a version bump only for @botonic/plugin-flow-builder to align it with other projects, there were no code changes.
|
|
8
|
+
|
|
1
9
|
## 2.23.1 (2026-03-23)
|
|
2
10
|
|
|
3
11
|
This was a version bump only for @botonic/plugin-flow-builder to align it with other projects, there were no code changes.
|
package/README.md
CHANGED
|
@@ -4,12 +4,12 @@ Botonic plugin for **Hubtype Flow Builder**: run and bridge flow-driven logic fr
|
|
|
4
4
|
|
|
5
5
|
## Source and versions
|
|
6
6
|
|
|
7
|
-
| Line | npm | Source
|
|
8
|
-
| ----------- | ----- |
|
|
9
|
-
| **Legacy** | `0.x` | [github.com/hubtype/botonic](https://github.com/hubtype/botonic)
|
|
10
|
-
| **Current** | `2.x` |
|
|
7
|
+
| Line | npm | Source |
|
|
8
|
+
| ----------- | ----- | ---------------------------------------------------------------- |
|
|
9
|
+
| **Legacy** | `0.x` | [github.com/hubtype/botonic](https://github.com/hubtype/botonic) |
|
|
10
|
+
| **Current** | `2.x` | Hubtype internal monorepo (not public; packages publish to npm) |
|
|
11
11
|
|
|
12
|
-
Use the **same major version** as `@botonic/core`. Configuration details are covered in
|
|
12
|
+
Use the **same major version** as `@botonic/core`. Configuration details are covered in **Hubtype’s Botonic documentation**.
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botonic/plugin-flow-builder",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.24.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"module": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"tslib": "^2.3.0",
|
|
9
9
|
"uuid": "^11.1.0",
|
|
10
10
|
"vitest": "^4.0.15",
|
|
11
|
-
"@botonic/shared": "2.
|
|
12
|
-
"@botonic/core": "2.
|
|
11
|
+
"@botonic/shared": "2.24.0",
|
|
12
|
+
"@botonic/core": "2.24.0"
|
|
13
13
|
},
|
|
14
14
|
"references": [
|
|
15
15
|
{
|