@faasjs/deep_merge 3.2.0 → 3.3.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/README.md +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
A helper function to deep merge objects and array.
|
|
4
4
|
|
|
5
|
-
[](https://github.com/faasjs/faasjs/blob/main/packages/
|
|
5
|
+
[](https://github.com/faasjs/faasjs/blob/main/packages/deep_merge/LICENSE)
|
|
6
6
|
[](https://www.npmjs.com/package/@faasjs/deep_merge)
|
|
7
7
|
|
|
8
8
|
## Install
|
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* A helper function to deep merge objects and array.
|
|
3
3
|
*
|
|
4
|
-
* [](https://github.com/faasjs/faasjs/blob/main/packages/
|
|
4
|
+
* [](https://github.com/faasjs/faasjs/blob/main/packages/deep_merge/LICENSE)
|
|
5
5
|
* [](https://www.npmjs.com/package/@faasjs/deep_merge)
|
|
6
6
|
*
|
|
7
7
|
* ## Install
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* A helper function to deep merge objects and array.
|
|
3
3
|
*
|
|
4
|
-
* [](https://github.com/faasjs/faasjs/blob/main/packages/
|
|
4
|
+
* [](https://github.com/faasjs/faasjs/blob/main/packages/deep_merge/LICENSE)
|
|
5
5
|
* [](https://www.npmjs.com/package/@faasjs/deep_merge)
|
|
6
6
|
*
|
|
7
7
|
* ## Install
|