@pumped-fn/core-next 0.5.63 → 0.5.65
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 +15 -0
- package/dist/index.cjs +164 -316
- package/dist/index.d.cts +70 -138
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.ts +70 -138
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +165 -302
- package/dist/index.js.map +1 -1
- package/docs/authoring.md +172 -99
- package/docs/extension.md +715 -0
- package/docs/flow.md +11 -6
- package/docs/index.md +14 -14
- package/docs/meta.md +15 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @pumped-fn/core-next
|
|
2
2
|
|
|
3
|
+
## 0.5.65
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`4d87548`](https://github.com/pumped-fn/pumped-fn/commit/4d87548a3eaad1ad0cf5b90e96a078434900e5d9) Thanks [@lagz0ne](https://github.com/lagz0ne)! - - feat: changed plugin to extension, unified the API for both scope and plugin
|
|
8
|
+
- feat: made scope and pod to be MetaContainer. As such, executors and flows can read meta from scope, that'll be the way to configure
|
|
9
|
+
- chore: cleanup tests, reduce amount of test bloats
|
|
10
|
+
- chore: removed placeholder, prepare and adapt
|
|
11
|
+
|
|
12
|
+
## 0.5.64
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [`d73cdd3`](https://github.com/pumped-fn/pumped-fn/commit/d73cdd3ef852d10e387daf76a36e68868346dd7a) Thanks [@lagz0ne](https://github.com/lagz0ne)! - fix: corrected pod behavior along with presets
|
|
17
|
+
|
|
3
18
|
## 0.5.63
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|