From 8a10c63319b0608d54204fad45c4fee45d2f5788 Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Fri, 1 Sep 2023 14:11:42 +0300 Subject: [PATCH] chore(release): publish - ci skip --- apps/api/package.json | 14 +- apps/inbound-mail/package.json | 6 +- apps/web/package.json | 10 +- apps/webhook/package.json | 12 +- apps/widget/package.json | 10 +- apps/worker/package.json | 12 +- apps/ws/package.json | 10 +- docs/package.json | 2 +- lerna.json | 2 +- libs/dal/package.json | 4 +- libs/embed/package.json | 4 +- libs/shared/package.json | 2 +- libs/testing/package.json | 6 +- packages/application-generic/package.json | 94 +++---- packages/cli/package.json | 4 +- packages/client/package.json | 4 +- packages/headless/package.json | 6 +- packages/nest/package.json | 4 +- packages/node/package.json | 4 +- .../notification-center-angular/package.json | 4 +- packages/notification-center-vue/package.json | 4 +- packages/notification-center/package.json | 6 +- packages/stateless/package.json | 2 +- pnpm-lock.yaml | 262 +++++++++--------- providers/africas-talking/package.json | 4 +- providers/apns/package.json | 4 +- providers/burst-sms/package.json | 4 +- providers/clickatell/package.json | 4 +- providers/discord/package.json | 4 +- providers/email-webhook/package.json | 2 +- providers/emailjs/package.json | 4 +- providers/expo/package.json | 4 +- providers/fcm/package.json | 4 +- providers/firetext/package.json | 4 +- providers/forty-six-elks/package.json | 4 +- providers/gupshup/package.json | 4 +- providers/infobip/package.json | 4 +- providers/kannel/package.json | 4 +- providers/mailersend/package.json | 4 +- providers/mailgun/package.json | 4 +- providers/mailjet/package.json | 4 +- providers/mandrill/package.json | 4 +- providers/maqsam/package.json | 4 +- providers/mattermost/package.json | 4 +- providers/ms-teams/package.json | 2 +- providers/netcore/package.json | 4 +- providers/nexmo/package.json | 4 +- providers/nodemailer/package.json | 4 +- providers/one-signal/package.json | 4 +- providers/outlook365/package.json | 4 +- providers/plivo/package.json | 4 +- providers/plunk/package.json | 4 +- providers/postmark/package.json | 4 +- providers/push-webhook/package.json | 4 +- providers/resend/package.json | 4 +- providers/sendchamp/package.json | 4 +- providers/sendgrid/package.json | 4 +- providers/sendinblue/package.json | 4 +- providers/ses/package.json | 4 +- providers/slack/package.json | 4 +- providers/sms-central/package.json | 2 +- providers/sms77/package.json | 4 +- providers/sns/package.json | 4 +- providers/sparkpost/package.json | 4 +- providers/telnyx/package.json | 4 +- providers/termii/package.json | 4 +- providers/twilio/package.json | 4 +- 67 files changed, 327 insertions(+), 327 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index a8d5470e90b..9c5de47f560 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@novu/api", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "description": "description", "author": "", "private": "true", @@ -38,12 +38,12 @@ "@nestjs/platform-express": "^10.2.2", "@nestjs/swagger": "^7.1.8", "@nestjs/terminus": "^10.0.1", - "@novu/application-generic": "^0.19.0-alpha.2", - "@novu/dal": "^0.19.0-alpha.2", - "@novu/node": "^0.19.0-alpha.2", - "@novu/shared": "^0.19.0-alpha.2", - "@novu/stateless": "^0.19.0-alpha.0", - "@novu/testing": "^0.19.0-alpha.2", + "@novu/application-generic": "^0.19.0", + "@novu/dal": "^0.19.0", + "@novu/node": "^0.19.0", + "@novu/shared": "^0.19.0", + "@novu/stateless": "^0.19.0", + "@novu/testing": "^0.19.0", "@sendgrid/mail": "^7.6.0", "@sentry/hub": "^7.40.0", "@sentry/node": "^7.40.0", diff --git a/apps/inbound-mail/package.json b/apps/inbound-mail/package.json index 8eb08475560..761f6fb0387 100644 --- a/apps/inbound-mail/package.json +++ b/apps/inbound-mail/package.json @@ -1,6 +1,6 @@ { "name": "@novu/inbound-mail", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "description": "", "author": "", "private": true, @@ -19,8 +19,8 @@ "test": "echo \"No e2e tests, only build tests\"" }, "dependencies": { - "@novu/application-generic": "^0.19.0-alpha.2", - "@novu/shared": "^0.19.0-alpha.2", + "@novu/application-generic": "^0.19.0", + "@novu/shared": "^0.19.0", "@sentry/node": "^7.12.1", "bluebird": "^2.9.30", "bullmq": "^3.10.2", diff --git a/apps/web/package.json b/apps/web/package.json index 2967288c7ef..8e0a13434b7 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@novu/web", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "private": true, "scripts": { "start": "cross-env PORT=4200 react-app-rewired start", @@ -49,8 +49,8 @@ "@mantine/notifications": "^5.7.1", "@mantine/prism": "^5.7.1", "@mantine/spotlight": "^5.7.1", - "@novu/notification-center": "^0.19.0-alpha.2", - "@novu/shared": "^0.19.0-alpha.2", + "@novu/notification-center": "^0.19.0", + "@novu/shared": "^0.19.0", "@segment/analytics-next": "^1.48.0", "@sentry/react": "^7.40.0", "@sentry/tracing": "^7.40.0", @@ -127,8 +127,8 @@ "@babel/preset-react": "^7.13.13", "@babel/preset-typescript": "^7.13.0", "@babel/runtime": "^7.20.13", - "@novu/dal": "^0.19.0-alpha.2", - "@novu/testing": "^0.19.0-alpha.2", + "@novu/dal": "^0.19.0", + "@novu/testing": "^0.19.0", "@storybook/addon-actions": "^6.4.14", "@storybook/addon-essentials": "^6.4.14", "@storybook/addon-links": "^6.4.14", diff --git a/apps/webhook/package.json b/apps/webhook/package.json index a86d7c0545f..a16d565ca8c 100644 --- a/apps/webhook/package.json +++ b/apps/webhook/package.json @@ -1,6 +1,6 @@ { "name": "@novu/webhook", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "description": "", "author": "", "private": true, @@ -25,11 +25,11 @@ "@nestjs/core": "^10.2.2", "@nestjs/platform-express": "^10.2.2", "@nestjs/terminus": "^10.0.1", - "@novu/application-generic": "^0.19.0-alpha.2", - "@novu/dal": "^0.19.0-alpha.2", - "@novu/shared": "^0.19.0-alpha.2", - "@novu/stateless": "^0.19.0-alpha.0", - "@novu/testing": "^0.19.0-alpha.2", + "@novu/application-generic": "^0.19.0", + "@novu/dal": "^0.19.0", + "@novu/shared": "^0.19.0", + "@novu/stateless": "^0.19.0", + "@novu/testing": "^0.19.0", "@sentry/node": "^7.66.0", "axios": "^1.3.3", "bull": "^4.4.0", diff --git a/apps/widget/package.json b/apps/widget/package.json index 988f9fe2247..ceaa288cdfb 100644 --- a/apps/widget/package.json +++ b/apps/widget/package.json @@ -1,6 +1,6 @@ { "name": "@novu/widget", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "private": true, "scripts": { "start": "craco start", @@ -29,8 +29,8 @@ "@emotion/styled": "^11.6.0", "@mantine/core": "4.2.12", "@mantine/hooks": "4.2.12", - "@novu/notification-center": "^0.19.0-alpha.2", - "@novu/shared": "^0.19.0-alpha.2", + "@novu/notification-center": "^0.19.0", + "@novu/shared": "^0.19.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", @@ -58,8 +58,8 @@ "@craco/craco": "^7.0.0", "@emotion/babel-plugin": "^11.7.2", "@faker-js/faker": "^6.0.0", - "@novu/dal": "^0.19.0-alpha.2", - "@novu/testing": "^0.19.0-alpha.2", + "@novu/dal": "^0.19.0", + "@novu/testing": "^0.19.0", "@types/jest": "^29.5.0", "@types/node": "^12.0.0", "@types/react": "17.0.62", diff --git a/apps/worker/package.json b/apps/worker/package.json index 0d7b3a3a2ad..013da29f876 100644 --- a/apps/worker/package.json +++ b/apps/worker/package.json @@ -1,6 +1,6 @@ { "name": "@novu/worker", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "description": "description", "author": "", "private": "true", @@ -29,11 +29,11 @@ "@nestjs/platform-express": "^10.2.2", "@nestjs/swagger": "^7.1.9", "@nestjs/terminus": "^10.0.1", - "@novu/application-generic": "^0.19.0-alpha.2", - "@novu/dal": "^0.19.0-alpha.2", - "@novu/shared": "^0.19.0-alpha.2", - "@novu/stateless": "^0.19.0-alpha.0", - "@novu/testing": "^0.19.0-alpha.2", + "@novu/application-generic": "^0.19.0", + "@novu/dal": "^0.19.0", + "@novu/shared": "^0.19.0", + "@novu/stateless": "^0.19.0", + "@novu/testing": "^0.19.0", "@sentry/node": "^7.40.0", "@sentry/tracing": "^7.40.0", "@types/newrelic": "^9.13.0", diff --git a/apps/ws/package.json b/apps/ws/package.json index efa5421ffb7..a84c7addee3 100644 --- a/apps/ws/package.json +++ b/apps/ws/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ws", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "description": "", "author": "", "private": true, @@ -28,10 +28,10 @@ "@nestjs/swagger": "^7.1.9", "@nestjs/terminus": "^10.0.1", "@nestjs/websockets": "^10.2.2", - "@novu/application-generic": "^0.19.0-alpha.2", - "@novu/dal": "^0.19.0-alpha.2", - "@novu/shared": "^0.19.0-alpha.2", - "@novu/testing": "^0.19.0-alpha.2", + "@novu/application-generic": "^0.19.0", + "@novu/dal": "^0.19.0", + "@novu/shared": "^0.19.0", + "@novu/testing": "^0.19.0", "@sentry/node": "^7.30.0", "@socket.io/redis-adapter": "^7.2.0", "bull": "^4.4.0", diff --git a/docs/package.json b/docs/package.json index 46ff59d3abd..d4d2d3f57fb 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@novu/docs", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/lerna.json b/lerna.json index cc49e1b46e9..d34c472a3d0 100644 --- a/lerna.json +++ b/lerna.json @@ -8,5 +8,5 @@ "message": "chore(release): publish - ci skip" } }, - "version": "0.19.0-alpha.2" + "version": "0.19.0" } diff --git a/libs/dal/package.json b/libs/dal/package.json index 899b6085c7b..96a10b81d97 100644 --- a/libs/dal/package.json +++ b/libs/dal/package.json @@ -1,6 +1,6 @@ { "name": "@novu/dal", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "description": "", "private": true, "scripts": { @@ -24,7 +24,7 @@ "@aws-sdk/client-s3": "^3.382.0", "@aws-sdk/s3-request-presigner": "^3.382.0", "@faker-js/faker": "^6.0.0", - "@novu/shared": "^0.19.0-alpha.2", + "@novu/shared": "^0.19.0", "@sendgrid/mail": "^7.4.2", "JSONStream": "^1.3.5", "agenda": "^4.0.1", diff --git a/libs/embed/package.json b/libs/embed/package.json index d747575a827..17591c8c7f5 100644 --- a/libs/embed/package.json +++ b/libs/embed/package.json @@ -1,6 +1,6 @@ { "name": "@novu/embed", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "private": true, "description": "", "keywords": [], @@ -120,7 +120,7 @@ "typescript": "4.9.5" }, "dependencies": { - "@novu/notification-center": "^0.19.0-alpha.2", + "@novu/notification-center": "^0.19.0", "@types/iframe-resizer": "^3.5.8", "iframe-resizer": "^4.3.1" } diff --git a/libs/shared/package.json b/libs/shared/package.json index b5546b7b161..e4e85cfbe3f 100644 --- a/libs/shared/package.json +++ b/libs/shared/package.json @@ -1,6 +1,6 @@ { "name": "@novu/shared", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "description": "", "scripts": { "start": "npm run start:dev", diff --git a/libs/testing/package.json b/libs/testing/package.json index 3fa3484dcd1..032b272a01c 100644 --- a/libs/testing/package.json +++ b/libs/testing/package.json @@ -1,6 +1,6 @@ { "name": "@novu/testing", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "description": "", "private": true, "scripts": { @@ -22,8 +22,8 @@ "types": "dist/index.d.ts", "dependencies": { "@faker-js/faker": "^6.0.0", - "@novu/dal": "^0.19.0-alpha.2", - "@novu/shared": "^0.19.0-alpha.2", + "@novu/dal": "^0.19.0", + "@novu/shared": "^0.19.0", "JSONStream": "^1.3.5", "async": "^3.2.0", "axios": "^1.3.3", diff --git a/packages/application-generic/package.json b/packages/application-generic/package.json index e88f4395085..60f9a14847a 100644 --- a/packages/application-generic/package.json +++ b/packages/application-generic/package.json @@ -1,6 +1,6 @@ { "name": "@novu/application-generic", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "description": "Generic backend code used inside of Novu's different services", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -46,52 +46,52 @@ "@aws-sdk/s3-request-presigner": "^3.382.0", "@azure/storage-blob": "^12.11.0", "@google-cloud/storage": "^6.2.3", - "@novu/africas-talking": "^0.19.0-alpha.0", - "@novu/apns": "^0.19.0-alpha.0", - "@novu/burst-sms": "^0.19.0-alpha.0", - "@novu/clickatell": "^0.19.0-alpha.0", - "@novu/dal": "^0.19.0-alpha.2", - "@novu/discord": "^0.19.0-alpha.0", - "@novu/email-webhook": "^0.19.0-alpha.0", - "@novu/emailjs": "^0.19.0-alpha.0", - "@novu/expo": "^0.19.0-alpha.0", - "@novu/fcm": "^0.19.0-alpha.0", - "@novu/firetext": "^0.19.0-alpha.0", - "@novu/forty-six-elks": "^0.19.0-alpha.0", - "@novu/gupshup": "^0.19.0-alpha.0", - "@novu/infobip": "^0.19.0-alpha.0", - "@novu/kannel": "^0.19.0-alpha.0", - "@novu/mailersend": "^0.19.0-alpha.0", - "@novu/mailgun": "^0.19.0-alpha.0", - "@novu/mailjet": "^0.19.0-alpha.0", - "@novu/mandrill": "^0.19.0-alpha.0", - "@novu/maqsam": "^0.19.0-alpha.0", - "@novu/mattermost": "^0.19.0-alpha.0", - "@novu/ms-teams": "^0.19.0-alpha.0", - "@novu/netcore": "^0.19.0-alpha.0", - "@novu/nodemailer": "^0.19.0-alpha.0", - "@novu/one-signal": "^0.19.0-alpha.0", - "@novu/outlook365": "^0.19.0-alpha.0", - "@novu/plivo": "^0.19.0-alpha.0", - "@novu/plunk": "^0.19.0-alpha.0", - "@novu/postmark": "^0.19.0-alpha.0", - "@novu/push-webhook": "^0.19.0-alpha.0", - "@novu/resend": "^0.19.0-alpha.0", - "@novu/sendchamp": "^0.19.0-alpha.0", - "@novu/sendgrid": "^0.19.0-alpha.0", - "@novu/sendinblue": "^0.19.0-alpha.0", - "@novu/ses": "^0.19.0-alpha.0", - "@novu/shared": "^0.19.0-alpha.2", - "@novu/slack": "^0.19.0-alpha.0", - "@novu/sms-central": "^0.19.0-alpha.0", - "@novu/sms77": "^0.19.0-alpha.0", - "@novu/sns": "^0.19.0-alpha.0", - "@novu/sparkpost": "^0.19.0-alpha.0", - "@novu/stateless": "^0.19.0-alpha.0", - "@novu/telnyx": "^0.19.0-alpha.0", - "@novu/termii": "^0.19.0-alpha.0", - "@novu/testing": "^0.19.0-alpha.2", - "@novu/twilio": "^0.19.0-alpha.0", + "@novu/africas-talking": "^0.19.0", + "@novu/apns": "^0.19.0", + "@novu/burst-sms": "^0.19.0", + "@novu/clickatell": "^0.19.0", + "@novu/dal": "^0.19.0", + "@novu/discord": "^0.19.0", + "@novu/email-webhook": "^0.19.0", + "@novu/emailjs": "^0.19.0", + "@novu/expo": "^0.19.0", + "@novu/fcm": "^0.19.0", + "@novu/firetext": "^0.19.0", + "@novu/forty-six-elks": "^0.19.0", + "@novu/gupshup": "^0.19.0", + "@novu/infobip": "^0.19.0", + "@novu/kannel": "^0.19.0", + "@novu/mailersend": "^0.19.0", + "@novu/mailgun": "^0.19.0", + "@novu/mailjet": "^0.19.0", + "@novu/mandrill": "^0.19.0", + "@novu/maqsam": "^0.19.0", + "@novu/mattermost": "^0.19.0", + "@novu/ms-teams": "^0.19.0", + "@novu/netcore": "^0.19.0", + "@novu/nodemailer": "^0.19.0", + "@novu/one-signal": "^0.19.0", + "@novu/outlook365": "^0.19.0", + "@novu/plivo": "^0.19.0", + "@novu/plunk": "^0.19.0", + "@novu/postmark": "^0.19.0", + "@novu/push-webhook": "^0.19.0", + "@novu/resend": "^0.19.0", + "@novu/sendchamp": "^0.19.0", + "@novu/sendgrid": "^0.19.0", + "@novu/sendinblue": "^0.19.0", + "@novu/ses": "^0.19.0", + "@novu/shared": "^0.19.0", + "@novu/slack": "^0.19.0", + "@novu/sms-central": "^0.19.0", + "@novu/sms77": "^0.19.0", + "@novu/sns": "^0.19.0", + "@novu/sparkpost": "^0.19.0", + "@novu/stateless": "^0.19.0", + "@novu/telnyx": "^0.19.0", + "@novu/termii": "^0.19.0", + "@novu/testing": "^0.19.0", + "@novu/twilio": "^0.19.0", "@sentry/node": "^7.12.1", "analytics-node": "^6.2.0", "bullmq": "^3.10.2", diff --git a/packages/cli/package.json b/packages/cli/package.json index 7ac9a25234a..0201cb65b81 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "novu", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "description": "On-Boarding Cli", "main": "index.js", "scripts": { @@ -30,7 +30,7 @@ "typescript": "4.9.5" }, "dependencies": { - "@novu/shared": "^0.19.0-alpha.2", + "@novu/shared": "^0.19.0", "analytics-node": "^6.2.0", "axios": "^1.3.3", "chalk": "4.1.2", diff --git a/packages/client/package.json b/packages/client/package.json index 09a5e4cea57..10dc8afdb89 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@novu/client", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "repository": "https://github.com/novuhq/novu", "description": "API client to be used in end user environments", "main": "dist/cjs/index.js", @@ -44,7 +44,7 @@ "node": ">=10" }, "dependencies": { - "@novu/shared": "^0.19.0-alpha.2" + "@novu/shared": "^0.19.0" }, "devDependencies": { "@types/jest": "29.5.2", diff --git a/packages/headless/package.json b/packages/headless/package.json index c6f62605183..07850801eea 100644 --- a/packages/headless/package.json +++ b/packages/headless/package.json @@ -1,6 +1,6 @@ { "name": "@novu/headless", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "repository": "https://github.com/novuhq/novu", "description": "Headless client package that is a thin abstraction layer over the API client + state and socket management", "keywords": [], @@ -28,8 +28,8 @@ "node": ">=10" }, "dependencies": { - "@novu/client": "^0.19.0-alpha.2", - "@novu/shared": "^0.19.0-alpha.2", + "@novu/client": "^0.19.0", + "@novu/shared": "^0.19.0", "@tanstack/query-core": "^4.15.1", "socket.io-client": "4.7.2" }, diff --git a/packages/nest/package.json b/packages/nest/package.json index d9dd46b1f4f..3a22c168038 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -1,6 +1,6 @@ { "name": "@novu/nest", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A nestjs wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -36,7 +36,7 @@ }, "dependencies": { "@nestjs/common": "^8.2.0", - "@novu/stateless": "^0.19.0-alpha.0" + "@novu/stateless": "^0.19.0" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", diff --git a/packages/node/package.json b/packages/node/package.json index 9369b27382f..db8274f4aba 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@novu/node", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "description": "Notification Management Framework", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -42,7 +42,7 @@ "node": ">=10" }, "dependencies": { - "@novu/shared": "^0.19.0-alpha.2", + "@novu/shared": "^0.19.0", "handlebars": "^4.7.7", "lodash.get": "^4.4.2", "lodash.merge": "^4.6.2" diff --git a/packages/notification-center-angular/package.json b/packages/notification-center-angular/package.json index c15261c3153..255c50b94da 100644 --- a/packages/notification-center-angular/package.json +++ b/packages/notification-center-angular/package.json @@ -1,6 +1,6 @@ { "name": "@novu/notification-center-angular", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "scripts": { "ng": "ng", "start": "ng serve", @@ -37,7 +37,7 @@ "@angular/core": "~15.2.0", "@angular/platform-browser": "~15.2.0", "@angular/platform-browser-dynamic": "~15.2.0", - "@novu/notification-center": "^0.19.0-alpha.2", + "@novu/notification-center": "^0.19.0", "react": "^17.0.1", "react-dom": "^17.0.1", "tslib": "^2.3.0", diff --git a/packages/notification-center-vue/package.json b/packages/notification-center-vue/package.json index 3f6cc6f7f44..8d879329de0 100644 --- a/packages/notification-center-vue/package.json +++ b/packages/notification-center-vue/package.json @@ -1,7 +1,7 @@ { "name": "@novu/notification-center-vue", "sideEffects": false, - "version": "0.19.0-alpha.2", + "version": "0.19.0", "description": "Vue specific wrapper for notification-center", "repository": { "type": "git", @@ -22,7 +22,7 @@ "dependencies": { "@emotion/css": "^11.10.5", "@novu/floating-vue": "^2.0.3", - "@novu/notification-center": "^0.19.0-alpha.2", + "@novu/notification-center": "^0.19.0", "react": "^17.0.1", "react-dom": "^17.0.1" }, diff --git a/packages/notification-center/package.json b/packages/notification-center/package.json index b1e7841cd39..c17a36cdb42 100644 --- a/packages/notification-center/package.json +++ b/packages/notification-center/package.json @@ -1,6 +1,6 @@ { "name": "@novu/notification-center", - "version": "0.19.0-alpha.2", + "version": "0.19.0", "repository": "https://github.com/novuhq/novu", "description": "", "scripts": { @@ -75,8 +75,8 @@ "@emotion/styled": "^11.6.0", "@mantine/core": "^5.7.1", "@mantine/hooks": "^5.7.1", - "@novu/client": "^0.19.0-alpha.2", - "@novu/shared": "^0.19.0-alpha.2", + "@novu/client": "^0.19.0", + "@novu/shared": "^0.19.0", "@tanstack/react-query": "^4.20.4", "acorn-jsx": "^5.3.2", "axios": "^1.4.0", diff --git a/packages/stateless/package.json b/packages/stateless/package.json index 5365d86880a..1134dae4507 100644 --- a/packages/stateless/package.json +++ b/packages/stateless/package.json @@ -1,6 +1,6 @@ { "name": "@novu/stateless", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "Notification Management Framework", "main": "build/main/index.js", "typings": "build/main/index.d.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a10894aa701..67e8c6068b2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -171,12 +171,12 @@ importers: '@nestjs/swagger': ^7.1.8 '@nestjs/terminus': ^10.0.1 '@nestjs/testing': ^10.2.2 - '@novu/application-generic': ^0.19.0-alpha.2 - '@novu/dal': ^0.19.0-alpha.2 - '@novu/node': ^0.19.0-alpha.2 - '@novu/shared': ^0.19.0-alpha.2 - '@novu/stateless': ^0.19.0-alpha.0 - '@novu/testing': ^0.19.0-alpha.2 + '@novu/application-generic': ^0.19.0 + '@novu/dal': ^0.19.0 + '@novu/node': ^0.19.0 + '@novu/shared': ^0.19.0 + '@novu/stateless': ^0.19.0 + '@novu/testing': ^0.19.0 '@sendgrid/mail': ^7.6.0 '@sentry/hub': ^7.40.0 '@sentry/node': ^7.40.0 @@ -323,8 +323,8 @@ importers: apps/inbound-mail: specifiers: - '@novu/application-generic': ^0.19.0-alpha.2 - '@novu/shared': ^0.19.0-alpha.2 + '@novu/application-generic': ^0.19.0 + '@novu/shared': ^0.19.0 '@sentry/node': ^7.12.1 '@types/express': ^4.17.8 '@types/html-to-text': ^9.0.1 @@ -420,10 +420,10 @@ importers: '@mantine/notifications': ^5.7.1 '@mantine/prism': ^5.7.1 '@mantine/spotlight': ^5.7.1 - '@novu/dal': ^0.19.0-alpha.2 - '@novu/notification-center': ^0.19.0-alpha.2 - '@novu/shared': ^0.19.0-alpha.2 - '@novu/testing': ^0.19.0-alpha.2 + '@novu/dal': ^0.19.0 + '@novu/notification-center': ^0.19.0 + '@novu/shared': ^0.19.0 + '@novu/testing': ^0.19.0 '@segment/analytics-next': ^1.48.0 '@sentry/react': ^7.40.0 '@sentry/tracing': ^7.40.0 @@ -649,11 +649,11 @@ importers: '@nestjs/schematics': ^10.0.2 '@nestjs/terminus': ^10.0.1 '@nestjs/testing': ^10.2.2 - '@novu/application-generic': ^0.19.0-alpha.2 - '@novu/dal': ^0.19.0-alpha.2 - '@novu/shared': ^0.19.0-alpha.2 - '@novu/stateless': ^0.19.0-alpha.0 - '@novu/testing': ^0.19.0-alpha.2 + '@novu/application-generic': ^0.19.0 + '@novu/dal': ^0.19.0 + '@novu/shared': ^0.19.0 + '@novu/stateless': ^0.19.0 + '@novu/testing': ^0.19.0 '@sentry/node': ^7.66.0 '@types/chai': ^4.3.4 '@types/express': ^4.17.8 @@ -750,10 +750,10 @@ importers: '@faker-js/faker': ^6.0.0 '@mantine/core': 4.2.12 '@mantine/hooks': 4.2.12 - '@novu/dal': ^0.19.0-alpha.2 - '@novu/notification-center': ^0.19.0-alpha.2 - '@novu/shared': ^0.19.0-alpha.2 - '@novu/testing': ^0.19.0-alpha.2 + '@novu/dal': ^0.19.0 + '@novu/notification-center': ^0.19.0 + '@novu/shared': ^0.19.0 + '@novu/testing': ^0.19.0 '@testing-library/jest-dom': ^5.11.4 '@testing-library/react': ^11.1.0 '@testing-library/user-event': ^12.1.10 @@ -859,11 +859,11 @@ importers: '@nestjs/swagger': ^7.1.9 '@nestjs/terminus': ^10.0.1 '@nestjs/testing': ^10.2.2 - '@novu/application-generic': ^0.19.0-alpha.2 - '@novu/dal': ^0.19.0-alpha.2 - '@novu/shared': ^0.19.0-alpha.2 - '@novu/stateless': ^0.19.0-alpha.0 - '@novu/testing': ^0.19.0-alpha.2 + '@novu/application-generic': ^0.19.0 + '@novu/dal': ^0.19.0 + '@novu/shared': ^0.19.0 + '@novu/stateless': ^0.19.0 + '@novu/testing': ^0.19.0 '@sentry/node': ^7.40.0 '@sentry/tracing': ^7.40.0 '@types/bcrypt': ^3.0.0 @@ -982,10 +982,10 @@ importers: '@nestjs/terminus': ^10.0.1 '@nestjs/testing': ^10.2.2 '@nestjs/websockets': ^10.2.2 - '@novu/application-generic': ^0.19.0-alpha.2 - '@novu/dal': ^0.19.0-alpha.2 - '@novu/shared': ^0.19.0-alpha.2 - '@novu/testing': ^0.19.0-alpha.2 + '@novu/application-generic': ^0.19.0 + '@novu/dal': ^0.19.0 + '@novu/shared': ^0.19.0 + '@novu/testing': ^0.19.0 '@sentry/node': ^7.30.0 '@socket.io/redis-adapter': ^7.2.0 '@types/chai': ^4.2.11 @@ -1157,7 +1157,7 @@ importers: '@aws-sdk/client-s3': ^3.382.0 '@aws-sdk/s3-request-presigner': ^3.382.0 '@faker-js/faker': ^6.0.0 - '@novu/shared': ^0.19.0-alpha.2 + '@novu/shared': ^0.19.0 '@sendgrid/mail': ^7.4.2 '@types/async': ^3.2.1 '@types/bluebird': ^3.5.30 @@ -1241,7 +1241,7 @@ importers: specifiers: '@commitlint/cli': ^17.0.0 '@commitlint/config-conventional': ^17.0.0 - '@novu/notification-center': ^0.19.0-alpha.2 + '@novu/notification-center': ^0.19.0 '@rollup/plugin-node-resolve': ^6.0.0 '@rollup/plugin-replace': ^5.0.2 '@types/iframe-resizer': ^3.5.8 @@ -1332,8 +1332,8 @@ importers: libs/testing: specifiers: '@faker-js/faker': ^6.0.0 - '@novu/dal': ^0.19.0-alpha.2 - '@novu/shared': ^0.19.0-alpha.2 + '@novu/dal': ^0.19.0 + '@novu/shared': ^0.19.0 '@types/async': ^3.2.1 '@types/bluebird': ^3.5.30 '@types/node': ^14.6.0 @@ -1410,52 +1410,52 @@ importers: '@nestjs/swagger': '>=6' '@nestjs/terminus': '>=10' '@nestjs/testing': '>=10' - '@novu/africas-talking': ^0.19.0-alpha.0 - '@novu/apns': ^0.19.0-alpha.0 - '@novu/burst-sms': ^0.19.0-alpha.0 - '@novu/clickatell': ^0.19.0-alpha.0 - '@novu/dal': ^0.19.0-alpha.2 - '@novu/discord': ^0.19.0-alpha.0 - '@novu/email-webhook': ^0.19.0-alpha.0 - '@novu/emailjs': ^0.19.0-alpha.0 - '@novu/expo': ^0.19.0-alpha.0 - '@novu/fcm': ^0.19.0-alpha.0 - '@novu/firetext': ^0.19.0-alpha.0 - '@novu/forty-six-elks': ^0.19.0-alpha.0 - '@novu/gupshup': ^0.19.0-alpha.0 - '@novu/infobip': ^0.19.0-alpha.0 - '@novu/kannel': ^0.19.0-alpha.0 - '@novu/mailersend': ^0.19.0-alpha.0 - '@novu/mailgun': ^0.19.0-alpha.0 - '@novu/mailjet': ^0.19.0-alpha.0 - '@novu/mandrill': ^0.19.0-alpha.0 - '@novu/maqsam': ^0.19.0-alpha.0 - '@novu/mattermost': ^0.19.0-alpha.0 - '@novu/ms-teams': ^0.19.0-alpha.0 - '@novu/netcore': ^0.19.0-alpha.0 - '@novu/nodemailer': ^0.19.0-alpha.0 - '@novu/one-signal': ^0.19.0-alpha.0 - '@novu/outlook365': ^0.19.0-alpha.0 - '@novu/plivo': ^0.19.0-alpha.0 - '@novu/plunk': ^0.19.0-alpha.0 - '@novu/postmark': ^0.19.0-alpha.0 - '@novu/push-webhook': ^0.19.0-alpha.0 - '@novu/resend': ^0.19.0-alpha.0 - '@novu/sendchamp': ^0.19.0-alpha.0 - '@novu/sendgrid': ^0.19.0-alpha.0 - '@novu/sendinblue': ^0.19.0-alpha.0 - '@novu/ses': ^0.19.0-alpha.0 - '@novu/shared': ^0.19.0-alpha.2 - '@novu/slack': ^0.19.0-alpha.0 - '@novu/sms-central': ^0.19.0-alpha.0 - '@novu/sms77': ^0.19.0-alpha.0 - '@novu/sns': ^0.19.0-alpha.0 - '@novu/sparkpost': ^0.19.0-alpha.0 - '@novu/stateless': ^0.19.0-alpha.0 - '@novu/telnyx': ^0.19.0-alpha.0 - '@novu/termii': ^0.19.0-alpha.0 - '@novu/testing': ^0.19.0-alpha.2 - '@novu/twilio': ^0.19.0-alpha.0 + '@novu/africas-talking': ^0.19.0 + '@novu/apns': ^0.19.0 + '@novu/burst-sms': ^0.19.0 + '@novu/clickatell': ^0.19.0 + '@novu/dal': ^0.19.0 + '@novu/discord': ^0.19.0 + '@novu/email-webhook': ^0.19.0 + '@novu/emailjs': ^0.19.0 + '@novu/expo': ^0.19.0 + '@novu/fcm': ^0.19.0 + '@novu/firetext': ^0.19.0 + '@novu/forty-six-elks': ^0.19.0 + '@novu/gupshup': ^0.19.0 + '@novu/infobip': ^0.19.0 + '@novu/kannel': ^0.19.0 + '@novu/mailersend': ^0.19.0 + '@novu/mailgun': ^0.19.0 + '@novu/mailjet': ^0.19.0 + '@novu/mandrill': ^0.19.0 + '@novu/maqsam': ^0.19.0 + '@novu/mattermost': ^0.19.0 + '@novu/ms-teams': ^0.19.0 + '@novu/netcore': ^0.19.0 + '@novu/nodemailer': ^0.19.0 + '@novu/one-signal': ^0.19.0 + '@novu/outlook365': ^0.19.0 + '@novu/plivo': ^0.19.0 + '@novu/plunk': ^0.19.0 + '@novu/postmark': ^0.19.0 + '@novu/push-webhook': ^0.19.0 + '@novu/resend': ^0.19.0 + '@novu/sendchamp': ^0.19.0 + '@novu/sendgrid': ^0.19.0 + '@novu/sendinblue': ^0.19.0 + '@novu/ses': ^0.19.0 + '@novu/shared': ^0.19.0 + '@novu/slack': ^0.19.0 + '@novu/sms-central': ^0.19.0 + '@novu/sms77': ^0.19.0 + '@novu/sns': ^0.19.0 + '@novu/sparkpost': ^0.19.0 + '@novu/stateless': ^0.19.0 + '@novu/telnyx': ^0.19.0 + '@novu/termii': ^0.19.0 + '@novu/testing': ^0.19.0 + '@novu/twilio': ^0.19.0 '@sentry/node': ^7.12.1 '@taskforcesh/bullmq-pro': 5.1.14 '@types/analytics-node': ^3.1.9 @@ -1586,7 +1586,7 @@ importers: packages/cli: specifiers: - '@novu/shared': ^0.19.0-alpha.2 + '@novu/shared': ^0.19.0 '@types/analytics-node': ^3.1.9 '@types/configstore': ^5.0.1 '@types/inquirer': ^8.2.0 @@ -1635,7 +1635,7 @@ importers: packages/client: specifiers: - '@novu/shared': ^0.19.0-alpha.2 + '@novu/shared': ^0.19.0 '@types/jest': 29.5.2 '@types/node': ^14.6.0 codecov: ^3.5.0 @@ -1662,8 +1662,8 @@ importers: specifiers: '@babel/preset-env': ^7.13.15 '@babel/preset-typescript': ^7.13.0 - '@novu/client': ^0.19.0-alpha.2 - '@novu/shared': ^0.19.0-alpha.2 + '@novu/client': ^0.19.0 + '@novu/shared': ^0.19.0 '@tanstack/query-core': ^4.15.1 '@types/jest': ^29.2.3 '@types/node': ^14.6.0 @@ -1693,7 +1693,7 @@ importers: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 '@nestjs/common': ^8.2.0 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': 29.5.2 codecov: ^3.5.0 cspell: ^4.1.0 @@ -1730,7 +1730,7 @@ importers: packages/node: specifiers: - '@novu/shared': ^0.19.0-alpha.2 + '@novu/shared': ^0.19.0 '@sendgrid/mail': ^7.4.6 '@types/jest': 29.5.2 '@types/lodash.get': ^4.4.6 @@ -1778,8 +1778,8 @@ importers: '@emotion/styled': ^11.6.0 '@mantine/core': ^5.7.1 '@mantine/hooks': ^5.7.1 - '@novu/client': ^0.19.0-alpha.2 - '@novu/shared': ^0.19.0-alpha.2 + '@novu/client': ^0.19.0 + '@novu/shared': ^0.19.0 '@storybook/addon-actions': ^6.4.19 '@storybook/addon-essentials': ^6.4.19 '@storybook/addon-interactions': ^6.4.19 @@ -1886,7 +1886,7 @@ importers: '@angular/core': ~15.2.0 '@angular/platform-browser': ~15.2.0 '@angular/platform-browser-dynamic': ~15.2.0 - '@novu/notification-center': ^0.19.0-alpha.2 + '@novu/notification-center': ^0.19.0 '@types/jasmine': ~4.3.0 jasmine-core: ~4.6.0 karma: ~6.4.0 @@ -1929,7 +1929,7 @@ importers: specifiers: '@emotion/css': ^11.10.5 '@novu/floating-vue': ^2.0.3 - '@novu/notification-center': ^0.19.0-alpha.2 + '@novu/notification-center': ^0.19.0 '@rushstack/eslint-patch': ^1.1.4 '@types/node': ^18.11.12 '@vitejs/plugin-vue': ^4.0.0 @@ -2012,7 +2012,7 @@ importers: providers/africas-talking: specifiers: '@istanbuljs/nyc-config-typescript': ~1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ~29.5.0 africastalking: ^0.6.2 cspell: ~6.19.2 @@ -2043,7 +2043,7 @@ importers: providers/apns: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 codecov: ^3.5.0 cspell: ^4.1.0 @@ -2080,7 +2080,7 @@ importers: providers/burst-sms: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 axios: ^1.3.3 codecov: ^3.5.0 @@ -2123,7 +2123,7 @@ importers: providers/clickatell: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 axios: ^1.3.3 codecov: ^3.5.0 @@ -2160,7 +2160,7 @@ importers: providers/discord: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 axios: ^1.3.3 codecov: ^3.5.0 @@ -2230,7 +2230,7 @@ importers: providers/emailjs: specifiers: '@istanbuljs/nyc-config-typescript': 1.0.2 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': 29.5.2 codecov: ^3.5.0 cspell: ^4.1.0 @@ -2269,7 +2269,7 @@ importers: providers/expo: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 codecov: ^3.5.0 cspell: ^4.1.0 @@ -2308,7 +2308,7 @@ importers: providers/fcm: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 '@types/mocha': ^8.0.1 codecov: ^3.5.0 @@ -2354,7 +2354,7 @@ importers: specifiers: '@babel/preset-env': ^7.13.15 '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 '@types/uuid': ^8.3.4 codecov: ^3.5.0 @@ -2398,7 +2398,7 @@ importers: providers/forty-six-elks: specifiers: '@istanbuljs/nyc-config-typescript': ~1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ~29.5.0 axios: ^1.3.4 cspell: ~6.19.2 @@ -2430,7 +2430,7 @@ importers: specifiers: '@babel/preset-env': ^7.13.15 '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 codecov: ^3.5.0 cspell: ^4.1.0 @@ -2471,7 +2471,7 @@ importers: specifiers: '@infobip-api/sdk': ^0.2.0 '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 codecov: ^3.5.0 cspell: ^4.1.0 @@ -2509,7 +2509,7 @@ importers: providers/kannel: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 axios: ^0.27.2 codecov: ^3.5.0 @@ -2548,7 +2548,7 @@ importers: providers/mailersend: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 codecov: ^3.5.0 cspell: ^4.1.0 @@ -2587,7 +2587,7 @@ importers: providers/mailgun: specifiers: '@istanbuljs/nyc-config-typescript': 1.0.2 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': 29.5.2 codecov: ^3.5.0 cspell: ^4.1.0 @@ -2630,7 +2630,7 @@ importers: providers/mailjet: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': 29.5.2 '@types/node-mailjet': ^3.3.7 codecov: ^3.5.0 @@ -2672,7 +2672,7 @@ importers: specifiers: '@istanbuljs/nyc-config-typescript': 1.0.2 '@mailchimp/mailchimp_transactional': ^1.0.46 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': 29.5.2 codecov: ^3.5.0 cspell: ^4.1.0 @@ -2714,7 +2714,7 @@ importers: providers/maqsam: specifiers: '@istanbuljs/nyc-config-typescript': ~1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ~29.5.0 axios: ^1.3.4 cspell: ~6.19.2 @@ -2749,7 +2749,7 @@ importers: providers/mattermost: specifiers: '@istanbuljs/nyc-config-typescript': ~1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ~29.5.0 axios: ^1.3.3 cspell: ~6.19.2 @@ -2821,7 +2821,7 @@ importers: providers/netcore: specifiers: '@istanbuljs/nyc-config-typescript': 1.0.2 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': 29.5.2 codecov: ^3.5.0 cspell: ^4.1.0 @@ -2860,7 +2860,7 @@ importers: providers/nexmo: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': 29.5.2 '@vonage/server-sdk': ^2.10.10 codecov: ^3.5.0 @@ -2899,7 +2899,7 @@ importers: providers/nodemailer: specifiers: '@istanbuljs/nyc-config-typescript': 1.0.2 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': 29.5.2 '@types/nodemailer': ^6.4.4 codecov: ^3.5.0 @@ -2940,7 +2940,7 @@ importers: providers/one-signal: specifiers: '@istanbuljs/nyc-config-typescript': ~1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ~29.5.0 cspell: ~6.19.2 jest: ~27.5.1 @@ -2971,7 +2971,7 @@ importers: providers/outlook365: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 codecov: ^3.5.0 cspell: ^4.1.0 @@ -3010,7 +3010,7 @@ importers: providers/plivo: specifiers: '@istanbuljs/nyc-config-typescript': 1.0.2 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': 29.5.2 codecov: ^3.5.0 cspell: ^4.1.0 @@ -3049,7 +3049,7 @@ importers: providers/plunk: specifiers: '@istanbuljs/nyc-config-typescript': ~1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@plunk/node': 2.0.0 '@types/jest': ~27.5.2 cspell: ~6.19.2 @@ -3080,7 +3080,7 @@ importers: providers/postmark: specifiers: '@istanbuljs/nyc-config-typescript': 1.0.2 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': 29.5.2 axios: ^1.3.6 codecov: ^3.5.0 @@ -3121,7 +3121,7 @@ importers: providers/push-webhook: specifiers: '@istanbuljs/nyc-config-typescript': ~1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ~29.5.0 axios: ^1.3.5 cspell: ~6.19.2 @@ -3152,7 +3152,7 @@ importers: providers/resend: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 codecov: ^3.5.0 cspell: ^4.1.0 @@ -3191,7 +3191,7 @@ importers: providers/sendchamp: specifiers: '@istanbuljs/nyc-config-typescript': ~1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ~27.5.2 axios: ^1.4.0 cspell: ~6.19.2 @@ -3222,7 +3222,7 @@ importers: providers/sendgrid: specifiers: '@istanbuljs/nyc-config-typescript': 1.0.2 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@sendgrid/mail': ^7.4.6 '@types/jest': 29.5.2 codecov: ^3.5.0 @@ -3261,7 +3261,7 @@ importers: providers/sendinblue: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@sendinblue/client': ^3.0.1 '@types/jest': 29.5.2 codecov: ^3.5.0 @@ -3301,7 +3301,7 @@ importers: specifiers: '@aws-sdk/client-ses': 3.382.0 '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': 29.5.2 codecov: ^3.5.0 cspell: ^4.1.0 @@ -3341,7 +3341,7 @@ importers: providers/slack: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 axios: ^1.3.3 codecov: ^3.5.0 @@ -3412,7 +3412,7 @@ importers: specifiers: '@babel/preset-env': ^7.13.15 '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': 29.5.2 codecov: ^3.5.0 cspell: ^4.1.0 @@ -3455,7 +3455,7 @@ importers: specifiers: '@aws-sdk/client-sns': ^3.382.0 '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': 29.5.2 codecov: ^3.5.0 cspell: ^4.1.0 @@ -3493,7 +3493,7 @@ importers: providers/sparkpost: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 '@types/sparkpost': ^2.1.5 codecov: ^3.5.0 @@ -3534,7 +3534,7 @@ importers: providers/telnyx: specifiers: '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 codecov: ^3.5.0 cspell: ^4.1.0 @@ -3574,7 +3574,7 @@ importers: specifiers: '@babel/preset-env': ^7.13.15 '@istanbuljs/nyc-config-typescript': ^1.0.1 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': ^29.5.0 codecov: ^3.5.0 cspell: ^4.1.0 @@ -3614,7 +3614,7 @@ importers: providers/twilio: specifiers: '@istanbuljs/nyc-config-typescript': 1.0.2 - '@novu/stateless': ^0.19.0-alpha.0 + '@novu/stateless': ^0.19.0 '@types/jest': 29.5.2 codecov: ^3.5.0 cspell: ^4.1.0 @@ -33917,7 +33917,7 @@ packages: object.values: 1.1.6 prop-types: 15.8.1 resolve: 2.0.0-next.4 - semver: 6.3.1 + semver: 6.3.0 string.prototype.matchall: 4.0.8 /eslint-plugin-spellcheck/0.0.20_eslint@8.38.0: diff --git a/providers/africas-talking/package.json b/providers/africas-talking/package.json index 5689b1d2e30..1d309105880 100644 --- a/providers/africas-talking/package.json +++ b/providers/africas-talking/package.json @@ -1,6 +1,6 @@ { "name": "@novu/africas-talking", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "An Africa's Talking wrapper for Novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -34,7 +34,7 @@ "pnpm": "^7.26.0" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "africastalking": "^0.6.2" }, "devDependencies": { diff --git a/providers/apns/package.json b/providers/apns/package.json index 68d03d1a360..3c8e97b2771 100644 --- a/providers/apns/package.json +++ b/providers/apns/package.json @@ -1,6 +1,6 @@ { "name": "@novu/apns", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A apns wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -36,7 +36,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "node-apn": "^3.0.0" }, "devDependencies": { diff --git a/providers/burst-sms/package.json b/providers/burst-sms/package.json index ad231c0ba14..370f87c8a95 100644 --- a/providers/burst-sms/package.json +++ b/providers/burst-sms/package.json @@ -1,6 +1,6 @@ { "name": "@novu/burst-sms", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A burstSms wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -37,7 +37,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "axios": "^1.3.3", "qs": "^6.11.0" }, diff --git a/providers/clickatell/package.json b/providers/clickatell/package.json index de0ecd73d5b..9b8b1861d4e 100644 --- a/providers/clickatell/package.json +++ b/providers/clickatell/package.json @@ -1,6 +1,6 @@ { "name": "@novu/clickatell", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A clickatell SMS provider wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -31,7 +31,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "axios": "^1.3.3" }, "devDependencies": { diff --git a/providers/discord/package.json b/providers/discord/package.json index f4688d20afc..15a6bdc4b39 100644 --- a/providers/discord/package.json +++ b/providers/discord/package.json @@ -1,6 +1,6 @@ { "name": "@novu/discord", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A discord wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "axios": "^1.3.3" }, "devDependencies": { diff --git a/providers/email-webhook/package.json b/providers/email-webhook/package.json index 4bda5a56bcf..acad833538d 100644 --- a/providers/email-webhook/package.json +++ b/providers/email-webhook/package.json @@ -1,6 +1,6 @@ { "name": "@novu/email-webhook", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "An email channel webhook provider wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", diff --git a/providers/emailjs/package.json b/providers/emailjs/package.json index 784ee8b7049..e86b805827d 100644 --- a/providers/emailjs/package.json +++ b/providers/emailjs/package.json @@ -1,6 +1,6 @@ { "name": "@novu/emailjs", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "An emailjs provider for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -45,7 +45,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "emailjs": "^3.6.0" }, "devDependencies": { diff --git a/providers/expo/package.json b/providers/expo/package.json index 52e99ccd1cd..70bb32c8ded 100644 --- a/providers/expo/package.json +++ b/providers/expo/package.json @@ -1,6 +1,6 @@ { "name": "@novu/expo", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A expo wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "expo-server-sdk": "^3.6.0" }, "devDependencies": { diff --git a/providers/fcm/package.json b/providers/fcm/package.json index 05426c99f96..41d8fecacd5 100644 --- a/providers/fcm/package.json +++ b/providers/fcm/package.json @@ -1,6 +1,6 @@ { "name": "@novu/fcm", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A fcm wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "firebase-admin": "^11.10.1" }, "devDependencies": { diff --git a/providers/firetext/package.json b/providers/firetext/package.json index 2d2525929a0..56c85340d56 100644 --- a/providers/firetext/package.json +++ b/providers/firetext/package.json @@ -1,6 +1,6 @@ { "name": "@novu/firetext", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A firetext wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "node-fetch": "^3.2.10" }, "devDependencies": { diff --git a/providers/forty-six-elks/package.json b/providers/forty-six-elks/package.json index 32b43700712..a9a4db2c215 100644 --- a/providers/forty-six-elks/package.json +++ b/providers/forty-six-elks/package.json @@ -1,6 +1,6 @@ { "name": "@novu/forty-six-elks", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A 46elks wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -33,7 +33,7 @@ "pnpm": "^7.26.0" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "axios": "^1.3.4" }, "devDependencies": { diff --git a/providers/gupshup/package.json b/providers/gupshup/package.json index 840db796a23..fb1cf1eab7f 100644 --- a/providers/gupshup/package.json +++ b/providers/gupshup/package.json @@ -1,6 +1,6 @@ { "name": "@novu/gupshup", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A gupshup wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "node-fetch": "^3.2.10" }, "devDependencies": { diff --git a/providers/infobip/package.json b/providers/infobip/package.json index 7cf3ffbd4c9..3c4705daf6c 100644 --- a/providers/infobip/package.json +++ b/providers/infobip/package.json @@ -1,6 +1,6 @@ { "name": "@novu/infobip", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A infobip wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -33,7 +33,7 @@ }, "dependencies": { "@infobip-api/sdk": "^0.2.0", - "@novu/stateless": "^0.19.0-alpha.0" + "@novu/stateless": "^0.19.0" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", diff --git a/providers/kannel/package.json b/providers/kannel/package.json index f066a2b6078..091f11e2d70 100644 --- a/providers/kannel/package.json +++ b/providers/kannel/package.json @@ -1,6 +1,6 @@ { "name": "@novu/kannel", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A kannel wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "axios": "^0.27.2" }, "devDependencies": { diff --git a/providers/mailersend/package.json b/providers/mailersend/package.json index 1a7733c1c46..a8043ac137a 100644 --- a/providers/mailersend/package.json +++ b/providers/mailersend/package.json @@ -1,6 +1,6 @@ { "name": "@novu/mailersend", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A mailersend wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "mailersend": "^1.3.1" }, "devDependencies": { diff --git a/providers/mailgun/package.json b/providers/mailgun/package.json index 16ddefdc1e1..04121153fb7 100644 --- a/providers/mailgun/package.json +++ b/providers/mailgun/package.json @@ -1,6 +1,6 @@ { "name": "@novu/mailgun", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A mailgun wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -44,7 +44,7 @@ "access": "public" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "form-data": "^4.0.0", "mailgun.js": "^8.0.1", "nock": "^13.1.3" diff --git a/providers/mailjet/package.json b/providers/mailjet/package.json index b721ae34d42..59270cf5aa1 100644 --- a/providers/mailjet/package.json +++ b/providers/mailjet/package.json @@ -1,6 +1,6 @@ { "name": "@novu/mailjet", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A mailjet wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "node-mailjet": "^6.0.4" }, "devDependencies": { diff --git a/providers/mandrill/package.json b/providers/mandrill/package.json index 89389eb142e..31d252461f9 100644 --- a/providers/mandrill/package.json +++ b/providers/mandrill/package.json @@ -1,6 +1,6 @@ { "name": "@novu/mandrill", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A mandrill wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -42,7 +42,7 @@ }, "dependencies": { "@mailchimp/mailchimp_transactional": "^1.0.46", - "@novu/stateless": "^0.19.0-alpha.0" + "@novu/stateless": "^0.19.0" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "1.0.2", diff --git a/providers/maqsam/package.json b/providers/maqsam/package.json index d46bf89e03b..87fce89928b 100644 --- a/providers/maqsam/package.json +++ b/providers/maqsam/package.json @@ -1,6 +1,6 @@ { "name": "@novu/maqsam", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A maqsam wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -33,7 +33,7 @@ "pnpm": "^7.26.0" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "axios": "^1.3.4", "date-fns": "2.29.3", "moment": "^2.29.4" diff --git a/providers/mattermost/package.json b/providers/mattermost/package.json index 415a400523f..72184969a98 100644 --- a/providers/mattermost/package.json +++ b/providers/mattermost/package.json @@ -1,6 +1,6 @@ { "name": "@novu/mattermost", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A mattermost wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -33,7 +33,7 @@ "pnpm": "^7.26.0" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "axios": "^1.3.3" }, "devDependencies": { diff --git a/providers/ms-teams/package.json b/providers/ms-teams/package.json index 0dae64ea3de..a743ce7c003 100644 --- a/providers/ms-teams/package.json +++ b/providers/ms-teams/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ms-teams", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A MS-Teams wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", diff --git a/providers/netcore/package.json b/providers/netcore/package.json index 3c9148cafd1..128ca8c8eae 100644 --- a/providers/netcore/package.json +++ b/providers/netcore/package.json @@ -1,6 +1,6 @@ { "name": "@novu/netcore", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A netcore wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -45,7 +45,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "pepipost": "^5.0.0" }, "devDependencies": { diff --git a/providers/nexmo/package.json b/providers/nexmo/package.json index d39a1b9a038..7e81bb67369 100644 --- a/providers/nexmo/package.json +++ b/providers/nexmo/package.json @@ -1,6 +1,6 @@ { "name": "@novu/nexmo", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A nexmo wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "@vonage/server-sdk": "^2.10.10" }, "devDependencies": { diff --git a/providers/nodemailer/package.json b/providers/nodemailer/package.json index 5cb2c834c79..2021ca2c435 100644 --- a/providers/nodemailer/package.json +++ b/providers/nodemailer/package.json @@ -1,6 +1,6 @@ { "name": "@novu/nodemailer", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A nodemailer wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -45,7 +45,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "nodemailer": "^6.6.5" }, "devDependencies": { diff --git a/providers/one-signal/package.json b/providers/one-signal/package.json index 1b48850b0cd..81a38f9a2cf 100644 --- a/providers/one-signal/package.json +++ b/providers/one-signal/package.json @@ -1,6 +1,6 @@ { "name": "@novu/one-signal", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A OneSignal wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -34,7 +34,7 @@ "pnpm": "^7.26.0" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "onesignal-node": "^3.4.0" }, "devDependencies": { diff --git a/providers/outlook365/package.json b/providers/outlook365/package.json index 7f9193422fa..a3cfd739b8e 100644 --- a/providers/outlook365/package.json +++ b/providers/outlook365/package.json @@ -1,6 +1,6 @@ { "name": "@novu/outlook365", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A outlook365 wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "nodemailer": "^6.6.5" }, "devDependencies": { diff --git a/providers/plivo/package.json b/providers/plivo/package.json index b1ca9428bcb..ecdcc4ed78d 100644 --- a/providers/plivo/package.json +++ b/providers/plivo/package.json @@ -1,6 +1,6 @@ { "name": "@novu/plivo", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A plivo wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -44,7 +44,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "plivo": "^4.22.4" }, "devDependencies": { diff --git a/providers/plunk/package.json b/providers/plunk/package.json index 9e13f470894..0cbf2a42b90 100644 --- a/providers/plunk/package.json +++ b/providers/plunk/package.json @@ -1,6 +1,6 @@ { "name": "@novu/plunk", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A plunk wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -33,7 +33,7 @@ "pnpm": "^7.26.0" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "@plunk/node": "2.0.0" }, "devDependencies": { diff --git a/providers/postmark/package.json b/providers/postmark/package.json index 574724cf69f..e5d6a2f31f2 100644 --- a/providers/postmark/package.json +++ b/providers/postmark/package.json @@ -1,6 +1,6 @@ { "name": "@novu/postmark", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A postmark wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -45,7 +45,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "axios": "^1.3.6", "postmark": "^2.7.8" }, diff --git a/providers/push-webhook/package.json b/providers/push-webhook/package.json index 994b7eb52b2..626d75b315b 100644 --- a/providers/push-webhook/package.json +++ b/providers/push-webhook/package.json @@ -1,6 +1,6 @@ { "name": "@novu/push-webhook", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A push-webhook wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -34,7 +34,7 @@ "pnpm": "^7.26.0" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "axios": "^1.3.5" }, "devDependencies": { diff --git a/providers/resend/package.json b/providers/resend/package.json index b1ebf2dd298..7686b1838e4 100644 --- a/providers/resend/package.json +++ b/providers/resend/package.json @@ -1,6 +1,6 @@ { "name": "@novu/resend", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A resend wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "resend": "^0.11.0" }, "devDependencies": { diff --git a/providers/sendchamp/package.json b/providers/sendchamp/package.json index d3b1ac04414..ca84ca8fdfc 100644 --- a/providers/sendchamp/package.json +++ b/providers/sendchamp/package.json @@ -1,6 +1,6 @@ { "name": "@novu/sendchamp", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A sendchamp wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -33,7 +33,7 @@ "pnpm": "^7.26.0" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "axios": "^1.4.0" }, "devDependencies": { diff --git a/providers/sendgrid/package.json b/providers/sendgrid/package.json index 9616b708a51..1f5da967e6b 100644 --- a/providers/sendgrid/package.json +++ b/providers/sendgrid/package.json @@ -1,6 +1,6 @@ { "name": "@novu/sendgrid", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A sendgrid wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -45,7 +45,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "@sendgrid/mail": "^7.4.6" }, "devDependencies": { diff --git a/providers/sendinblue/package.json b/providers/sendinblue/package.json index 89586919b8c..74c64a7073f 100644 --- a/providers/sendinblue/package.json +++ b/providers/sendinblue/package.json @@ -1,6 +1,6 @@ { "name": "@novu/sendinblue", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A sendinblue wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "@sendinblue/client": "^3.0.1" }, "devDependencies": { diff --git a/providers/ses/package.json b/providers/ses/package.json index 2ae0395d9c0..d976f97fe80 100644 --- a/providers/ses/package.json +++ b/providers/ses/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ses", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A ses wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -33,7 +33,7 @@ }, "dependencies": { "@aws-sdk/client-ses": "3.382.0", - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "nodemailer": "^6.6.5" }, "devDependencies": { diff --git a/providers/slack/package.json b/providers/slack/package.json index 31ada17956e..f6f4965b7ed 100644 --- a/providers/slack/package.json +++ b/providers/slack/package.json @@ -1,6 +1,6 @@ { "name": "@novu/slack", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A slack wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "axios": "^1.3.3" }, "devDependencies": { diff --git a/providers/sms-central/package.json b/providers/sms-central/package.json index 4f14ec4e200..fb9e80dd2d1 100644 --- a/providers/sms-central/package.json +++ b/providers/sms-central/package.json @@ -1,6 +1,6 @@ { "name": "@novu/sms-central", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A sms-central wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", diff --git a/providers/sms77/package.json b/providers/sms77/package.json index 78016affd70..1c189002aa4 100644 --- a/providers/sms77/package.json +++ b/providers/sms77/package.json @@ -1,6 +1,6 @@ { "name": "@novu/sms77", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A sms77 wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "node-fetch": "^2.6.7", "sms77-client": "^2.14.0" }, diff --git a/providers/sns/package.json b/providers/sns/package.json index d68f1345cdc..f6be0962da7 100644 --- a/providers/sns/package.json +++ b/providers/sns/package.json @@ -1,6 +1,6 @@ { "name": "@novu/sns", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A sns wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -33,7 +33,7 @@ }, "dependencies": { "@aws-sdk/client-sns": "^3.382.0", - "@novu/stateless": "^0.19.0-alpha.0" + "@novu/stateless": "^0.19.0" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", diff --git a/providers/sparkpost/package.json b/providers/sparkpost/package.json index 66bd071c590..01729ec4dee 100644 --- a/providers/sparkpost/package.json +++ b/providers/sparkpost/package.json @@ -1,6 +1,6 @@ { "name": "@novu/sparkpost", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A sparkpost wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "sparkpost": "^2.1.4" }, "devDependencies": { diff --git a/providers/telnyx/package.json b/providers/telnyx/package.json index 4feded81dc8..c14e580093b 100644 --- a/providers/telnyx/package.json +++ b/providers/telnyx/package.json @@ -1,6 +1,6 @@ { "name": "@novu/telnyx", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A telnyx wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "telnyx": "^1.23.0" }, "devDependencies": { diff --git a/providers/termii/package.json b/providers/termii/package.json index 6a9956d6100..6b73d023051 100644 --- a/providers/termii/package.json +++ b/providers/termii/package.json @@ -1,6 +1,6 @@ { "name": "@novu/termii", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A termii wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,7 +32,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "node-fetch": "^3.2.10" }, "devDependencies": { diff --git a/providers/twilio/package.json b/providers/twilio/package.json index 307d55ae7cf..789dc690783 100644 --- a/providers/twilio/package.json +++ b/providers/twilio/package.json @@ -1,6 +1,6 @@ { "name": "@novu/twilio", - "version": "0.19.0-alpha.0", + "version": "0.19.0", "description": "A twilio wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -44,7 +44,7 @@ "access": "public" }, "dependencies": { - "@novu/stateless": "^0.19.0-alpha.0", + "@novu/stateless": "^0.19.0", "twilio": "^4.14.1" }, "devDependencies": {