@walkeros/core 4.2.1-next-1781715165983 → 4.2.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 +1 -1
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -3329,6 +3329,10 @@ declare function deepMerge<T extends Record<string, unknown>>(target: T, source:
|
|
|
3329
3329
|
* Creates a complete event with default values.
|
|
3330
3330
|
* Used for testing and debugging.
|
|
3331
3331
|
*
|
|
3332
|
+
* Models a post-collector event: `source` always carries the run-stamped
|
|
3333
|
+
* `count` and `trace`, so a generated event matches one that has been pushed
|
|
3334
|
+
* through the collector. Override via `props.source` if needed.
|
|
3335
|
+
*
|
|
3332
3336
|
* @param props - Properties to override the default values.
|
|
3333
3337
|
* @returns A complete event.
|
|
3334
3338
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -3329,6 +3329,10 @@ declare function deepMerge<T extends Record<string, unknown>>(target: T, source:
|
|
|
3329
3329
|
* Creates a complete event with default values.
|
|
3330
3330
|
* Used for testing and debugging.
|
|
3331
3331
|
*
|
|
3332
|
+
* Models a post-collector event: `source` always carries the run-stamped
|
|
3333
|
+
* `count` and `trace`, so a generated event matches one that has been pushed
|
|
3334
|
+
* through the collector. Override via `props.source` if needed.
|
|
3335
|
+
*
|
|
3332
3336
|
* @param props - Properties to override the default values.
|
|
3333
3337
|
* @returns A complete event.
|
|
3334
3338
|
*/
|