From 7438b6a4a7b86b99401cc8e342610f0dc8a3ab6e Mon Sep 17 00:00:00 2001 From: danialzivehdar <243804543+danialzivehdadr@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:48:28 +0330 Subject: [PATCH 1/3] Rename webpack.config.js to webpack.config.js Signed-off-by: danialzivehdar <243804543+danialzivehdadr@users.noreply.github.com> From 85906bd4fe78daee433d38195ab09cc686c7ece4 Mon Sep 17 00:00:00 2001 From: danialzivehdar <243804543+danialzivehdadr@users.noreply.github.com> Date: Fri, 26 Jun 2026 12:56:44 +0330 Subject: [PATCH 2/3] Create dependabot.yml Signed-off-by: danialzivehdar <243804543+danialzivehdadr@users.noreply.github.com> --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..5990d9c64c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" From 73927cd864bc1844af5c9488a6916176b96e11ef Mon Sep 17 00:00:00 2001 From: danialzivehdar <243804543+danialzivehdadr@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:49:01 +0330 Subject: [PATCH 3/3] Create filter.js Signed-off-by: danialzivehdar <243804543+danialzivehdadr@users.noreply.github.com> --- filter.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 filter.js diff --git a/filter.js b/filter.js new file mode 100644 index 0000000000..9783ea232d --- /dev/null +++ b/filter.js @@ -0,0 +1,8 @@ +{ + "filter": { + "fieldName": "eventName", + "stringFilter": { + "value":"first_visit" + } + } +}