diff --git a/.cspell.json b/.cspell.json
index 11b0876be50..69f3bb2efa6 100644
--- a/.cspell.json
+++ b/.cspell.json
@@ -344,6 +344,7 @@
"moby",
"Modiin",
"modlen",
+ "Mobishatra",
"mongod",
"mongosh",
"monokai",
@@ -749,13 +750,12 @@
".cspell.json",
"package.json",
"package-lock.json",
- "yarn.lock",
"tsconfig.json",
"node_modules/**",
"pnpm-lock.yaml",
"pnpm-workspace.yaml",
"novu.code-workspace",
- "packages/application-generic/src/.env.test",
+ "libs/application-generic/src/.env.test",
"packages/notification-center/src/i18n/languages/**",
"packages/notification-center/rollup.config.mjs",
"packages/js/tsup.config.ts",
@@ -766,7 +766,7 @@
".gitignore",
"angular.json",
"ng-package.json",
- "libs/shared/src/types/timezones/timezones.types.ts",
+ "packages/shared/src/types/timezones/timezones.types.ts",
"*.riv",
"websockets",
".env",
@@ -775,7 +775,6 @@
".env.production",
".env.test",
".example.env",
- "pnpm-lock.yaml",
"apps/web/env.sh",
"packages/js/src/ui/index.directcss",
"unreadRead",
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 5454832a3aa..259d19e7835 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -17,7 +17,7 @@
'@novu/novui':
- libs/novui/**/*
'@novu/shared':
- - libs/shared/**/*
+ - packages/shared/**/*
'@novu/notification-center':
- packages/notification-center/**/*
'@novu/notification-center-vue':
diff --git a/.github/workflows/dev-deploy-api.yml b/.github/workflows/dev-deploy-api.yml
index 1b78da2eb7f..598e0b83995 100644
--- a/.github/workflows/dev-deploy-api.yml
+++ b/.github/workflows/dev-deploy-api.yml
@@ -10,11 +10,11 @@ on:
- main
paths:
- 'package.json'
- - 'yarn.lock'
+ - 'pnpm-lock.yaml'
- 'apps/api/**'
- 'libs/dal/**'
- - 'libs/shared/**'
- - 'packages/application-generic/**'
+ - 'packages/shared/**'
+ - 'libs/application-generic/**'
env:
TF_WORKSPACE: novu-dev
diff --git a/.github/workflows/dev-deploy-inbound-mail.yml b/.github/workflows/dev-deploy-inbound-mail.yml
index d8dcac968c5..da3bf9e0cad 100644
--- a/.github/workflows/dev-deploy-inbound-mail.yml
+++ b/.github/workflows/dev-deploy-inbound-mail.yml
@@ -12,7 +12,7 @@ on:
- 'package.json'
- 'pnpm-lock.yaml'
- 'apps/inbound-mail/**'
- - 'libs/shared/**'
+ - 'packages/shared/**'
- 'libs/testing/**'
env:
TF_WORKSPACE: novu-dev
diff --git a/.github/workflows/dev-deploy-web.yml b/.github/workflows/dev-deploy-web.yml
index 3fdf2492fc8..fd779235a27 100644
--- a/.github/workflows/dev-deploy-web.yml
+++ b/.github/workflows/dev-deploy-web.yml
@@ -12,7 +12,7 @@ on:
- main
paths:
- 'apps/web/**'
- - 'libs/shared/**'
+ - 'packages/shared/**'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
diff --git a/.github/workflows/dev-deploy-webhook.yml b/.github/workflows/dev-deploy-webhook.yml
index f1432eb5c5b..a6f8ecb7fdf 100644
--- a/.github/workflows/dev-deploy-webhook.yml
+++ b/.github/workflows/dev-deploy-webhook.yml
@@ -10,10 +10,10 @@ on:
- main
paths:
- 'package.json'
- - 'yarn.lock'
+ - 'pnpm-lock.yaml'
- 'apps/webhook/**'
- 'libs/dal/**'
- - 'libs/shared/**'
+ - 'packages/shared/**'
jobs:
test_webhook:
diff --git a/.github/workflows/dev-deploy-widget.yml b/.github/workflows/dev-deploy-widget.yml
index bdc48dd9ffc..13dc1ae96bf 100644
--- a/.github/workflows/dev-deploy-widget.yml
+++ b/.github/workflows/dev-deploy-widget.yml
@@ -13,7 +13,7 @@ on:
paths:
- 'apps/widget/**'
- 'apps/ws/**'
- - 'libs/shared/**'
+ - 'packages/shared/**'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
diff --git a/.github/workflows/dev-deploy-worker.yml b/.github/workflows/dev-deploy-worker.yml
index 539437d600a..c9d6c72a768 100644
--- a/.github/workflows/dev-deploy-worker.yml
+++ b/.github/workflows/dev-deploy-worker.yml
@@ -10,12 +10,12 @@ on:
- main
paths:
- 'package.json'
- - 'yarn.lock'
+ - 'pnpm-lock.yaml'
- 'apps/api/**'
- 'libs/dal/**'
- - 'libs/shared/**'
+ - 'packages/shared/**'
- 'libs/testing/**'
- - 'packages/application-generic/**'
+ - 'libs/application-generic/**'
- 'packages/stateless/**'
- 'packages/node/**'
env:
diff --git a/.gitpod.yml b/.gitpod.yml
index 3b96d678342..bdb9f418eab 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -7,7 +7,7 @@ tasks:
command: redis-server
- name: Shared Library
init: gp sync-await setup
- command: cd libs/shared && pnpm start
+ command: cd packages/shared && pnpm start
- name: DAL
init: gp sync-await setup
command: cd libs/dal && pnpm start
diff --git a/.idea/novu.iml b/.idea/novu.iml
index 0c507073a03..c9fb98dae6a 100644
--- a/.idea/novu.iml
+++ b/.idea/novu.iml
@@ -22,7 +22,7 @@
-
+
@@ -52,4 +52,4 @@
-
\ No newline at end of file
+
diff --git a/.idea/runConfigurations/SHARED.xml b/.idea/runConfigurations/SHARED.xml
index 9f1499e61bd..6509fdd9686 100644
--- a/.idea/runConfigurations/SHARED.xml
+++ b/.idea/runConfigurations/SHARED.xml
@@ -1,6 +1,6 @@
-
+
@@ -9,4 +9,4 @@
-
\ No newline at end of file
+
diff --git a/.idea/runConfigurations/SHARED_WEB.xml b/.idea/runConfigurations/SHARED_WEB.xml
index 21004381511..40c7bb6c888 100644
--- a/.idea/runConfigurations/SHARED_WEB.xml
+++ b/.idea/runConfigurations/SHARED_WEB.xml
@@ -1,6 +1,6 @@
-
+
@@ -9,4 +9,4 @@
-
\ No newline at end of file
+
diff --git a/.source b/.source
index 461c164d623..1a1df7143f1 160000
--- a/.source
+++ b/.source
@@ -1 +1 @@
-Subproject commit 461c164d62302bd230eb56a1ac2d2e1c230dbbc9
+Subproject commit 1a1df7143f1eff2d100bb87b5f2fbb4888dcc947
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 2dbb6903cf8..af743d5a772 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -164,7 +164,7 @@
"start:dev"
],
"runtimeExecutable": "npm",
- "cwd": "${workspaceFolder}/libs/shared",
+ "cwd": "${workspaceFolder}/packages/shared",
"skipFiles": [
"/**"
],
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 7d49f4eb434..1591971d9ea 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -86,7 +86,7 @@
"script": "start",
"isBackground": true,
"label": "SHARED",
- "path": "/libs/shared",
+ "path": "/packages/shared",
"problemMatcher": "$tsc-watch"
},
{
diff --git a/apps/inbound-mail/src/config/env.validators.ts b/apps/inbound-mail/src/config/env.validators.ts
index 6fa7552f75e..5c6c4af8d6f 100644
--- a/apps/inbound-mail/src/config/env.validators.ts
+++ b/apps/inbound-mail/src/config/env.validators.ts
@@ -1,5 +1,5 @@
import { CleanedEnv, cleanEnv, json, num, port, str, ValidatorSpec } from 'envalid';
-import { StringifyEnv } from 'libs/shared/dist/cjs';
+import { StringifyEnv } from '@novu/shared';
export function validateEnv() {
return cleanEnv(process.env, envValidators);
diff --git a/apps/widget/Dockerfile b/apps/widget/Dockerfile
index 7508140c907..41c4a702ac4 100644
--- a/apps/widget/Dockerfile
+++ b/apps/widget/Dockerfile
@@ -15,7 +15,7 @@ COPY --chown=1000:1000 apps/widget ./apps/widget
COPY --chown=1000:1000 libs/dal ./libs/dal
COPY --chown=1000:1000 packages/client ./packages/client
COPY --chown=1000:1000 libs/testing ./libs/testing
-COPY --chown=1000:1000 libs/shared ./libs/shared
+COPY --chown=1000:1000 packages/shared ./packages/shared
COPY --chown=1000:1000 packages/notification-center ./packages/notification-center
COPY --chown=1000:1000 packages/stateless ./packages/stateless
COPY --chown=1000:1000 packages/node ./packages/node
diff --git a/apps/ws/Dockerfile b/apps/ws/Dockerfile
index 225b7c03dac..decf12fdeb6 100644
--- a/apps/ws/Dockerfile
+++ b/apps/ws/Dockerfile
@@ -16,7 +16,7 @@ COPY --chown=1000:1000 package.json .
COPY --chown=1000:1000 apps/ws ./apps/ws
COPY --chown=1000:1000 libs/dal ./libs/dal
-COPY --chown=1000:1000 libs/shared ./libs/shared
+COPY --chown=1000:1000 packages/shared ./packages/shared
COPY --chown=1000:1000 libs/testing ./libs/testing
COPY --chown=1000:1000 libs/application-generic ./libs/application-generic
COPY --chown=1000:1000 packages/client ./packages/client
diff --git a/eslint.config.mjs b/eslint.config.mjs
index ba958d2025b..cfb57adb749 100644
--- a/eslint.config.mjs
+++ b/eslint.config.mjs
@@ -157,7 +157,7 @@ export default tsEslint.config(
'!@novu/shared/utils',
'@novu/dal/*',
'*../libs/dal/*',
- '*../libs/shared/*',
+ '*../packages/shared/*',
'*../libs/stateless/*',
],
},
diff --git a/libs/embed/Dockerfile b/libs/embed/Dockerfile
index fcb35475569..e246523956e 100644
--- a/libs/embed/Dockerfile
+++ b/libs/embed/Dockerfile
@@ -11,7 +11,7 @@ COPY --chown=1000:1000 package.json .
COPY --chown=1000:1000 libs/testing ./libs/testing
COPY --chown=1000:1000 libs/dal ./libs/dal
-COPY --chown=1000:1000 libs/shared ./libs/shared
+COPY --chown=1000:1000 packages/shared ./packages/shared
COPY --chown=1000:1000 packages/client ./packages/client
COPY --chown=1000:1000 packages/node ./packages/node
COPY --chown=1000:1000 libs/embed ./libs/embed
diff --git a/novu.code-workspace b/novu.code-workspace
index 850f24439b5..4d3cfcee721 100644
--- a/novu.code-workspace
+++ b/novu.code-workspace
@@ -58,7 +58,7 @@
},
{
"name": "📦 @novu/shared",
- "path": "libs/shared"
+ "path": "packages/shared"
},
{
"name": "📦 @novu/testing",
diff --git a/libs/shared/.dockerignore b/packages/shared/.dockerignore
similarity index 100%
rename from libs/shared/.dockerignore
rename to packages/shared/.dockerignore
diff --git a/libs/shared/.gitignore b/packages/shared/.gitignore
similarity index 100%
rename from libs/shared/.gitignore
rename to packages/shared/.gitignore
diff --git a/libs/shared/jest.config.js b/packages/shared/jest.config.js
similarity index 100%
rename from libs/shared/jest.config.js
rename to packages/shared/jest.config.js
diff --git a/libs/shared/jest.setup.js b/packages/shared/jest.setup.js
similarity index 100%
rename from libs/shared/jest.setup.js
rename to packages/shared/jest.setup.js
diff --git a/libs/shared/package.json b/packages/shared/package.json
similarity index 100%
rename from libs/shared/package.json
rename to packages/shared/package.json
diff --git a/libs/shared/src/config/contextPath.ts b/packages/shared/src/config/contextPath.ts
similarity index 100%
rename from libs/shared/src/config/contextPath.ts
rename to packages/shared/src/config/contextPath.ts
diff --git a/libs/shared/src/config/index.ts b/packages/shared/src/config/index.ts
similarity index 100%
rename from libs/shared/src/config/index.ts
rename to packages/shared/src/config/index.ts
diff --git a/libs/shared/src/config/job-queue.ts b/packages/shared/src/config/job-queue.ts
similarity index 100%
rename from libs/shared/src/config/job-queue.ts
rename to packages/shared/src/config/job-queue.ts
diff --git a/libs/shared/src/config/processEnv.ts b/packages/shared/src/config/processEnv.ts
similarity index 100%
rename from libs/shared/src/config/processEnv.ts
rename to packages/shared/src/config/processEnv.ts
diff --git a/libs/shared/src/config/redisPrefix.ts b/packages/shared/src/config/redisPrefix.ts
similarity index 100%
rename from libs/shared/src/config/redisPrefix.ts
rename to packages/shared/src/config/redisPrefix.ts
diff --git a/libs/shared/src/consts/data-retention/index.ts b/packages/shared/src/consts/data-retention/index.ts
similarity index 100%
rename from libs/shared/src/consts/data-retention/index.ts
rename to packages/shared/src/consts/data-retention/index.ts
diff --git a/libs/shared/src/consts/filters/filters.ts b/packages/shared/src/consts/filters/filters.ts
similarity index 100%
rename from libs/shared/src/consts/filters/filters.ts
rename to packages/shared/src/consts/filters/filters.ts
diff --git a/libs/shared/src/consts/filters/index.ts b/packages/shared/src/consts/filters/index.ts
similarity index 100%
rename from libs/shared/src/consts/filters/index.ts
rename to packages/shared/src/consts/filters/index.ts
diff --git a/libs/shared/src/consts/handlebar-helpers/getTemplateVariables.ts b/packages/shared/src/consts/handlebar-helpers/getTemplateVariables.ts
similarity index 100%
rename from libs/shared/src/consts/handlebar-helpers/getTemplateVariables.ts
rename to packages/shared/src/consts/handlebar-helpers/getTemplateVariables.ts
diff --git a/libs/shared/src/consts/handlebar-helpers/handlebarHelpers.ts b/packages/shared/src/consts/handlebar-helpers/handlebarHelpers.ts
similarity index 100%
rename from libs/shared/src/consts/handlebar-helpers/handlebarHelpers.ts
rename to packages/shared/src/consts/handlebar-helpers/handlebarHelpers.ts
diff --git a/libs/shared/src/consts/handlebar-helpers/index.ts b/packages/shared/src/consts/handlebar-helpers/index.ts
similarity index 100%
rename from libs/shared/src/consts/handlebar-helpers/index.ts
rename to packages/shared/src/consts/handlebar-helpers/index.ts
diff --git a/libs/shared/src/consts/index.ts b/packages/shared/src/consts/index.ts
similarity index 100%
rename from libs/shared/src/consts/index.ts
rename to packages/shared/src/consts/index.ts
diff --git a/libs/shared/src/consts/inviteTeamMemberNudge.ts b/packages/shared/src/consts/inviteTeamMemberNudge.ts
similarity index 100%
rename from libs/shared/src/consts/inviteTeamMemberNudge.ts
rename to packages/shared/src/consts/inviteTeamMemberNudge.ts
diff --git a/libs/shared/src/consts/notification-item-buttons/index.ts b/packages/shared/src/consts/notification-item-buttons/index.ts
similarity index 100%
rename from libs/shared/src/consts/notification-item-buttons/index.ts
rename to packages/shared/src/consts/notification-item-buttons/index.ts
diff --git a/libs/shared/src/consts/notification-item-buttons/notificationItemButton.ts b/packages/shared/src/consts/notification-item-buttons/notificationItemButton.ts
similarity index 100%
rename from libs/shared/src/consts/notification-item-buttons/notificationItemButton.ts
rename to packages/shared/src/consts/notification-item-buttons/notificationItemButton.ts
diff --git a/libs/shared/src/consts/password-helper/PasswordResetFlowEnum.ts b/packages/shared/src/consts/password-helper/PasswordResetFlowEnum.ts
similarity index 100%
rename from libs/shared/src/consts/password-helper/PasswordResetFlowEnum.ts
rename to packages/shared/src/consts/password-helper/PasswordResetFlowEnum.ts
diff --git a/libs/shared/src/consts/password-helper/index.ts b/packages/shared/src/consts/password-helper/index.ts
similarity index 100%
rename from libs/shared/src/consts/password-helper/index.ts
rename to packages/shared/src/consts/password-helper/index.ts
diff --git a/libs/shared/src/consts/password-helper/passwordHelper.ts b/packages/shared/src/consts/password-helper/passwordHelper.ts
similarity index 100%
rename from libs/shared/src/consts/password-helper/passwordHelper.ts
rename to packages/shared/src/consts/password-helper/passwordHelper.ts
diff --git a/libs/shared/src/consts/productFeatureEnabledForServiceLevel.ts b/packages/shared/src/consts/productFeatureEnabledForServiceLevel.ts
similarity index 100%
rename from libs/shared/src/consts/productFeatureEnabledForServiceLevel.ts
rename to packages/shared/src/consts/productFeatureEnabledForServiceLevel.ts
diff --git a/libs/shared/src/consts/providers/channels/chat.ts b/packages/shared/src/consts/providers/channels/chat.ts
similarity index 100%
rename from libs/shared/src/consts/providers/channels/chat.ts
rename to packages/shared/src/consts/providers/channels/chat.ts
diff --git a/libs/shared/src/consts/providers/channels/email.ts b/packages/shared/src/consts/providers/channels/email.ts
similarity index 100%
rename from libs/shared/src/consts/providers/channels/email.ts
rename to packages/shared/src/consts/providers/channels/email.ts
diff --git a/libs/shared/src/consts/providers/channels/in-app.ts b/packages/shared/src/consts/providers/channels/in-app.ts
similarity index 100%
rename from libs/shared/src/consts/providers/channels/in-app.ts
rename to packages/shared/src/consts/providers/channels/in-app.ts
diff --git a/libs/shared/src/consts/providers/channels/index.ts b/packages/shared/src/consts/providers/channels/index.ts
similarity index 100%
rename from libs/shared/src/consts/providers/channels/index.ts
rename to packages/shared/src/consts/providers/channels/index.ts
diff --git a/libs/shared/src/consts/providers/channels/push.ts b/packages/shared/src/consts/providers/channels/push.ts
similarity index 100%
rename from libs/shared/src/consts/providers/channels/push.ts
rename to packages/shared/src/consts/providers/channels/push.ts
diff --git a/libs/shared/src/consts/providers/channels/sms.ts b/packages/shared/src/consts/providers/channels/sms.ts
similarity index 100%
rename from libs/shared/src/consts/providers/channels/sms.ts
rename to packages/shared/src/consts/providers/channels/sms.ts
diff --git a/libs/shared/src/consts/providers/credentials/index.ts b/packages/shared/src/consts/providers/credentials/index.ts
similarity index 100%
rename from libs/shared/src/consts/providers/credentials/index.ts
rename to packages/shared/src/consts/providers/credentials/index.ts
diff --git a/libs/shared/src/consts/providers/credentials/provider-credentials.ts b/packages/shared/src/consts/providers/credentials/provider-credentials.ts
similarity index 100%
rename from libs/shared/src/consts/providers/credentials/provider-credentials.ts
rename to packages/shared/src/consts/providers/credentials/provider-credentials.ts
diff --git a/libs/shared/src/consts/providers/credentials/secure-credentials.ts b/packages/shared/src/consts/providers/credentials/secure-credentials.ts
similarity index 100%
rename from libs/shared/src/consts/providers/credentials/secure-credentials.ts
rename to packages/shared/src/consts/providers/credentials/secure-credentials.ts
diff --git a/libs/shared/src/consts/providers/index.ts b/packages/shared/src/consts/providers/index.ts
similarity index 100%
rename from libs/shared/src/consts/providers/index.ts
rename to packages/shared/src/consts/providers/index.ts
diff --git a/libs/shared/src/consts/providers/provider.enum.ts b/packages/shared/src/consts/providers/provider.enum.ts
similarity index 100%
rename from libs/shared/src/consts/providers/provider.enum.ts
rename to packages/shared/src/consts/providers/provider.enum.ts
diff --git a/libs/shared/src/consts/providers/provider.interface.ts b/packages/shared/src/consts/providers/provider.interface.ts
similarity index 100%
rename from libs/shared/src/consts/providers/provider.interface.ts
rename to packages/shared/src/consts/providers/provider.interface.ts
diff --git a/libs/shared/src/consts/providers/providers.ts b/packages/shared/src/consts/providers/providers.ts
similarity index 100%
rename from libs/shared/src/consts/providers/providers.ts
rename to packages/shared/src/consts/providers/providers.ts
diff --git a/libs/shared/src/consts/rate-limiting/apiRateLimits.ts b/packages/shared/src/consts/rate-limiting/apiRateLimits.ts
similarity index 100%
rename from libs/shared/src/consts/rate-limiting/apiRateLimits.ts
rename to packages/shared/src/consts/rate-limiting/apiRateLimits.ts
diff --git a/libs/shared/src/consts/rate-limiting/index.ts b/packages/shared/src/consts/rate-limiting/index.ts
similarity index 100%
rename from libs/shared/src/consts/rate-limiting/index.ts
rename to packages/shared/src/consts/rate-limiting/index.ts
diff --git a/libs/shared/src/consts/template-store/index.ts b/packages/shared/src/consts/template-store/index.ts
similarity index 100%
rename from libs/shared/src/consts/template-store/index.ts
rename to packages/shared/src/consts/template-store/index.ts
diff --git a/libs/shared/src/dto/controls/controls.dto.ts b/packages/shared/src/dto/controls/controls.dto.ts
similarity index 100%
rename from libs/shared/src/dto/controls/controls.dto.ts
rename to packages/shared/src/dto/controls/controls.dto.ts
diff --git a/libs/shared/src/dto/controls/index.ts b/packages/shared/src/dto/controls/index.ts
similarity index 100%
rename from libs/shared/src/dto/controls/index.ts
rename to packages/shared/src/dto/controls/index.ts
diff --git a/libs/shared/src/dto/events/event.interface.ts b/packages/shared/src/dto/events/event.interface.ts
similarity index 100%
rename from libs/shared/src/dto/events/event.interface.ts
rename to packages/shared/src/dto/events/event.interface.ts
diff --git a/libs/shared/src/dto/events/index.ts b/packages/shared/src/dto/events/index.ts
similarity index 100%
rename from libs/shared/src/dto/events/index.ts
rename to packages/shared/src/dto/events/index.ts
diff --git a/libs/shared/src/dto/index.ts b/packages/shared/src/dto/index.ts
similarity index 100%
rename from libs/shared/src/dto/index.ts
rename to packages/shared/src/dto/index.ts
diff --git a/libs/shared/src/dto/integration/construct-integration.interface.ts b/packages/shared/src/dto/integration/construct-integration.interface.ts
similarity index 100%
rename from libs/shared/src/dto/integration/construct-integration.interface.ts
rename to packages/shared/src/dto/integration/construct-integration.interface.ts
diff --git a/libs/shared/src/dto/integration/create-integration.dto.ts b/packages/shared/src/dto/integration/create-integration.dto.ts
similarity index 100%
rename from libs/shared/src/dto/integration/create-integration.dto.ts
rename to packages/shared/src/dto/integration/create-integration.dto.ts
diff --git a/libs/shared/src/dto/integration/index.ts b/packages/shared/src/dto/integration/index.ts
similarity index 100%
rename from libs/shared/src/dto/integration/index.ts
rename to packages/shared/src/dto/integration/index.ts
diff --git a/libs/shared/src/dto/integration/update-integration.dto.ts b/packages/shared/src/dto/integration/update-integration.dto.ts
similarity index 100%
rename from libs/shared/src/dto/integration/update-integration.dto.ts
rename to packages/shared/src/dto/integration/update-integration.dto.ts
diff --git a/libs/shared/src/dto/layout/index.ts b/packages/shared/src/dto/layout/index.ts
similarity index 100%
rename from libs/shared/src/dto/layout/index.ts
rename to packages/shared/src/dto/layout/index.ts
diff --git a/libs/shared/src/dto/layout/layout.dto.ts b/packages/shared/src/dto/layout/layout.dto.ts
similarity index 100%
rename from libs/shared/src/dto/layout/layout.dto.ts
rename to packages/shared/src/dto/layout/layout.dto.ts
diff --git a/libs/shared/src/dto/message-template/index.ts b/packages/shared/src/dto/message-template/index.ts
similarity index 100%
rename from libs/shared/src/dto/message-template/index.ts
rename to packages/shared/src/dto/message-template/index.ts
diff --git a/libs/shared/src/dto/message-template/message-template.dto.ts b/packages/shared/src/dto/message-template/message-template.dto.ts
similarity index 100%
rename from libs/shared/src/dto/message-template/message-template.dto.ts
rename to packages/shared/src/dto/message-template/message-template.dto.ts
diff --git a/libs/shared/src/dto/notification-templates/create-template.dto.ts b/packages/shared/src/dto/notification-templates/create-template.dto.ts
similarity index 100%
rename from libs/shared/src/dto/notification-templates/create-template.dto.ts
rename to packages/shared/src/dto/notification-templates/create-template.dto.ts
diff --git a/libs/shared/src/dto/notification-templates/index.ts b/packages/shared/src/dto/notification-templates/index.ts
similarity index 100%
rename from libs/shared/src/dto/notification-templates/index.ts
rename to packages/shared/src/dto/notification-templates/index.ts
diff --git a/libs/shared/src/dto/notification-templates/update-template.dto.ts b/packages/shared/src/dto/notification-templates/update-template.dto.ts
similarity index 100%
rename from libs/shared/src/dto/notification-templates/update-template.dto.ts
rename to packages/shared/src/dto/notification-templates/update-template.dto.ts
diff --git a/libs/shared/src/dto/organization/create-organization.dto.ts b/packages/shared/src/dto/organization/create-organization.dto.ts
similarity index 100%
rename from libs/shared/src/dto/organization/create-organization.dto.ts
rename to packages/shared/src/dto/organization/create-organization.dto.ts
diff --git a/libs/shared/src/dto/organization/index.ts b/packages/shared/src/dto/organization/index.ts
similarity index 100%
rename from libs/shared/src/dto/organization/index.ts
rename to packages/shared/src/dto/organization/index.ts
diff --git a/libs/shared/src/dto/organization/members/bulk-invite-members.dto.ts b/packages/shared/src/dto/organization/members/bulk-invite-members.dto.ts
similarity index 100%
rename from libs/shared/src/dto/organization/members/bulk-invite-members.dto.ts
rename to packages/shared/src/dto/organization/members/bulk-invite-members.dto.ts
diff --git a/libs/shared/src/dto/organization/members/get-invite.dto.ts b/packages/shared/src/dto/organization/members/get-invite.dto.ts
similarity index 100%
rename from libs/shared/src/dto/organization/members/get-invite.dto.ts
rename to packages/shared/src/dto/organization/members/get-invite.dto.ts
diff --git a/libs/shared/src/dto/organization/update-external-organization.dto.ts b/packages/shared/src/dto/organization/update-external-organization.dto.ts
similarity index 100%
rename from libs/shared/src/dto/organization/update-external-organization.dto.ts
rename to packages/shared/src/dto/organization/update-external-organization.dto.ts
diff --git a/libs/shared/src/dto/session/index.ts b/packages/shared/src/dto/session/index.ts
similarity index 100%
rename from libs/shared/src/dto/session/index.ts
rename to packages/shared/src/dto/session/index.ts
diff --git a/libs/shared/src/dto/session/session.dto.ts b/packages/shared/src/dto/session/session.dto.ts
similarity index 100%
rename from libs/shared/src/dto/session/session.dto.ts
rename to packages/shared/src/dto/session/session.dto.ts
diff --git a/libs/shared/src/dto/shared/index.ts b/packages/shared/src/dto/shared/index.ts
similarity index 100%
rename from libs/shared/src/dto/shared/index.ts
rename to packages/shared/src/dto/shared/index.ts
diff --git a/libs/shared/src/dto/shared/shared.ts b/packages/shared/src/dto/shared/shared.ts
similarity index 100%
rename from libs/shared/src/dto/shared/shared.ts
rename to packages/shared/src/dto/shared/shared.ts
diff --git a/libs/shared/src/dto/subscriber/index.ts b/packages/shared/src/dto/subscriber/index.ts
similarity index 100%
rename from libs/shared/src/dto/subscriber/index.ts
rename to packages/shared/src/dto/subscriber/index.ts
diff --git a/libs/shared/src/dto/subscriber/subscriber.dto.ts b/packages/shared/src/dto/subscriber/subscriber.dto.ts
similarity index 100%
rename from libs/shared/src/dto/subscriber/subscriber.dto.ts
rename to packages/shared/src/dto/subscriber/subscriber.dto.ts
diff --git a/libs/shared/src/dto/tenant/create-tenant.dto.ts b/packages/shared/src/dto/tenant/create-tenant.dto.ts
similarity index 100%
rename from libs/shared/src/dto/tenant/create-tenant.dto.ts
rename to packages/shared/src/dto/tenant/create-tenant.dto.ts
diff --git a/libs/shared/src/dto/tenant/index.ts b/packages/shared/src/dto/tenant/index.ts
similarity index 100%
rename from libs/shared/src/dto/tenant/index.ts
rename to packages/shared/src/dto/tenant/index.ts
diff --git a/libs/shared/src/dto/tenant/update-tenant.dto.ts b/packages/shared/src/dto/tenant/update-tenant.dto.ts
similarity index 100%
rename from libs/shared/src/dto/tenant/update-tenant.dto.ts
rename to packages/shared/src/dto/tenant/update-tenant.dto.ts
diff --git a/libs/shared/src/dto/topic/index.ts b/packages/shared/src/dto/topic/index.ts
similarity index 100%
rename from libs/shared/src/dto/topic/index.ts
rename to packages/shared/src/dto/topic/index.ts
diff --git a/libs/shared/src/dto/topic/topic-subscriber.interface.ts b/packages/shared/src/dto/topic/topic-subscriber.interface.ts
similarity index 100%
rename from libs/shared/src/dto/topic/topic-subscriber.interface.ts
rename to packages/shared/src/dto/topic/topic-subscriber.interface.ts
diff --git a/libs/shared/src/dto/topic/topic.dto.ts b/packages/shared/src/dto/topic/topic.dto.ts
similarity index 100%
rename from libs/shared/src/dto/topic/topic.dto.ts
rename to packages/shared/src/dto/topic/topic.dto.ts
diff --git a/libs/shared/src/dto/widget/index.ts b/packages/shared/src/dto/widget/index.ts
similarity index 100%
rename from libs/shared/src/dto/widget/index.ts
rename to packages/shared/src/dto/widget/index.ts
diff --git a/libs/shared/src/dto/widget/notification.dto.ts b/packages/shared/src/dto/widget/notification.dto.ts
similarity index 100%
rename from libs/shared/src/dto/widget/notification.dto.ts
rename to packages/shared/src/dto/widget/notification.dto.ts
diff --git a/libs/shared/src/dto/widget/subscriber-preference/update-subscriber-preference.dto.ts b/packages/shared/src/dto/widget/subscriber-preference/update-subscriber-preference.dto.ts
similarity index 100%
rename from libs/shared/src/dto/widget/subscriber-preference/update-subscriber-preference.dto.ts
rename to packages/shared/src/dto/widget/subscriber-preference/update-subscriber-preference.dto.ts
diff --git a/libs/shared/src/dto/workflow-override/create-workflow-override-request.dto.ts b/packages/shared/src/dto/workflow-override/create-workflow-override-request.dto.ts
similarity index 100%
rename from libs/shared/src/dto/workflow-override/create-workflow-override-request.dto.ts
rename to packages/shared/src/dto/workflow-override/create-workflow-override-request.dto.ts
diff --git a/libs/shared/src/dto/workflow-override/create-workflow-override-response.dto.ts b/packages/shared/src/dto/workflow-override/create-workflow-override-response.dto.ts
similarity index 100%
rename from libs/shared/src/dto/workflow-override/create-workflow-override-response.dto.ts
rename to packages/shared/src/dto/workflow-override/create-workflow-override-response.dto.ts
diff --git a/libs/shared/src/dto/workflow-override/get-workflow-override-response.dto.ts b/packages/shared/src/dto/workflow-override/get-workflow-override-response.dto.ts
similarity index 100%
rename from libs/shared/src/dto/workflow-override/get-workflow-override-response.dto.ts
rename to packages/shared/src/dto/workflow-override/get-workflow-override-response.dto.ts
diff --git a/libs/shared/src/dto/workflow-override/get-workflow-overrides-response.dto.ts b/packages/shared/src/dto/workflow-override/get-workflow-overrides-response.dto.ts
similarity index 100%
rename from libs/shared/src/dto/workflow-override/get-workflow-overrides-response.dto.ts
rename to packages/shared/src/dto/workflow-override/get-workflow-overrides-response.dto.ts
diff --git a/libs/shared/src/dto/workflow-override/index.ts b/packages/shared/src/dto/workflow-override/index.ts
similarity index 100%
rename from libs/shared/src/dto/workflow-override/index.ts
rename to packages/shared/src/dto/workflow-override/index.ts
diff --git a/libs/shared/src/dto/workflow-override/shared.ts b/packages/shared/src/dto/workflow-override/shared.ts
similarity index 100%
rename from libs/shared/src/dto/workflow-override/shared.ts
rename to packages/shared/src/dto/workflow-override/shared.ts
diff --git a/libs/shared/src/dto/workflow-override/update-workflow-override-request.dto.ts b/packages/shared/src/dto/workflow-override/update-workflow-override-request.dto.ts
similarity index 100%
rename from libs/shared/src/dto/workflow-override/update-workflow-override-request.dto.ts
rename to packages/shared/src/dto/workflow-override/update-workflow-override-request.dto.ts
diff --git a/libs/shared/src/dto/workflow-override/update-workflow-override-response.dto.ts b/packages/shared/src/dto/workflow-override/update-workflow-override-response.dto.ts
similarity index 100%
rename from libs/shared/src/dto/workflow-override/update-workflow-override-response.dto.ts
rename to packages/shared/src/dto/workflow-override/update-workflow-override-response.dto.ts
diff --git a/libs/shared/src/dto/workflows/create-workflow.dto.ts b/packages/shared/src/dto/workflows/create-workflow.dto.ts
similarity index 100%
rename from libs/shared/src/dto/workflows/create-workflow.dto.ts
rename to packages/shared/src/dto/workflows/create-workflow.dto.ts
diff --git a/libs/shared/src/dto/workflows/index.ts b/packages/shared/src/dto/workflows/index.ts
similarity index 100%
rename from libs/shared/src/dto/workflows/index.ts
rename to packages/shared/src/dto/workflows/index.ts
diff --git a/libs/shared/src/dto/workflows/update-workflow.dto.ts b/packages/shared/src/dto/workflows/update-workflow.dto.ts
similarity index 100%
rename from libs/shared/src/dto/workflows/update-workflow.dto.ts
rename to packages/shared/src/dto/workflows/update-workflow.dto.ts
diff --git a/libs/shared/src/dto/workflows/workflow.dto.ts b/packages/shared/src/dto/workflows/workflow.dto.ts
similarity index 100%
rename from libs/shared/src/dto/workflows/workflow.dto.ts
rename to packages/shared/src/dto/workflows/workflow.dto.ts
diff --git a/libs/shared/src/entities/apiKeys/apiKeys.interface.ts b/packages/shared/src/entities/apiKeys/apiKeys.interface.ts
similarity index 100%
rename from libs/shared/src/entities/apiKeys/apiKeys.interface.ts
rename to packages/shared/src/entities/apiKeys/apiKeys.interface.ts
diff --git a/libs/shared/src/entities/apiKeys/index.ts b/packages/shared/src/entities/apiKeys/index.ts
similarity index 100%
rename from libs/shared/src/entities/apiKeys/index.ts
rename to packages/shared/src/entities/apiKeys/index.ts
diff --git a/libs/shared/src/entities/change/change.interface.ts b/packages/shared/src/entities/change/change.interface.ts
similarity index 100%
rename from libs/shared/src/entities/change/change.interface.ts
rename to packages/shared/src/entities/change/change.interface.ts
diff --git a/libs/shared/src/entities/change/index.ts b/packages/shared/src/entities/change/index.ts
similarity index 100%
rename from libs/shared/src/entities/change/index.ts
rename to packages/shared/src/entities/change/index.ts
diff --git a/libs/shared/src/entities/environment/environment.interface.ts b/packages/shared/src/entities/environment/environment.interface.ts
similarity index 100%
rename from libs/shared/src/entities/environment/environment.interface.ts
rename to packages/shared/src/entities/environment/environment.interface.ts
diff --git a/libs/shared/src/entities/environment/index.ts b/packages/shared/src/entities/environment/index.ts
similarity index 100%
rename from libs/shared/src/entities/environment/index.ts
rename to packages/shared/src/entities/environment/index.ts
diff --git a/libs/shared/src/entities/execution-details/execution-details.interface.ts b/packages/shared/src/entities/execution-details/execution-details.interface.ts
similarity index 100%
rename from libs/shared/src/entities/execution-details/execution-details.interface.ts
rename to packages/shared/src/entities/execution-details/execution-details.interface.ts
diff --git a/libs/shared/src/entities/execution-details/index.ts b/packages/shared/src/entities/execution-details/index.ts
similarity index 100%
rename from libs/shared/src/entities/execution-details/index.ts
rename to packages/shared/src/entities/execution-details/index.ts
diff --git a/libs/shared/src/entities/feed/feed.interface.ts b/packages/shared/src/entities/feed/feed.interface.ts
similarity index 100%
rename from libs/shared/src/entities/feed/feed.interface.ts
rename to packages/shared/src/entities/feed/feed.interface.ts
diff --git a/libs/shared/src/entities/integration/credential.interface.ts b/packages/shared/src/entities/integration/credential.interface.ts
similarity index 100%
rename from libs/shared/src/entities/integration/credential.interface.ts
rename to packages/shared/src/entities/integration/credential.interface.ts
diff --git a/libs/shared/src/entities/integration/index.ts b/packages/shared/src/entities/integration/index.ts
similarity index 100%
rename from libs/shared/src/entities/integration/index.ts
rename to packages/shared/src/entities/integration/index.ts
diff --git a/libs/shared/src/entities/job/index.ts b/packages/shared/src/entities/job/index.ts
similarity index 100%
rename from libs/shared/src/entities/job/index.ts
rename to packages/shared/src/entities/job/index.ts
diff --git a/libs/shared/src/entities/job/job.interface.ts b/packages/shared/src/entities/job/job.interface.ts
similarity index 100%
rename from libs/shared/src/entities/job/job.interface.ts
rename to packages/shared/src/entities/job/job.interface.ts
diff --git a/libs/shared/src/entities/job/status.enum.ts b/packages/shared/src/entities/job/status.enum.ts
similarity index 100%
rename from libs/shared/src/entities/job/status.enum.ts
rename to packages/shared/src/entities/job/status.enum.ts
diff --git a/libs/shared/src/entities/layout/index.ts b/packages/shared/src/entities/layout/index.ts
similarity index 100%
rename from libs/shared/src/entities/layout/index.ts
rename to packages/shared/src/entities/layout/index.ts
diff --git a/libs/shared/src/entities/layout/layout.interface.ts b/packages/shared/src/entities/layout/layout.interface.ts
similarity index 100%
rename from libs/shared/src/entities/layout/layout.interface.ts
rename to packages/shared/src/entities/layout/layout.interface.ts
diff --git a/libs/shared/src/entities/log/index.ts b/packages/shared/src/entities/log/index.ts
similarity index 100%
rename from libs/shared/src/entities/log/index.ts
rename to packages/shared/src/entities/log/index.ts
diff --git a/libs/shared/src/entities/log/log.enums.ts b/packages/shared/src/entities/log/log.enums.ts
similarity index 100%
rename from libs/shared/src/entities/log/log.enums.ts
rename to packages/shared/src/entities/log/log.enums.ts
diff --git a/libs/shared/src/entities/message-template/index.ts b/packages/shared/src/entities/message-template/index.ts
similarity index 100%
rename from libs/shared/src/entities/message-template/index.ts
rename to packages/shared/src/entities/message-template/index.ts
diff --git a/libs/shared/src/entities/message-template/message-template.interface.ts b/packages/shared/src/entities/message-template/message-template.interface.ts
similarity index 100%
rename from libs/shared/src/entities/message-template/message-template.interface.ts
rename to packages/shared/src/entities/message-template/message-template.interface.ts
diff --git a/libs/shared/src/entities/messages/action.enum.ts b/packages/shared/src/entities/messages/action.enum.ts
similarity index 100%
rename from libs/shared/src/entities/messages/action.enum.ts
rename to packages/shared/src/entities/messages/action.enum.ts
diff --git a/libs/shared/src/entities/messages/index.ts b/packages/shared/src/entities/messages/index.ts
similarity index 100%
rename from libs/shared/src/entities/messages/index.ts
rename to packages/shared/src/entities/messages/index.ts
diff --git a/libs/shared/src/entities/messages/messages.interface.ts b/packages/shared/src/entities/messages/messages.interface.ts
similarity index 100%
rename from libs/shared/src/entities/messages/messages.interface.ts
rename to packages/shared/src/entities/messages/messages.interface.ts
diff --git a/libs/shared/src/entities/notification-group/index.ts b/packages/shared/src/entities/notification-group/index.ts
similarity index 100%
rename from libs/shared/src/entities/notification-group/index.ts
rename to packages/shared/src/entities/notification-group/index.ts
diff --git a/libs/shared/src/entities/notification-group/notification-group.interface.ts b/packages/shared/src/entities/notification-group/notification-group.interface.ts
similarity index 100%
rename from libs/shared/src/entities/notification-group/notification-group.interface.ts
rename to packages/shared/src/entities/notification-group/notification-group.interface.ts
diff --git a/libs/shared/src/entities/notification-template/index.ts b/packages/shared/src/entities/notification-template/index.ts
similarity index 100%
rename from libs/shared/src/entities/notification-template/index.ts
rename to packages/shared/src/entities/notification-template/index.ts
diff --git a/libs/shared/src/entities/notification-template/notification-template.interface.ts b/packages/shared/src/entities/notification-template/notification-template.interface.ts
similarity index 100%
rename from libs/shared/src/entities/notification-template/notification-template.interface.ts
rename to packages/shared/src/entities/notification-template/notification-template.interface.ts
diff --git a/libs/shared/src/entities/notification/index.ts b/packages/shared/src/entities/notification/index.ts
similarity index 100%
rename from libs/shared/src/entities/notification/index.ts
rename to packages/shared/src/entities/notification/index.ts
diff --git a/libs/shared/src/entities/notification/notification.interface.ts b/packages/shared/src/entities/notification/notification.interface.ts
similarity index 100%
rename from libs/shared/src/entities/notification/notification.interface.ts
rename to packages/shared/src/entities/notification/notification.interface.ts
diff --git a/libs/shared/src/entities/organization/index.ts b/packages/shared/src/entities/organization/index.ts
similarity index 100%
rename from libs/shared/src/entities/organization/index.ts
rename to packages/shared/src/entities/organization/index.ts
diff --git a/libs/shared/src/entities/organization/member.enum.ts b/packages/shared/src/entities/organization/member.enum.ts
similarity index 100%
rename from libs/shared/src/entities/organization/member.enum.ts
rename to packages/shared/src/entities/organization/member.enum.ts
diff --git a/libs/shared/src/entities/organization/member.interface.ts b/packages/shared/src/entities/organization/member.interface.ts
similarity index 100%
rename from libs/shared/src/entities/organization/member.interface.ts
rename to packages/shared/src/entities/organization/member.interface.ts
diff --git a/libs/shared/src/entities/organization/organization.interface.ts b/packages/shared/src/entities/organization/organization.interface.ts
similarity index 100%
rename from libs/shared/src/entities/organization/organization.interface.ts
rename to packages/shared/src/entities/organization/organization.interface.ts
diff --git a/libs/shared/src/entities/step/index.ts b/packages/shared/src/entities/step/index.ts
similarity index 100%
rename from libs/shared/src/entities/step/index.ts
rename to packages/shared/src/entities/step/index.ts
diff --git a/libs/shared/src/entities/subscriber-preference/index.ts b/packages/shared/src/entities/subscriber-preference/index.ts
similarity index 100%
rename from libs/shared/src/entities/subscriber-preference/index.ts
rename to packages/shared/src/entities/subscriber-preference/index.ts
diff --git a/libs/shared/src/entities/subscriber-preference/subscriber-preference.interface.ts b/packages/shared/src/entities/subscriber-preference/subscriber-preference.interface.ts
similarity index 100%
rename from libs/shared/src/entities/subscriber-preference/subscriber-preference.interface.ts
rename to packages/shared/src/entities/subscriber-preference/subscriber-preference.interface.ts
diff --git a/libs/shared/src/entities/subscriber/index.ts b/packages/shared/src/entities/subscriber/index.ts
similarity index 100%
rename from libs/shared/src/entities/subscriber/index.ts
rename to packages/shared/src/entities/subscriber/index.ts
diff --git a/libs/shared/src/entities/subscriber/subscriber.interface.ts b/packages/shared/src/entities/subscriber/subscriber.interface.ts
similarity index 100%
rename from libs/shared/src/entities/subscriber/subscriber.interface.ts
rename to packages/shared/src/entities/subscriber/subscriber.interface.ts
diff --git a/libs/shared/src/entities/tenant/index.ts b/packages/shared/src/entities/tenant/index.ts
similarity index 100%
rename from libs/shared/src/entities/tenant/index.ts
rename to packages/shared/src/entities/tenant/index.ts
diff --git a/libs/shared/src/entities/tenant/tenant.interface.ts b/packages/shared/src/entities/tenant/tenant.interface.ts
similarity index 100%
rename from libs/shared/src/entities/tenant/tenant.interface.ts
rename to packages/shared/src/entities/tenant/tenant.interface.ts
diff --git a/libs/shared/src/entities/user/index.ts b/packages/shared/src/entities/user/index.ts
similarity index 100%
rename from libs/shared/src/entities/user/index.ts
rename to packages/shared/src/entities/user/index.ts
diff --git a/libs/shared/src/entities/user/subscriber-user.interface.ts b/packages/shared/src/entities/user/subscriber-user.interface.ts
similarity index 100%
rename from libs/shared/src/entities/user/subscriber-user.interface.ts
rename to packages/shared/src/entities/user/subscriber-user.interface.ts
diff --git a/libs/shared/src/entities/user/user.enums.ts b/packages/shared/src/entities/user/user.enums.ts
similarity index 100%
rename from libs/shared/src/entities/user/user.enums.ts
rename to packages/shared/src/entities/user/user.enums.ts
diff --git a/libs/shared/src/entities/user/user.interface.ts b/packages/shared/src/entities/user/user.interface.ts
similarity index 100%
rename from libs/shared/src/entities/user/user.interface.ts
rename to packages/shared/src/entities/user/user.interface.ts
diff --git a/libs/shared/src/entities/workflow-override/index.ts b/packages/shared/src/entities/workflow-override/index.ts
similarity index 100%
rename from libs/shared/src/entities/workflow-override/index.ts
rename to packages/shared/src/entities/workflow-override/index.ts
diff --git a/libs/shared/src/entities/workflow-override/workflow-override.interface.ts b/packages/shared/src/entities/workflow-override/workflow-override.interface.ts
similarity index 100%
rename from libs/shared/src/entities/workflow-override/workflow-override.interface.ts
rename to packages/shared/src/entities/workflow-override/workflow-override.interface.ts
diff --git a/libs/shared/src/index.ts b/packages/shared/src/index.ts
similarity index 100%
rename from libs/shared/src/index.ts
rename to packages/shared/src/index.ts
diff --git a/libs/shared/src/services/feature-flags/feature-flags.util.spec.ts b/packages/shared/src/services/feature-flags/feature-flags.util.spec.ts
similarity index 100%
rename from libs/shared/src/services/feature-flags/feature-flags.util.spec.ts
rename to packages/shared/src/services/feature-flags/feature-flags.util.spec.ts
diff --git a/libs/shared/src/services/feature-flags/feature-flags.util.ts b/packages/shared/src/services/feature-flags/feature-flags.util.ts
similarity index 100%
rename from libs/shared/src/services/feature-flags/feature-flags.util.ts
rename to packages/shared/src/services/feature-flags/feature-flags.util.ts
diff --git a/libs/shared/src/services/feature-flags/index.ts b/packages/shared/src/services/feature-flags/index.ts
similarity index 100%
rename from libs/shared/src/services/feature-flags/index.ts
rename to packages/shared/src/services/feature-flags/index.ts
diff --git a/libs/shared/src/services/index.ts b/packages/shared/src/services/index.ts
similarity index 100%
rename from libs/shared/src/services/index.ts
rename to packages/shared/src/services/index.ts
diff --git a/libs/shared/src/types/analytics/index.ts b/packages/shared/src/types/analytics/index.ts
similarity index 100%
rename from libs/shared/src/types/analytics/index.ts
rename to packages/shared/src/types/analytics/index.ts
diff --git a/libs/shared/src/types/auth/auth.types.ts b/packages/shared/src/types/auth/auth.types.ts
similarity index 100%
rename from libs/shared/src/types/auth/auth.types.ts
rename to packages/shared/src/types/auth/auth.types.ts
diff --git a/libs/shared/src/types/auth/index.ts b/packages/shared/src/types/auth/index.ts
similarity index 100%
rename from libs/shared/src/types/auth/index.ts
rename to packages/shared/src/types/auth/index.ts
diff --git a/libs/shared/src/types/builder/builder.types.ts b/packages/shared/src/types/builder/builder.types.ts
similarity index 100%
rename from libs/shared/src/types/builder/builder.types.ts
rename to packages/shared/src/types/builder/builder.types.ts
diff --git a/libs/shared/src/types/builder/filter.types.ts b/packages/shared/src/types/builder/filter.types.ts
similarity index 100%
rename from libs/shared/src/types/builder/filter.types.ts
rename to packages/shared/src/types/builder/filter.types.ts
diff --git a/libs/shared/src/types/builder/index.ts b/packages/shared/src/types/builder/index.ts
similarity index 100%
rename from libs/shared/src/types/builder/index.ts
rename to packages/shared/src/types/builder/index.ts
diff --git a/libs/shared/src/types/channel/index.ts b/packages/shared/src/types/channel/index.ts
similarity index 100%
rename from libs/shared/src/types/channel/index.ts
rename to packages/shared/src/types/channel/index.ts
diff --git a/libs/shared/src/types/clerk/index.ts b/packages/shared/src/types/clerk/index.ts
similarity index 100%
rename from libs/shared/src/types/clerk/index.ts
rename to packages/shared/src/types/clerk/index.ts
diff --git a/libs/shared/src/types/clerk/types.ts b/packages/shared/src/types/clerk/types.ts
similarity index 100%
rename from libs/shared/src/types/clerk/types.ts
rename to packages/shared/src/types/clerk/types.ts
diff --git a/libs/shared/src/types/controls/control-variables-level.enum.ts b/packages/shared/src/types/controls/control-variables-level.enum.ts
similarity index 100%
rename from libs/shared/src/types/controls/control-variables-level.enum.ts
rename to packages/shared/src/types/controls/control-variables-level.enum.ts
diff --git a/libs/shared/src/types/controls/index.ts b/packages/shared/src/types/controls/index.ts
similarity index 100%
rename from libs/shared/src/types/controls/index.ts
rename to packages/shared/src/types/controls/index.ts
diff --git a/libs/shared/src/types/cron/cron.types.ts b/packages/shared/src/types/cron/cron.types.ts
similarity index 100%
rename from libs/shared/src/types/cron/cron.types.ts
rename to packages/shared/src/types/cron/cron.types.ts
diff --git a/libs/shared/src/types/cron/index.ts b/packages/shared/src/types/cron/index.ts
similarity index 100%
rename from libs/shared/src/types/cron/index.ts
rename to packages/shared/src/types/cron/index.ts
diff --git a/libs/shared/src/types/environment/index.ts b/packages/shared/src/types/environment/index.ts
similarity index 100%
rename from libs/shared/src/types/environment/index.ts
rename to packages/shared/src/types/environment/index.ts
diff --git a/libs/shared/src/types/events/index.ts b/packages/shared/src/types/events/index.ts
similarity index 100%
rename from libs/shared/src/types/events/index.ts
rename to packages/shared/src/types/events/index.ts
diff --git a/libs/shared/src/types/feature-flags/feature-flags.ts b/packages/shared/src/types/feature-flags/feature-flags.ts
similarity index 100%
rename from libs/shared/src/types/feature-flags/feature-flags.ts
rename to packages/shared/src/types/feature-flags/feature-flags.ts
diff --git a/libs/shared/src/types/feature-flags/flags.types.spec.ts b/packages/shared/src/types/feature-flags/flags.types.spec.ts
similarity index 100%
rename from libs/shared/src/types/feature-flags/flags.types.spec.ts
rename to packages/shared/src/types/feature-flags/flags.types.spec.ts
diff --git a/libs/shared/src/types/feature-flags/flags.types.ts b/packages/shared/src/types/feature-flags/flags.types.ts
similarity index 100%
rename from libs/shared/src/types/feature-flags/flags.types.ts
rename to packages/shared/src/types/feature-flags/flags.types.ts
diff --git a/libs/shared/src/types/feature-flags/index.ts b/packages/shared/src/types/feature-flags/index.ts
similarity index 100%
rename from libs/shared/src/types/feature-flags/index.ts
rename to packages/shared/src/types/feature-flags/index.ts
diff --git a/libs/shared/src/types/feature-flags/system-critical-flags.ts b/packages/shared/src/types/feature-flags/system-critical-flags.ts
similarity index 100%
rename from libs/shared/src/types/feature-flags/system-critical-flags.ts
rename to packages/shared/src/types/feature-flags/system-critical-flags.ts
diff --git a/libs/shared/src/types/files/index.ts b/packages/shared/src/types/files/index.ts
similarity index 100%
rename from libs/shared/src/types/files/index.ts
rename to packages/shared/src/types/files/index.ts
diff --git a/libs/shared/src/types/http/headers.types.ts b/packages/shared/src/types/http/headers.types.ts
similarity index 100%
rename from libs/shared/src/types/http/headers.types.ts
rename to packages/shared/src/types/http/headers.types.ts
diff --git a/libs/shared/src/types/http/index.ts b/packages/shared/src/types/http/index.ts
similarity index 100%
rename from libs/shared/src/types/http/index.ts
rename to packages/shared/src/types/http/index.ts
diff --git a/libs/shared/src/types/http/responses.types.ts b/packages/shared/src/types/http/responses.types.ts
similarity index 100%
rename from libs/shared/src/types/http/responses.types.ts
rename to packages/shared/src/types/http/responses.types.ts
diff --git a/libs/shared/src/types/http/utils.types.spec.ts b/packages/shared/src/types/http/utils.types.spec.ts
similarity index 100%
rename from libs/shared/src/types/http/utils.types.spec.ts
rename to packages/shared/src/types/http/utils.types.spec.ts
diff --git a/libs/shared/src/types/http/utils.types.ts b/packages/shared/src/types/http/utils.types.ts
similarity index 100%
rename from libs/shared/src/types/http/utils.types.ts
rename to packages/shared/src/types/http/utils.types.ts
diff --git a/libs/shared/src/types/index.ts b/packages/shared/src/types/index.ts
similarity index 100%
rename from libs/shared/src/types/index.ts
rename to packages/shared/src/types/index.ts
diff --git a/libs/shared/src/types/jobs/index.ts b/packages/shared/src/types/jobs/index.ts
similarity index 100%
rename from libs/shared/src/types/jobs/index.ts
rename to packages/shared/src/types/jobs/index.ts
diff --git a/libs/shared/src/types/layout/index.ts b/packages/shared/src/types/layout/index.ts
similarity index 100%
rename from libs/shared/src/types/layout/index.ts
rename to packages/shared/src/types/layout/index.ts
diff --git a/libs/shared/src/types/message-template/index.ts b/packages/shared/src/types/message-template/index.ts
similarity index 100%
rename from libs/shared/src/types/message-template/index.ts
rename to packages/shared/src/types/message-template/index.ts
diff --git a/libs/shared/src/types/messages/index.ts b/packages/shared/src/types/messages/index.ts
similarity index 100%
rename from libs/shared/src/types/messages/index.ts
rename to packages/shared/src/types/messages/index.ts
diff --git a/libs/shared/src/types/notification-templates/index.ts b/packages/shared/src/types/notification-templates/index.ts
similarity index 100%
rename from libs/shared/src/types/notification-templates/index.ts
rename to packages/shared/src/types/notification-templates/index.ts
diff --git a/libs/shared/src/types/organization/index.ts b/packages/shared/src/types/organization/index.ts
similarity index 100%
rename from libs/shared/src/types/organization/index.ts
rename to packages/shared/src/types/organization/index.ts
diff --git a/libs/shared/src/types/pagination/index.ts b/packages/shared/src/types/pagination/index.ts
similarity index 100%
rename from libs/shared/src/types/pagination/index.ts
rename to packages/shared/src/types/pagination/index.ts
diff --git a/libs/shared/src/types/product-features/index.ts b/packages/shared/src/types/product-features/index.ts
similarity index 100%
rename from libs/shared/src/types/product-features/index.ts
rename to packages/shared/src/types/product-features/index.ts
diff --git a/libs/shared/src/types/rate-limiting/algorithm.types.ts b/packages/shared/src/types/rate-limiting/algorithm.types.ts
similarity index 100%
rename from libs/shared/src/types/rate-limiting/algorithm.types.ts
rename to packages/shared/src/types/rate-limiting/algorithm.types.ts
diff --git a/libs/shared/src/types/rate-limiting/config.types.ts b/packages/shared/src/types/rate-limiting/config.types.ts
similarity index 100%
rename from libs/shared/src/types/rate-limiting/config.types.ts
rename to packages/shared/src/types/rate-limiting/config.types.ts
diff --git a/libs/shared/src/types/rate-limiting/cost.types.ts b/packages/shared/src/types/rate-limiting/cost.types.ts
similarity index 100%
rename from libs/shared/src/types/rate-limiting/cost.types.ts
rename to packages/shared/src/types/rate-limiting/cost.types.ts
diff --git a/libs/shared/src/types/rate-limiting/env.types.ts b/packages/shared/src/types/rate-limiting/env.types.ts
similarity index 100%
rename from libs/shared/src/types/rate-limiting/env.types.ts
rename to packages/shared/src/types/rate-limiting/env.types.ts
diff --git a/libs/shared/src/types/rate-limiting/index.ts b/packages/shared/src/types/rate-limiting/index.ts
similarity index 100%
rename from libs/shared/src/types/rate-limiting/index.ts
rename to packages/shared/src/types/rate-limiting/index.ts
diff --git a/libs/shared/src/types/rate-limiting/service.types.ts b/packages/shared/src/types/rate-limiting/service.types.ts
similarity index 100%
rename from libs/shared/src/types/rate-limiting/service.types.ts
rename to packages/shared/src/types/rate-limiting/service.types.ts
diff --git a/libs/shared/src/types/resource-limiting/index.ts b/packages/shared/src/types/resource-limiting/index.ts
similarity index 100%
rename from libs/shared/src/types/resource-limiting/index.ts
rename to packages/shared/src/types/resource-limiting/index.ts
diff --git a/libs/shared/src/types/resource-limiting/resource.types.ts b/packages/shared/src/types/resource-limiting/resource.types.ts
similarity index 100%
rename from libs/shared/src/types/resource-limiting/resource.types.ts
rename to packages/shared/src/types/resource-limiting/resource.types.ts
diff --git a/libs/shared/src/types/shared/index.ts b/packages/shared/src/types/shared/index.ts
similarity index 100%
rename from libs/shared/src/types/shared/index.ts
rename to packages/shared/src/types/shared/index.ts
diff --git a/libs/shared/src/types/storage/index.ts b/packages/shared/src/types/storage/index.ts
similarity index 100%
rename from libs/shared/src/types/storage/index.ts
rename to packages/shared/src/types/storage/index.ts
diff --git a/libs/shared/src/types/subscriber/index.ts b/packages/shared/src/types/subscriber/index.ts
similarity index 100%
rename from libs/shared/src/types/subscriber/index.ts
rename to packages/shared/src/types/subscriber/index.ts
diff --git a/libs/shared/src/types/tenant/index.ts b/packages/shared/src/types/tenant/index.ts
similarity index 100%
rename from libs/shared/src/types/tenant/index.ts
rename to packages/shared/src/types/tenant/index.ts
diff --git a/libs/shared/src/types/timezones/index.ts b/packages/shared/src/types/timezones/index.ts
similarity index 100%
rename from libs/shared/src/types/timezones/index.ts
rename to packages/shared/src/types/timezones/index.ts
diff --git a/libs/shared/src/types/timezones/timezones.types.ts b/packages/shared/src/types/timezones/timezones.types.ts
similarity index 100%
rename from libs/shared/src/types/timezones/timezones.types.ts
rename to packages/shared/src/types/timezones/timezones.types.ts
diff --git a/libs/shared/src/types/topic/index.ts b/packages/shared/src/types/topic/index.ts
similarity index 100%
rename from libs/shared/src/types/topic/index.ts
rename to packages/shared/src/types/topic/index.ts
diff --git a/libs/shared/src/types/user/index.ts b/packages/shared/src/types/user/index.ts
similarity index 100%
rename from libs/shared/src/types/user/index.ts
rename to packages/shared/src/types/user/index.ts
diff --git a/libs/shared/src/types/web-sockets/index.ts b/packages/shared/src/types/web-sockets/index.ts
similarity index 100%
rename from libs/shared/src/types/web-sockets/index.ts
rename to packages/shared/src/types/web-sockets/index.ts
diff --git a/libs/shared/src/types/workflow-channel-preferences/index.ts b/packages/shared/src/types/workflow-channel-preferences/index.ts
similarity index 100%
rename from libs/shared/src/types/workflow-channel-preferences/index.ts
rename to packages/shared/src/types/workflow-channel-preferences/index.ts
diff --git a/libs/shared/src/types/workflow-channel-preferences/types.ts b/packages/shared/src/types/workflow-channel-preferences/types.ts
similarity index 100%
rename from libs/shared/src/types/workflow-channel-preferences/types.ts
rename to packages/shared/src/types/workflow-channel-preferences/types.ts
diff --git a/libs/shared/src/types/workflow-override/index.ts b/packages/shared/src/types/workflow-override/index.ts
similarity index 100%
rename from libs/shared/src/types/workflow-override/index.ts
rename to packages/shared/src/types/workflow-override/index.ts
diff --git a/libs/shared/src/types/workflow-override/types.ts b/packages/shared/src/types/workflow-override/types.ts
similarity index 100%
rename from libs/shared/src/types/workflow-override/types.ts
rename to packages/shared/src/types/workflow-override/types.ts
diff --git a/libs/shared/src/ui/index.ts b/packages/shared/src/ui/index.ts
similarity index 100%
rename from libs/shared/src/ui/index.ts
rename to packages/shared/src/ui/index.ts
diff --git a/libs/shared/src/ui/marketing.ts b/packages/shared/src/ui/marketing.ts
similarity index 100%
rename from libs/shared/src/ui/marketing.ts
rename to packages/shared/src/ui/marketing.ts
diff --git a/libs/shared/src/ui/utils.ts b/packages/shared/src/ui/utils.ts
similarity index 100%
rename from libs/shared/src/ui/utils.ts
rename to packages/shared/src/ui/utils.ts
diff --git a/libs/shared/src/utils/bridge.utils.ts b/packages/shared/src/utils/bridge.utils.ts
similarity index 100%
rename from libs/shared/src/utils/bridge.utils.ts
rename to packages/shared/src/utils/bridge.utils.ts
diff --git a/libs/shared/src/utils/checkIsResponseError.spec.ts b/packages/shared/src/utils/checkIsResponseError.spec.ts
similarity index 100%
rename from libs/shared/src/utils/checkIsResponseError.spec.ts
rename to packages/shared/src/utils/checkIsResponseError.spec.ts
diff --git a/libs/shared/src/utils/checkIsResponseError.ts b/packages/shared/src/utils/checkIsResponseError.ts
similarity index 100%
rename from libs/shared/src/utils/checkIsResponseError.ts
rename to packages/shared/src/utils/checkIsResponseError.ts
diff --git a/libs/shared/src/utils/env.ts b/packages/shared/src/utils/env.ts
similarity index 100%
rename from libs/shared/src/utils/env.ts
rename to packages/shared/src/utils/env.ts
diff --git a/libs/shared/src/utils/index.ts b/packages/shared/src/utils/index.ts
similarity index 100%
rename from libs/shared/src/utils/index.ts
rename to packages/shared/src/utils/index.ts
diff --git a/libs/shared/src/utils/normalizeEmail.ts b/packages/shared/src/utils/normalizeEmail.ts
similarity index 100%
rename from libs/shared/src/utils/normalizeEmail.ts
rename to packages/shared/src/utils/normalizeEmail.ts
diff --git a/libs/shared/tsconfig.esm.json b/packages/shared/tsconfig.esm.json
similarity index 100%
rename from libs/shared/tsconfig.esm.json
rename to packages/shared/tsconfig.esm.json
diff --git a/libs/shared/tsconfig.json b/packages/shared/tsconfig.json
similarity index 100%
rename from libs/shared/tsconfig.json
rename to packages/shared/tsconfig.json
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 99918ae1717..dc0a7549827 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -393,7 +393,7 @@ importers:
version: link:../../packages/node
'@novu/shared':
specifier: workspace:*
- version: link:../../libs/shared
+ version: link:../../packages/shared
'@novu/stateless':
specifier: workspace:*
version: link:../../packages/stateless
@@ -623,7 +623,7 @@ importers:
version: link:../../libs/application-generic
'@novu/shared':
specifier: workspace:*
- version: link:../../libs/shared
+ version: link:../../packages/shared
'@sentry/node':
specifier: ^7.12.1
version: 7.47.0
@@ -822,7 +822,7 @@ importers:
version: link:../../libs/novui
'@novu/shared':
specifier: workspace:*
- version: link:../../libs/shared
+ version: link:../../packages/shared
'@rive-app/react-canvas':
specifier: ^4.8.1
version: 4.8.3(react@18.3.1)
@@ -1204,7 +1204,7 @@ importers:
version: link:../../libs/dal
'@novu/shared':
specifier: workspace:*
- version: link:../../libs/shared
+ version: link:../../packages/shared
'@novu/stateless':
specifier: workspace:*
version: link:../../packages/stateless
@@ -1340,7 +1340,7 @@ importers:
version: link:../../packages/notification-center
'@novu/shared':
specifier: workspace:*
- version: link:../../libs/shared
+ version: link:../../packages/shared
antd:
specifier: ^4.10.0
version: 4.24.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@@ -1521,7 +1521,7 @@ importers:
version: link:../../packages/framework
'@novu/shared':
specifier: workspace:*
- version: link:../../libs/shared
+ version: link:../../packages/shared
'@novu/stateless':
specifier: workspace:*
version: link:../../packages/stateless
@@ -1721,7 +1721,7 @@ importers:
version: link:../../libs/dal
'@novu/shared':
specifier: workspace:*
- version: link:../../libs/shared
+ version: link:../../packages/shared
'@novu/testing':
specifier: workspace:*
version: link:../../libs/testing
@@ -1869,7 +1869,7 @@ importers:
version: link:../../../libs/dal
'@novu/shared':
specifier: workspace:*
- version: link:../../../libs/shared
+ version: link:../../../packages/shared
class-transformer:
specifier: 0.5.1
version: 0.5.1
@@ -1957,7 +1957,7 @@ importers:
version: link:../dal
'@novu/shared':
specifier: workspace:*
- version: link:../../../libs/shared
+ version: link:../../../packages/shared
class-transformer:
specifier: 0.5.1
version: 0.5.1
@@ -2031,7 +2031,7 @@ importers:
version: link:../../../libs/dal
'@novu/shared':
specifier: workspace:*
- version: link:../../../libs/shared
+ version: link:../../../packages/shared
mongoose:
specifier: ^7.5.0
version: 7.5.2(@aws-sdk/credential-providers@3.637.0)
@@ -2071,7 +2071,7 @@ importers:
version: link:../dal
'@novu/shared':
specifier: workspace:*
- version: link:../../../libs/shared
+ version: link:../../../packages/shared
devDependencies:
'@types/node':
specifier: ^20.14.10
@@ -2123,7 +2123,7 @@ importers:
version: link:../shared-services
'@novu/shared':
specifier: workspace:*
- version: link:../../../libs/shared
+ version: link:../../../packages/shared
class-transformer:
specifier: 0.5.1
version: 0.5.1
@@ -2227,7 +2227,7 @@ importers:
version: link:../../packages/providers
'@novu/shared':
specifier: workspace:*
- version: link:../shared
+ version: link:../../packages/shared
'@novu/stateless':
specifier: workspace:*
version: link:../../packages/stateless
@@ -2500,7 +2500,7 @@ importers:
version: 10.2.2(class-transformer@0.5.1)(class-validator@0.14.1)(reflect-metadata@0.2.2)(rxjs@7.8.1)
'@novu/shared':
specifier: workspace:*
- version: link:../shared
+ version: link:../../packages/shared
aws-sdk:
specifier: ^2.665.0
version: 2.1354.0
@@ -2588,7 +2588,7 @@ importers:
version: 5.10.5(@mantine/core@5.10.5(@emotion/react@11.10.6(@types/react@18.3.3)(react@18.3.1))(@mantine/hooks@5.10.5(react@18.3.1))(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mantine/hooks@5.10.5(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@novu/shared':
specifier: workspace:*
- version: link:../shared
+ version: link:../../packages/shared
'@segment/analytics-next':
specifier: 1.59.0
version: 1.59.0(encoding@0.1.13)
@@ -2944,37 +2944,6 @@ importers:
specifier: ^1.2.1
version: 1.2.1(@edge-runtime/vm@4.0.2)(@types/node@20.14.10)(jsdom@25.0.0)(less@4.2.0)(lightningcss@1.26.0)(sass@1.77.8)(sugarss@4.0.1(postcss@8.4.38))(terser@5.31.6)
- libs/shared:
- dependencies:
- '@nestjs/swagger':
- specifier: 7.4.0
- version: 7.4.0(@nestjs/common@10.4.1(class-transformer@0.5.1)(class-validator@0.14.1)(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@10.4.1(@nestjs/common@10.4.1(class-transformer@0.5.1)(class-validator@0.14.1)(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@10.4.1)(@nestjs/websockets@10.4.1)(encoding@0.1.13)(reflect-metadata@0.2.2)(rxjs@7.8.1))(class-transformer@0.5.1)(class-validator@0.14.1)(reflect-metadata@0.2.2)
- class-transformer:
- specifier: 0.5.1
- version: 0.5.1
- class-validator:
- specifier: 0.14.1
- version: 0.14.1
- devDependencies:
- '@types/bluebird':
- specifier: ^3.5.24
- version: 3.5.38
- '@types/jest':
- specifier: 29.5.2
- version: 29.5.2
- jest:
- specifier: ^27.1.0
- version: 27.5.1(ts-node@10.9.1(@swc/core@1.3.107(@swc/helpers@0.5.12))(@types/node@20.14.10)(typescript@4.9.5))
- json-schema-to-ts:
- specifier: ^3.0.0
- version: 3.1.0
- rimraf:
- specifier: ^3.0.2
- version: 3.0.2
- typescript:
- specifier: 4.9.5
- version: 4.9.5
-
libs/testing:
dependencies:
'@clerk/clerk-sdk-node':
@@ -2991,7 +2960,7 @@ importers:
version: link:../dal
'@novu/shared':
specifier: workspace:*
- version: link:../shared
+ version: link:../../packages/shared
JSONStream:
specifier: ^1.3.5
version: 1.3.5
@@ -3085,7 +3054,7 @@ importers:
version: 0.0.4
'@novu/shared':
specifier: workspace:*
- version: link:../../libs/shared
+ version: link:../shared
'@segment/analytics-node':
specifier: ^1.1.4
version: 1.1.4(encoding@0.1.13)
@@ -3194,7 +3163,7 @@ importers:
dependencies:
'@novu/shared':
specifier: workspace:*
- version: link:../../libs/shared
+ version: link:../shared
devDependencies:
'@types/jest':
specifier: 29.5.2
@@ -3207,7 +3176,7 @@ importers:
version: 3.8.3(encoding@0.1.13)
jest:
specifier: ^27.0.6
- version: 27.5.1(ts-node@10.9.1(@swc/core@1.3.107(@swc/helpers@0.5.12))(@types/node@20.14.10)(typescript@4.9.5))
+ version: 27.5.1(ts-node@10.9.2(@swc/core@1.3.107(@swc/helpers@0.5.12))(@types/node@20.14.10)(typescript@4.9.5))
npm-run-all:
specifier: ^4.1.5
version: 4.1.5
@@ -3216,7 +3185,7 @@ importers:
version: 3.0.2
ts-jest:
specifier: ^27.0.5
- version: 27.1.5(@babel/core@7.25.2)(@types/jest@29.5.2)(babel-jest@27.5.1(@babel/core@7.25.2))(jest@27.5.1(ts-node@10.9.1(@swc/core@1.3.107(@swc/helpers@0.5.12))(@types/node@20.14.10)(typescript@4.9.5)))(typescript@4.9.5)
+ version: 27.1.5(@babel/core@7.25.2)(@types/jest@29.5.2)(babel-jest@27.5.1(@babel/core@7.25.2))(jest@27.5.1(ts-node@10.9.2(@swc/core@1.3.107(@swc/helpers@0.5.12))(@types/node@20.14.10)(typescript@4.9.5)))(typescript@4.9.5)
typedoc:
specifier: ^0.24.0
version: 0.24.6(typescript@4.9.5)
@@ -3228,7 +3197,7 @@ importers:
dependencies:
'@novu/shared':
specifier: workspace:*
- version: link:../../libs/shared
+ version: link:../shared
ajv:
specifier: ^8.12.0
version: 8.12.0
@@ -3325,7 +3294,7 @@ importers:
version: link:../client
'@novu/shared':
specifier: workspace:*
- version: link:../../libs/shared
+ version: link:../shared
'@tanstack/query-core':
specifier: ^4.15.1
version: 4.29.1
@@ -3547,7 +3516,7 @@ importers:
dependencies:
'@novu/shared':
specifier: workspace:*
- version: link:../../libs/shared
+ version: link:../shared
axios:
specifier: ^1.6.8
version: 1.6.8
@@ -3635,7 +3604,7 @@ importers:
version: link:../client
'@novu/shared':
specifier: workspace:*
- version: link:../../libs/shared
+ version: link:../shared
'@tanstack/react-query':
specifier: ^4.20.4
version: 4.29.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@@ -3965,7 +3934,7 @@ importers:
version: 1.0.50
'@novu/shared':
specifier: workspace:*
- version: link:../../libs/shared
+ version: link:../shared
'@novu/stateless':
specifier: workspace:*
version: link:../stateless
@@ -4158,6 +4127,37 @@ importers:
specifier: 4.9.5
version: 4.9.5
+ packages/shared:
+ dependencies:
+ '@nestjs/swagger':
+ specifier: 7.4.0
+ version: 7.4.0(@nestjs/common@10.4.1(class-transformer@0.5.1)(class-validator@0.14.1)(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@10.4.1(@nestjs/common@10.4.1(class-transformer@0.5.1)(class-validator@0.14.1)(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/platform-express@10.4.1)(@nestjs/websockets@10.4.1)(encoding@0.1.13)(reflect-metadata@0.2.2)(rxjs@7.8.1))(class-transformer@0.5.1)(class-validator@0.14.1)(reflect-metadata@0.2.2)
+ class-transformer:
+ specifier: 0.5.1
+ version: 0.5.1
+ class-validator:
+ specifier: 0.14.1
+ version: 0.14.1
+ devDependencies:
+ '@types/bluebird':
+ specifier: ^3.5.24
+ version: 3.5.38
+ '@types/jest':
+ specifier: 29.5.2
+ version: 29.5.2
+ jest:
+ specifier: ^27.1.0
+ version: 27.5.1(ts-node@10.9.2(@swc/core@1.3.107(@swc/helpers@0.5.12))(@types/node@20.14.10)(typescript@4.9.5))
+ json-schema-to-ts:
+ specifier: ^3.0.0
+ version: 3.1.0
+ rimraf:
+ specifier: ^3.0.2
+ version: 3.0.2
+ typescript:
+ specifier: 4.9.5
+ version: 4.9.5
+
packages/stateless:
dependencies:
handlebars:
@@ -4187,7 +4187,7 @@ importers:
version: 3.8.3(encoding@0.1.13)
jest:
specifier: ^27.0.6
- version: 27.5.1(ts-node@10.9.1(@swc/core@1.3.107(@swc/helpers@0.5.12))(@types/node@20.14.10)(typescript@4.9.5))
+ version: 27.5.1(ts-node@10.9.2(@swc/core@1.3.107(@swc/helpers@0.5.12))(@types/node@20.14.10)(typescript@4.9.5))
npm-run-all:
specifier: ^4.1.5
version: 4.1.5
@@ -4202,7 +4202,7 @@ importers:
version: 0.0.0
ts-jest:
specifier: ^27.0.5
- version: 27.1.5(@babel/core@7.25.2)(@types/jest@29.5.2)(babel-jest@27.5.1(@babel/core@7.25.2))(jest@27.5.1(ts-node@10.9.1(@swc/core@1.3.107(@swc/helpers@0.5.12))(@types/node@20.14.10)(typescript@4.9.5)))(typescript@4.9.5)
+ version: 27.1.5(@babel/core@7.25.2)(@types/jest@29.5.2)(babel-jest@27.5.1(@babel/core@7.25.2))(jest@27.5.1(ts-node@10.9.2(@swc/core@1.3.107(@swc/helpers@0.5.12))(@types/node@20.14.10)(typescript@4.9.5)))(typescript@4.9.5)
typedoc:
specifier: ^0.24.0
version: 0.24.6(typescript@4.9.5)
@@ -34730,8 +34730,8 @@ snapshots:
dependencies:
'@aws-crypto/sha256-browser': 3.0.0
'@aws-crypto/sha256-js': 3.0.0
- '@aws-sdk/client-sso-oidc': 3.575.0(@aws-sdk/client-sts@3.575.0)
- '@aws-sdk/client-sts': 3.575.0
+ '@aws-sdk/client-sso-oidc': 3.575.0
+ '@aws-sdk/client-sts': 3.575.0(@aws-sdk/client-sso-oidc@3.575.0)
'@aws-sdk/core': 3.575.0
'@aws-sdk/credential-provider-node': 3.575.0(@aws-sdk/client-sso-oidc@3.575.0)(@aws-sdk/client-sts@3.575.0)
'@aws-sdk/middleware-host-header': 3.575.0
@@ -35204,52 +35204,6 @@ snapshots:
transitivePeerDependencies:
- aws-crt
- '@aws-sdk/client-sso-oidc@3.575.0(@aws-sdk/client-sts@3.575.0)':
- dependencies:
- '@aws-crypto/sha256-browser': 3.0.0
- '@aws-crypto/sha256-js': 3.0.0
- '@aws-sdk/client-sts': 3.575.0
- '@aws-sdk/core': 3.575.0
- '@aws-sdk/credential-provider-node': 3.575.0(@aws-sdk/client-sso-oidc@3.575.0(@aws-sdk/client-sts@3.575.0))(@aws-sdk/client-sts@3.575.0)
- '@aws-sdk/middleware-host-header': 3.575.0
- '@aws-sdk/middleware-logger': 3.575.0
- '@aws-sdk/middleware-recursion-detection': 3.575.0
- '@aws-sdk/middleware-user-agent': 3.575.0
- '@aws-sdk/region-config-resolver': 3.575.0
- '@aws-sdk/types': 3.575.0
- '@aws-sdk/util-endpoints': 3.575.0
- '@aws-sdk/util-user-agent-browser': 3.575.0
- '@aws-sdk/util-user-agent-node': 3.575.0
- '@smithy/config-resolver': 3.0.0
- '@smithy/core': 2.0.0
- '@smithy/fetch-http-handler': 3.0.0
- '@smithy/hash-node': 3.0.0
- '@smithy/invalid-dependency': 3.0.0
- '@smithy/middleware-content-length': 3.0.0
- '@smithy/middleware-endpoint': 3.0.0
- '@smithy/middleware-retry': 3.0.0
- '@smithy/middleware-serde': 3.0.0
- '@smithy/middleware-stack': 3.0.0
- '@smithy/node-config-provider': 3.0.0
- '@smithy/node-http-handler': 3.0.0
- '@smithy/protocol-http': 4.0.0
- '@smithy/smithy-client': 3.0.0
- '@smithy/types': 3.0.0
- '@smithy/url-parser': 3.0.0
- '@smithy/util-base64': 3.0.0
- '@smithy/util-body-length-browser': 3.0.0
- '@smithy/util-body-length-node': 3.0.0
- '@smithy/util-defaults-mode-browser': 3.0.0
- '@smithy/util-defaults-mode-node': 3.0.0
- '@smithy/util-endpoints': 2.0.0
- '@smithy/util-middleware': 3.0.0
- '@smithy/util-retry': 3.0.0
- '@smithy/util-utf8': 3.0.0
- tslib: 2.7.0
- transitivePeerDependencies:
- - '@aws-sdk/client-sts'
- - aws-crt
-
'@aws-sdk/client-sso-oidc@3.637.0(@aws-sdk/client-sts@3.637.0)':
dependencies:
'@aws-crypto/sha256-browser': 5.2.0
@@ -35638,7 +35592,52 @@ snapshots:
'@aws-crypto/sha256-js': 3.0.0
'@aws-sdk/client-sso-oidc': 3.575.0
'@aws-sdk/core': 3.575.0
- '@aws-sdk/credential-provider-node': 3.575.0(@aws-sdk/client-sso-oidc@3.575.0(@aws-sdk/client-sts@3.575.0))(@aws-sdk/client-sts@3.575.0)
+ '@aws-sdk/credential-provider-node': 3.575.0(@aws-sdk/client-sso-oidc@3.575.0)(@aws-sdk/client-sts@3.575.0)
+ '@aws-sdk/middleware-host-header': 3.575.0
+ '@aws-sdk/middleware-logger': 3.575.0
+ '@aws-sdk/middleware-recursion-detection': 3.575.0
+ '@aws-sdk/middleware-user-agent': 3.575.0
+ '@aws-sdk/region-config-resolver': 3.575.0
+ '@aws-sdk/types': 3.575.0
+ '@aws-sdk/util-endpoints': 3.575.0
+ '@aws-sdk/util-user-agent-browser': 3.575.0
+ '@aws-sdk/util-user-agent-node': 3.575.0
+ '@smithy/config-resolver': 3.0.0
+ '@smithy/core': 2.0.0
+ '@smithy/fetch-http-handler': 3.0.0
+ '@smithy/hash-node': 3.0.0
+ '@smithy/invalid-dependency': 3.0.0
+ '@smithy/middleware-content-length': 3.0.0
+ '@smithy/middleware-endpoint': 3.0.0
+ '@smithy/middleware-retry': 3.0.0
+ '@smithy/middleware-serde': 3.0.0
+ '@smithy/middleware-stack': 3.0.0
+ '@smithy/node-config-provider': 3.0.0
+ '@smithy/node-http-handler': 3.0.0
+ '@smithy/protocol-http': 4.0.0
+ '@smithy/smithy-client': 3.0.0
+ '@smithy/types': 3.0.0
+ '@smithy/url-parser': 3.0.0
+ '@smithy/util-base64': 3.0.0
+ '@smithy/util-body-length-browser': 3.0.0
+ '@smithy/util-body-length-node': 3.0.0
+ '@smithy/util-defaults-mode-browser': 3.0.0
+ '@smithy/util-defaults-mode-node': 3.0.0
+ '@smithy/util-endpoints': 2.0.0
+ '@smithy/util-middleware': 3.0.0
+ '@smithy/util-retry': 3.0.0
+ '@smithy/util-utf8': 3.0.0
+ tslib: 2.7.0
+ transitivePeerDependencies:
+ - aws-crt
+
+ '@aws-sdk/client-sts@3.575.0(@aws-sdk/client-sso-oidc@3.575.0)':
+ dependencies:
+ '@aws-crypto/sha256-browser': 3.0.0
+ '@aws-crypto/sha256-js': 3.0.0
+ '@aws-sdk/client-sso-oidc': 3.575.0
+ '@aws-sdk/core': 3.575.0
+ '@aws-sdk/credential-provider-node': 3.575.0(@aws-sdk/client-sso-oidc@3.575.0)(@aws-sdk/client-sts@3.575.0(@aws-sdk/client-sso-oidc@3.575.0))
'@aws-sdk/middleware-host-header': 3.575.0
'@aws-sdk/middleware-logger': 3.575.0
'@aws-sdk/middleware-recursion-detection': 3.575.0
@@ -35675,6 +35674,7 @@ snapshots:
'@smithy/util-utf8': 3.0.0
tslib: 2.7.0
transitivePeerDependencies:
+ - '@aws-sdk/client-sso-oidc'
- aws-crt
'@aws-sdk/client-sts@3.637.0':
@@ -35902,13 +35902,13 @@ snapshots:
- aws-crt
optional: true
- '@aws-sdk/credential-provider-ini@3.575.0(@aws-sdk/client-sso-oidc@3.575.0(@aws-sdk/client-sts@3.575.0))(@aws-sdk/client-sts@3.575.0)':
+ '@aws-sdk/credential-provider-ini@3.575.0(@aws-sdk/client-sso-oidc@3.575.0)(@aws-sdk/client-sts@3.575.0(@aws-sdk/client-sso-oidc@3.575.0))':
dependencies:
- '@aws-sdk/client-sts': 3.575.0
+ '@aws-sdk/client-sts': 3.575.0(@aws-sdk/client-sso-oidc@3.575.0)
'@aws-sdk/credential-provider-env': 3.575.0
'@aws-sdk/credential-provider-process': 3.575.0
- '@aws-sdk/credential-provider-sso': 3.575.0(@aws-sdk/client-sso-oidc@3.575.0(@aws-sdk/client-sts@3.575.0))
- '@aws-sdk/credential-provider-web-identity': 3.575.0(@aws-sdk/client-sts@3.575.0)
+ '@aws-sdk/credential-provider-sso': 3.575.0(@aws-sdk/client-sso-oidc@3.575.0)
+ '@aws-sdk/credential-provider-web-identity': 3.575.0(@aws-sdk/client-sts@3.575.0(@aws-sdk/client-sso-oidc@3.575.0))
'@aws-sdk/types': 3.575.0
'@smithy/credential-provider-imds': 3.0.0
'@smithy/property-provider': 3.0.0
@@ -36005,14 +36005,14 @@ snapshots:
- aws-crt
optional: true
- '@aws-sdk/credential-provider-node@3.575.0(@aws-sdk/client-sso-oidc@3.575.0(@aws-sdk/client-sts@3.575.0))(@aws-sdk/client-sts@3.575.0)':
+ '@aws-sdk/credential-provider-node@3.575.0(@aws-sdk/client-sso-oidc@3.575.0)(@aws-sdk/client-sts@3.575.0(@aws-sdk/client-sso-oidc@3.575.0))':
dependencies:
'@aws-sdk/credential-provider-env': 3.575.0
'@aws-sdk/credential-provider-http': 3.575.0
- '@aws-sdk/credential-provider-ini': 3.575.0(@aws-sdk/client-sso-oidc@3.575.0(@aws-sdk/client-sts@3.575.0))(@aws-sdk/client-sts@3.575.0)
+ '@aws-sdk/credential-provider-ini': 3.575.0(@aws-sdk/client-sso-oidc@3.575.0)(@aws-sdk/client-sts@3.575.0(@aws-sdk/client-sso-oidc@3.575.0))
'@aws-sdk/credential-provider-process': 3.575.0
- '@aws-sdk/credential-provider-sso': 3.575.0(@aws-sdk/client-sso-oidc@3.575.0(@aws-sdk/client-sts@3.575.0))
- '@aws-sdk/credential-provider-web-identity': 3.575.0(@aws-sdk/client-sts@3.575.0)
+ '@aws-sdk/credential-provider-sso': 3.575.0(@aws-sdk/client-sso-oidc@3.575.0)
+ '@aws-sdk/credential-provider-web-identity': 3.575.0(@aws-sdk/client-sts@3.575.0(@aws-sdk/client-sso-oidc@3.575.0))
'@aws-sdk/types': 3.575.0
'@smithy/credential-provider-imds': 3.0.0
'@smithy/property-provider': 3.0.0
@@ -36143,19 +36143,6 @@ snapshots:
- aws-crt
optional: true
- '@aws-sdk/credential-provider-sso@3.575.0(@aws-sdk/client-sso-oidc@3.575.0(@aws-sdk/client-sts@3.575.0))':
- dependencies:
- '@aws-sdk/client-sso': 3.575.0
- '@aws-sdk/token-providers': 3.575.0(@aws-sdk/client-sso-oidc@3.575.0(@aws-sdk/client-sts@3.575.0))
- '@aws-sdk/types': 3.575.0
- '@smithy/property-provider': 3.0.0
- '@smithy/shared-ini-file-loader': 3.0.0
- '@smithy/types': 3.0.0
- tslib: 2.7.0
- transitivePeerDependencies:
- - '@aws-sdk/client-sso-oidc'
- - aws-crt
-
'@aws-sdk/credential-provider-sso@3.575.0(@aws-sdk/client-sso-oidc@3.575.0)':
dependencies:
'@aws-sdk/client-sso': 3.575.0
@@ -36209,6 +36196,14 @@ snapshots:
- aws-crt
optional: true
+ '@aws-sdk/credential-provider-web-identity@3.575.0(@aws-sdk/client-sts@3.575.0(@aws-sdk/client-sso-oidc@3.575.0))':
+ dependencies:
+ '@aws-sdk/client-sts': 3.575.0(@aws-sdk/client-sso-oidc@3.575.0)
+ '@aws-sdk/types': 3.575.0
+ '@smithy/property-provider': 3.0.0
+ '@smithy/types': 3.0.0
+ tslib: 2.7.0
+
'@aws-sdk/credential-provider-web-identity@3.575.0(@aws-sdk/client-sts@3.575.0)':
dependencies:
'@aws-sdk/client-sts': 3.575.0
@@ -36707,15 +36702,6 @@ snapshots:
- aws-crt
optional: true
- '@aws-sdk/token-providers@3.575.0(@aws-sdk/client-sso-oidc@3.575.0(@aws-sdk/client-sts@3.575.0))':
- dependencies:
- '@aws-sdk/client-sso-oidc': 3.575.0(@aws-sdk/client-sts@3.575.0)
- '@aws-sdk/types': 3.575.0
- '@smithy/property-provider': 3.0.0
- '@smithy/shared-ini-file-loader': 3.0.0
- '@smithy/types': 3.0.0
- tslib: 2.7.0
-
'@aws-sdk/token-providers@3.575.0(@aws-sdk/client-sso-oidc@3.575.0)':
dependencies:
'@aws-sdk/client-sso-oidc': 3.575.0
@@ -37305,7 +37291,7 @@ snapshots:
'@babel/helper-annotate-as-pure@7.24.7':
dependencies:
- '@babel/types': 7.24.9
+ '@babel/types': 7.25.6
'@babel/helper-builder-binary-assignment-operator-visitor@7.22.15':
dependencies:
@@ -37590,7 +37576,7 @@ snapshots:
'@babel/helper-environment-visitor@7.24.7':
dependencies:
- '@babel/types': 7.24.9
+ '@babel/types': 7.25.6
'@babel/helper-function-name@7.23.0':
dependencies:
@@ -37600,7 +37586,7 @@ snapshots:
'@babel/helper-function-name@7.24.7':
dependencies:
'@babel/template': 7.25.0
- '@babel/types': 7.24.9
+ '@babel/types': 7.25.6
'@babel/helper-hoist-variables@7.22.5':
dependencies:
@@ -37608,7 +37594,7 @@ snapshots:
'@babel/helper-hoist-variables@7.24.7':
dependencies:
- '@babel/types': 7.24.9
+ '@babel/types': 7.25.6
'@babel/helper-member-expression-to-functions@7.22.15':
dependencies:
@@ -37639,8 +37625,8 @@ snapshots:
'@babel/helper-module-imports@7.24.7':
dependencies:
- '@babel/traverse': 7.24.8
- '@babel/types': 7.24.9
+ '@babel/traverse': 7.25.6
+ '@babel/types': 7.25.6
transitivePeerDependencies:
- supports-color
@@ -37931,7 +37917,7 @@ snapshots:
'@babel/helper-split-export-declaration@7.24.7':
dependencies:
- '@babel/types': 7.24.9
+ '@babel/types': 7.25.6
'@babel/helper-string-parser@7.24.1': {}
@@ -37955,7 +37941,7 @@ snapshots:
dependencies:
'@babel/helper-function-name': 7.24.7
'@babel/template': 7.25.0
- '@babel/types': 7.23.0
+ '@babel/types': 7.25.6
'@babel/helper-wrap-function@7.25.0':
dependencies:
@@ -38282,7 +38268,7 @@ snapshots:
dependencies:
'@babel/core': 7.22.9
'@babel/helper-create-regexp-features-plugin': 7.25.2(@babel/core@7.22.9)
- '@babel/helper-plugin-utils': 7.22.5
+ '@babel/helper-plugin-utils': 7.24.8
'@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.21.4)':
dependencies:
@@ -43361,7 +43347,7 @@ snapshots:
'@emotion/react@11.11.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@emotion/babel-plugin': 11.11.0
'@emotion/cache': 11.11.0
'@emotion/serialize': 1.1.4
@@ -43375,7 +43361,7 @@ snapshots:
'@emotion/react@11.7.1(@babel/core@7.25.2)(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@emotion/cache': 11.11.0
'@emotion/serialize': 1.1.4
'@emotion/sheet': 1.2.2
@@ -44458,7 +44444,7 @@ snapshots:
'@jest/test-result': 27.5.1
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 20.14.10
+ '@types/node': 20.16.2
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.8.1
@@ -44477,7 +44463,7 @@ snapshots:
jest-util: 27.5.1
jest-validate: 27.5.1
jest-watcher: 27.5.1
- micromatch: 4.0.5
+ micromatch: 4.0.8
rimraf: 3.0.2
slash: 3.0.0
strip-ansi: 6.0.1
@@ -44495,7 +44481,7 @@ snapshots:
'@jest/test-result': 27.5.1
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 20.14.10
+ '@types/node': 20.16.2
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.8.1
@@ -44514,7 +44500,7 @@ snapshots:
jest-util: 27.5.1
jest-validate: 27.5.1
jest-watcher: 27.5.1
- micromatch: 4.0.5
+ micromatch: 4.0.8
rimraf: 3.0.2
slash: 3.0.0
strip-ansi: 6.0.1
@@ -44532,7 +44518,7 @@ snapshots:
'@jest/test-result': 27.5.1
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 20.14.10
+ '@types/node': 20.16.2
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.8.1
@@ -44551,7 +44537,7 @@ snapshots:
jest-util: 27.5.1
jest-validate: 27.5.1
jest-watcher: 27.5.1
- micromatch: 4.0.5
+ micromatch: 4.0.8
rimraf: 3.0.2
slash: 3.0.0
strip-ansi: 6.0.1
@@ -44569,7 +44555,7 @@ snapshots:
'@jest/test-result': 27.5.1
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 20.14.10
+ '@types/node': 20.16.2
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.8.1
@@ -44588,7 +44574,7 @@ snapshots:
jest-util: 27.5.1
jest-validate: 27.5.1
jest-watcher: 27.5.1
- micromatch: 4.0.5
+ micromatch: 4.0.8
rimraf: 3.0.2
slash: 3.0.0
strip-ansi: 6.0.1
@@ -44606,7 +44592,7 @@ snapshots:
'@jest/test-result': 27.5.1
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 20.14.10
+ '@types/node': 20.16.2
ansi-escapes: 4.3.2
chalk: 4.1.2
emittery: 0.8.1
@@ -44625,7 +44611,7 @@ snapshots:
jest-util: 27.5.1
jest-validate: 27.5.1
jest-watcher: 27.5.1
- micromatch: 4.0.5
+ micromatch: 4.0.8
rimraf: 3.0.2
slash: 3.0.0
strip-ansi: 6.0.1
@@ -44971,7 +44957,7 @@ snapshots:
jest-haste-map: 27.5.1
jest-regex-util: 27.5.1
jest-util: 27.5.1
- micromatch: 4.0.7
+ micromatch: 4.0.8
pirates: 4.0.6
slash: 3.0.0
source-map: 0.6.1
@@ -45012,7 +44998,7 @@ snapshots:
jest-haste-map: 29.7.0
jest-regex-util: 29.6.3
jest-util: 29.7.0
- micromatch: 4.0.7
+ micromatch: 4.0.8
pirates: 4.0.6
slash: 3.0.0
write-file-atomic: 4.0.2
@@ -49064,33 +49050,33 @@ snapshots:
'@radix-ui/number@0.1.0':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/number@1.0.0':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/number@1.0.1':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/primitive@0.1.0':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/primitive@1.0.0':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/primitive@1.0.1':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/primitive@1.1.0': {}
'@radix-ui/react-arrow@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
@@ -49109,7 +49095,7 @@ snapshots:
'@radix-ui/react-collection@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1)
'@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1)
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@@ -49122,17 +49108,17 @@ snapshots:
'@radix-ui/react-compose-refs@0.1.0(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
'@radix-ui/react-compose-refs@1.0.0(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
'@radix-ui/react-compose-refs@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.3
@@ -49145,17 +49131,17 @@ snapshots:
'@radix-ui/react-context@0.1.1(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
'@radix-ui/react-context@1.0.0(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
'@radix-ui/react-context@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.3
@@ -49191,19 +49177,19 @@ snapshots:
'@radix-ui/react-direction@1.0.0(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
'@radix-ui/react-direction@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.3
'@radix-ui/react-dismissable-layer@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1)
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@@ -49244,7 +49230,7 @@ snapshots:
'@radix-ui/react-focus-guards@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.3
@@ -49257,7 +49243,7 @@ snapshots:
'@radix-ui/react-focus-scope@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1)
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1)
@@ -49296,7 +49282,7 @@ snapshots:
'@radix-ui/react-id@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.3)(react@18.3.1)
react: 18.3.1
optionalDependencies:
@@ -49334,7 +49320,7 @@ snapshots:
'@radix-ui/react-popper@1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@floating-ui/react-dom': 2.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1)
@@ -49371,7 +49357,7 @@ snapshots:
'@radix-ui/react-portal@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
@@ -49401,14 +49387,14 @@ snapshots:
'@radix-ui/react-presence@0.1.2(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-compose-refs': 0.1.0(react@18.3.1)
'@radix-ui/react-use-layout-effect': 0.1.0(react@18.3.1)
react: 18.3.1
'@radix-ui/react-presence@1.0.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-compose-refs': 1.0.0(react@18.3.1)
'@radix-ui/react-use-layout-effect': 1.0.0(react@18.3.1)
react: 18.3.1
@@ -49437,20 +49423,20 @@ snapshots:
'@radix-ui/react-primitive@0.1.4(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-slot': 0.1.2(react@18.3.1)
react: 18.3.1
'@radix-ui/react-primitive@1.0.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-slot': 1.0.1(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
'@radix-ui/react-primitive@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-slot': 1.0.2(@types/react@18.3.3)(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
@@ -49469,7 +49455,7 @@ snapshots:
'@radix-ui/react-roving-focus@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@radix-ui/react-compose-refs': 1.0.1(@types/react@18.3.3)(react@18.3.1)
@@ -49487,7 +49473,7 @@ snapshots:
'@radix-ui/react-scroll-area@0.1.4(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/number': 0.1.0
'@radix-ui/primitive': 0.1.0
'@radix-ui/react-compose-refs': 0.1.0(react@18.3.1)
@@ -49516,7 +49502,7 @@ snapshots:
'@radix-ui/react-select@1.2.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/number': 1.0.1
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-collection': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@@ -49546,7 +49532,7 @@ snapshots:
'@radix-ui/react-separator@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
@@ -49556,13 +49542,13 @@ snapshots:
'@radix-ui/react-slot@0.1.2(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-compose-refs': 0.1.0(react@18.3.1)
react: 18.3.1
'@radix-ui/react-slot@1.0.1(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-compose-refs': 1.0.0(react@18.3.1)
react: 18.3.1
@@ -49583,7 +49569,7 @@ snapshots:
'@radix-ui/react-toggle-group@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1)
'@radix-ui/react-direction': 1.0.1(@types/react@18.3.3)(react@18.3.1)
@@ -49599,7 +49585,7 @@ snapshots:
'@radix-ui/react-toggle@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
'@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.3.3)(react@18.3.1)
@@ -49611,7 +49597,7 @@ snapshots:
'@radix-ui/react-toolbar@1.0.4(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/primitive': 1.0.1
'@radix-ui/react-context': 1.0.1(@types/react@18.3.3)(react@18.3.1)
'@radix-ui/react-direction': 1.0.1(@types/react@18.3.3)(react@18.3.1)
@@ -49627,17 +49613,17 @@ snapshots:
'@radix-ui/react-use-callback-ref@0.1.0(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
'@radix-ui/react-use-callback-ref@1.0.0(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
'@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.3
@@ -49650,7 +49636,7 @@ snapshots:
'@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1)
react: 18.3.1
optionalDependencies:
@@ -49665,12 +49651,12 @@ snapshots:
'@radix-ui/react-use-direction@0.1.0(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
'@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.3.3)(react@18.3.1)
react: 18.3.1
optionalDependencies:
@@ -49685,17 +49671,17 @@ snapshots:
'@radix-ui/react-use-layout-effect@0.1.0(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
'@radix-ui/react-use-layout-effect@1.0.0(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
'@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.3
@@ -49708,14 +49694,14 @@ snapshots:
'@radix-ui/react-use-previous@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
optionalDependencies:
'@types/react': 18.3.3
'@radix-ui/react-use-rect@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/rect': 1.0.1
react: 18.3.1
optionalDependencies:
@@ -49730,7 +49716,7 @@ snapshots:
'@radix-ui/react-use-size@1.0.1(@types/react@18.3.3)(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.3.3)(react@18.3.1)
react: 18.3.1
optionalDependencies:
@@ -49745,7 +49731,7 @@ snapshots:
'@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
@@ -49755,13 +49741,13 @@ snapshots:
'@radix-ui/rect@1.0.1':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@radix-ui/rect@1.1.0': {}
'@rc-component/portal@1.1.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
classnames: 2.3.2
rc-util: 5.29.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
react: 18.3.1
@@ -54924,7 +54910,7 @@ snapshots:
'@testing-library/dom@8.20.1':
dependencies:
'@babel/code-frame': 7.24.7
- '@babel/runtime': 7.23.2
+ '@babel/runtime': 7.25.6
'@types/aria-query': 5.0.2
aria-query: 5.1.3
chalk: 4.1.2
@@ -58238,7 +58224,7 @@ snapshots:
aria-query@4.2.2:
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@babel/runtime-corejs3': 7.21.0
aria-query@5.1.3:
@@ -58965,7 +58951,7 @@ snapshots:
'@babel/template': 7.25.0
'@babel/types': 7.25.6
'@types/babel__core': 7.20.3
- '@types/babel__traverse': 7.18.3
+ '@types/babel__traverse': 7.20.6
babel-plugin-jest-hoist@29.6.3:
dependencies:
@@ -58994,7 +58980,7 @@ snapshots:
babel-plugin-macros@2.8.0:
dependencies:
- '@babel/runtime': 7.23.2
+ '@babel/runtime': 7.25.6
cosmiconfig: 6.0.0
resolve: 1.22.8
@@ -61040,7 +61026,7 @@ snapshots:
cspell-glob@6.31.1:
dependencies:
- micromatch: 4.0.7
+ micromatch: 4.0.8
cspell-grammar@6.19.2:
dependencies:
@@ -62018,7 +62004,7 @@ snapshots:
dom-helpers@5.2.1:
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
csstype: 3.1.3
dom-serialize@2.2.1:
@@ -64229,7 +64215,7 @@ snapshots:
find-yarn-workspace-root2@1.2.16:
dependencies:
- micromatch: 4.0.7
+ micromatch: 4.0.8
pkg-dir: 4.2.0
findit2@2.2.3: {}
@@ -67181,7 +67167,7 @@ snapshots:
jest-runner: 29.7.0
jest-util: 29.7.0
jest-validate: 29.7.0
- micromatch: 4.0.7
+ micromatch: 4.0.8
parse-json: 5.2.0
pretty-format: 29.7.0
slash: 3.0.0
@@ -67212,7 +67198,7 @@ snapshots:
jest-runner: 29.7.0
jest-util: 29.7.0
jest-validate: 29.7.0
- micromatch: 4.0.7
+ micromatch: 4.0.8
parse-json: 5.2.0
pretty-format: 29.7.0
slash: 3.0.0
@@ -67243,7 +67229,7 @@ snapshots:
jest-runner: 29.7.0
jest-util: 29.7.0
jest-validate: 29.7.0
- micromatch: 4.0.7
+ micromatch: 4.0.8
parse-json: 5.2.0
pretty-format: 29.7.0
slash: 3.0.0
@@ -67274,7 +67260,7 @@ snapshots:
jest-runner: 29.7.0
jest-util: 29.7.0
jest-validate: 29.7.0
- micromatch: 4.0.7
+ micromatch: 4.0.8
parse-json: 5.2.0
pretty-format: 29.7.0
slash: 3.0.0
@@ -67305,7 +67291,7 @@ snapshots:
jest-runner: 29.7.0
jest-util: 29.7.0
jest-validate: 29.7.0
- micromatch: 4.0.7
+ micromatch: 4.0.8
parse-json: 5.2.0
pretty-format: 29.7.0
slash: 3.0.0
@@ -67447,7 +67433,7 @@ snapshots:
jest-serializer: 27.5.1
jest-util: 27.5.1
jest-worker: 27.5.1
- micromatch: 4.0.7
+ micromatch: 4.0.8
walker: 1.0.8
optionalDependencies:
fsevents: 2.3.3
@@ -67463,7 +67449,7 @@ snapshots:
jest-regex-util: 29.6.3
jest-util: 29.7.0
jest-worker: 29.7.0
- micromatch: 4.0.7
+ micromatch: 4.0.8
walker: 1.0.8
optionalDependencies:
fsevents: 2.3.3
@@ -67479,7 +67465,7 @@ snapshots:
jest-regex-util: 29.6.3
jest-util: 29.7.0
jest-worker: 29.7.0
- micromatch: 4.0.7
+ micromatch: 4.0.8
walker: 1.0.8
optionalDependencies:
fsevents: 2.3.3
@@ -67544,7 +67530,7 @@ snapshots:
'@types/stack-utils': 2.0.1
chalk: 4.1.2
graceful-fs: 4.2.11
- micromatch: 4.0.7
+ micromatch: 4.0.8
pretty-format: 27.5.1
slash: 3.0.0
stack-utils: 2.0.6
@@ -67556,7 +67542,7 @@ snapshots:
'@types/stack-utils': 2.0.1
chalk: 4.1.2
graceful-fs: 4.2.11
- micromatch: 4.0.7
+ micromatch: 4.0.8
pretty-format: 28.1.3
slash: 3.0.0
stack-utils: 2.0.6
@@ -67568,7 +67554,7 @@ snapshots:
'@types/stack-utils': 2.0.1
chalk: 4.1.2
graceful-fs: 4.2.11
- micromatch: 4.0.7
+ micromatch: 4.0.8
pretty-format: 29.7.0
slash: 3.0.0
stack-utils: 2.0.6
@@ -67580,7 +67566,7 @@ snapshots:
'@types/stack-utils': 2.0.1
chalk: 4.1.2
graceful-fs: 4.2.11
- micromatch: 4.0.7
+ micromatch: 4.0.8
pretty-format: 29.7.0
slash: 3.0.0
stack-utils: 2.0.6
@@ -67659,7 +67645,7 @@ snapshots:
'@jest/test-result': 27.5.1
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
- '@types/node': 20.14.10
+ '@types/node': 20.16.2
chalk: 4.1.2
emittery: 0.8.1
graceful-fs: 4.2.11
@@ -67775,7 +67761,7 @@ snapshots:
'@babel/types': 7.25.6
'@jest/transform': 27.5.1
'@jest/types': 27.5.1
- '@types/babel__traverse': 7.18.3
+ '@types/babel__traverse': 7.20.6
'@types/prettier': 2.7.2
babel-preset-current-node-syntax: 1.0.1(@babel/core@7.25.2)
chalk: 4.1.2
@@ -67850,9 +67836,9 @@ snapshots:
jest-util@29.7.0:
dependencies:
'@jest/types': 29.6.3
- '@types/node': 20.14.10
+ '@types/node': 20.16.2
chalk: 4.1.2
- ci-info: 3.8.0
+ ci-info: 3.9.0
graceful-fs: 4.2.11
picomatch: 2.3.1
@@ -68154,7 +68140,7 @@ snapshots:
chalk: 4.1.2
flow-parser: 0.216.1
graceful-fs: 4.2.11
- micromatch: 4.0.7
+ micromatch: 4.0.8
neo-async: 2.6.2
node-dir: 0.1.17
recast: 0.21.5
@@ -68179,7 +68165,7 @@ snapshots:
chalk: 4.1.2
flow-parser: 0.216.1
graceful-fs: 4.2.11
- micromatch: 4.0.7
+ micromatch: 4.0.8
neo-async: 2.6.2
node-dir: 0.1.17
recast: 0.23.7
@@ -68385,7 +68371,7 @@ snapshots:
json-schema-to-ts@3.1.0:
dependencies:
- '@babel/runtime': 7.24.7
+ '@babel/runtime': 7.25.6
ts-algebra: 2.0.0
json-schema-traverse@0.4.1: {}
@@ -70556,7 +70542,6 @@ snapshots:
dependencies:
braces: 3.0.3
picomatch: 2.3.1
- optional: true
mime-db@1.52.0: {}
@@ -74496,7 +74481,7 @@ snapshots:
rc-align@4.0.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
classnames: 2.3.2
dom-align: 1.12.4
rc-util: 5.29.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@@ -74637,7 +74622,7 @@ snapshots:
rc-overflow@1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
classnames: 2.3.2
rc-resize-observer: 1.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
rc-util: 5.29.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@@ -74822,7 +74807,7 @@ snapshots:
rc-virtual-list@3.4.13(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
classnames: 2.3.2
rc-resize-observer: 1.3.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
rc-util: 5.29.3(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
@@ -74980,7 +74965,7 @@ snapshots:
dependencies:
'@babel/core': 7.25.2
'@babel/generator': 7.25.6
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
ast-types: 0.14.2
commander: 2.20.3
doctrine: 3.0.0
@@ -75434,7 +75419,7 @@ snapshots:
react-textarea-autosize@8.4.1(@types/react@18.3.3)(react@18.3.1):
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
react: 18.3.1
use-composed-ref: 1.3.0(react@18.3.1)
use-latest: 1.2.1(@types/react@18.3.3)(react@18.3.1)
@@ -75724,7 +75709,7 @@ snapshots:
regenerator-transform@0.15.2:
dependencies:
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
regex-cache@0.4.4:
dependencies:
@@ -78677,11 +78662,11 @@ snapshots:
'@types/jest': 29.5.1
babel-jest: 27.5.1(@babel/core@7.25.2)
- ts-jest@27.1.5(@babel/core@7.25.2)(@types/jest@29.5.2)(babel-jest@27.5.1(@babel/core@7.25.2))(jest@27.5.1(ts-node@10.9.1(@swc/core@1.3.107(@swc/helpers@0.5.12))(@types/node@20.14.10)(typescript@4.9.5)))(typescript@4.9.5):
+ ts-jest@27.1.5(@babel/core@7.25.2)(@types/jest@29.5.2)(babel-jest@27.5.1(@babel/core@7.25.2))(jest@27.5.1(ts-node@10.9.1(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@22.5.1)(typescript@4.9.5)))(typescript@4.9.5):
dependencies:
bs-logger: 0.2.6
fast-json-stable-stringify: 2.1.0
- jest: 27.5.1(ts-node@10.9.1(@swc/core@1.3.107(@swc/helpers@0.5.12))(@types/node@20.14.10)(typescript@4.9.5))
+ jest: 27.5.1(ts-node@10.9.1(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@22.5.1)(typescript@4.9.5))
jest-util: 27.5.1
json5: 2.2.3
lodash.memoize: 4.1.2
@@ -78694,11 +78679,11 @@ snapshots:
'@types/jest': 29.5.2
babel-jest: 27.5.1(@babel/core@7.25.2)
- ts-jest@27.1.5(@babel/core@7.25.2)(@types/jest@29.5.2)(babel-jest@27.5.1(@babel/core@7.25.2))(jest@27.5.1(ts-node@10.9.1(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@22.5.1)(typescript@4.9.5)))(typescript@4.9.5):
+ ts-jest@27.1.5(@babel/core@7.25.2)(@types/jest@29.5.2)(babel-jest@27.5.1(@babel/core@7.25.2))(jest@27.5.1(ts-node@10.9.2(@swc/core@1.3.107(@swc/helpers@0.5.12))(@types/node@20.14.10)(typescript@4.9.5)))(typescript@4.9.5):
dependencies:
bs-logger: 0.2.6
fast-json-stable-stringify: 2.1.0
- jest: 27.5.1(ts-node@10.9.1(@swc/core@1.7.21(@swc/helpers@0.5.12))(@types/node@22.5.1)(typescript@4.9.5))
+ jest: 27.5.1(ts-node@10.9.2(@swc/core@1.3.107(@swc/helpers@0.5.12))(@types/node@20.14.10)(typescript@4.9.5))
jest-util: 27.5.1
json5: 2.2.3
lodash.memoize: 4.1.2
@@ -81412,7 +81397,7 @@ snapshots:
'@apideck/better-ajv-errors': 0.3.6(ajv@8.13.0)
'@babel/core': 7.21.4
'@babel/preset-env': 7.23.2(@babel/core@7.21.4)
- '@babel/runtime': 7.21.0
+ '@babel/runtime': 7.25.6
'@rollup/plugin-babel': 5.3.1(@babel/core@7.21.4)(@types/babel__core@7.20.5)(rollup@2.79.1)
'@rollup/plugin-node-resolve': 11.2.1(rollup@2.79.1)
'@rollup/plugin-replace': 2.4.2(rollup@2.79.1)