@walkeros/core 4.1.0 → 4.1.1-next-1779485810490
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 +12 -0
- package/dist/dev.d.mts +942 -60
- package/dist/dev.d.ts +942 -60
- package/dist/dev.js +1 -1
- package/dist/dev.js.map +1 -1
- package/dist/dev.mjs +1 -1
- package/dist/dev.mjs.map +1 -1
- package/dist/index.d.mts +49 -7
- package/dist/index.d.ts +49 -7
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @walkeros/core
|
|
2
2
|
|
|
3
|
+
## 4.1.1-next-1779485810490
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b0279ee: Rename the contract inheritance key from `extends` to `extend` for
|
|
8
|
+
consistency with the rest of the flow config vocabulary. Contracts that
|
|
9
|
+
inherit from another named contract now use `"extend": "<name>"`.
|
|
10
|
+
- b0279ee: Add `extend` and `remove` to mapping rules. `extend` deep-merges a
|
|
11
|
+
partial rule onto a package-shipped default (a `null` value clears an
|
|
12
|
+
inherited field); `remove` strips fields from the produced payload. Rules
|
|
13
|
+
without either keyword keep the existing replace behavior.
|
|
14
|
+
|
|
3
15
|
## 4.1.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|