From 3af4e873bc36edf03867185e60a70b5b381f175e Mon Sep 17 00:00:00 2001 From: AxelThevenot Date: Thu, 18 May 2023 12:56:47 +0200 Subject: [PATCH] feat(utils)!: renamed `upsert` for `merge` (#13) **Features** - `merge` function is the renamed `upsert` function. **Fixes** / **Deprecations** / **Breaking Changes** - `upsert` does not exists anymore. Issue #13 --- bigfunctions/{upsert.yaml => merge.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bigfunctions/{upsert.yaml => merge.yaml} (100%) diff --git a/bigfunctions/upsert.yaml b/bigfunctions/merge.yaml similarity index 100% rename from bigfunctions/upsert.yaml rename to bigfunctions/merge.yaml