From 7641b39dabe3a032109092e18878ddb2118afb55 Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Wed, 9 Nov 2022 09:17:45 +0700 Subject: [PATCH] chore(release): publish - ci skip --- apps/api/package.json | 62 +++++++++++----------- apps/web/package.json | 12 ++--- apps/webhook/package.json | 24 ++++----- apps/widget/package.json | 10 ++-- apps/ws/package.json | 8 +-- lerna.json | 2 +- libs/dal/package.json | 4 +- libs/embed/package.json | 4 +- libs/shared/package.json | 2 +- libs/testing/package.json | 8 +-- packages/application-generic/package.json | 64 +++++++++++------------ packages/cli/package.json | 4 +- packages/client/package.json | 4 +- packages/nest/package.json | 4 +- packages/node/package.json | 4 +- packages/notification-center/package.json | 6 +-- packages/stateless/package.json | 2 +- providers/apns/package.json | 4 +- providers/discord/package.json | 4 +- providers/emailjs/package.json | 4 +- providers/expo/package.json | 8 +-- providers/fcm/package.json | 4 +- providers/firetext/package.json | 4 +- providers/gupshup/package.json | 4 +- providers/mailersend/package.json | 4 +- providers/mailgun/package.json | 4 +- providers/mailjet/package.json | 4 +- providers/mandrill/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/plivo/package.json | 4 +- providers/postmark/package.json | 4 +- providers/sendgrid/package.json | 4 +- providers/sendinblue/package.json | 4 +- providers/ses/package.json | 4 +- providers/slack/package.json | 6 +-- providers/sms77/package.json | 6 +-- providers/sns/package.json | 4 +- providers/telnyx/package.json | 4 +- providers/termii/package.json | 4 +- providers/twilio/package.json | 4 +- 43 files changed, 167 insertions(+), 167 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index 1293869059a..0ca6e1289c5 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@novu/api", - "version": "0.8.0", + "version": "0.9.0", "description": "description", "author": "", "private": "true", @@ -36,36 +36,36 @@ "@nestjs/platform-express": "9.0.2", "@nestjs/swagger": "6.0.1", "@nestjs/terminus": "9.0.0", - "@novu/apns": "^0.8.0", - "@novu/application-generic": "0.8.0", - "@novu/dal": "^0.8.0", - "@novu/discord": "^0.8.0", - "@novu/emailjs": "^0.8.0", - "@novu/expo": "^0.8.0", - "@novu/fcm": "^0.8.0", - "@novu/firetext": "^0.8.0", - "@novu/gupshup": "^0.8.0", - "@novu/mailgun": "^0.8.0", - "@novu/ms-teams": "^0.8.0", - "@novu/mailjet": "^0.8.0", - "@novu/mandrill": "^0.8.0", - "@novu/netcore": "^0.8.0", - "@novu/node": "^0.8.0", - "@novu/nodemailer": "^0.8.0", - "@novu/plivo": "^0.8.0", - "@novu/postmark": "^0.8.0", - "@novu/sendgrid": "^0.8.0", - "@novu/sendinblue": "^0.8.0", - "@novu/ses": "^0.8.0", - "@novu/shared": "^0.8.0", - "@novu/slack": "^0.8.0", - "@novu/sms77": "^0.8.0", - "@novu/sns": "^0.8.0", - "@novu/stateless": "^0.8.0", - "@novu/telnyx": "^0.8.0", - "@novu/termii": "^0.8.0", - "@novu/testing": "^0.8.0", - "@novu/twilio": "^0.8.0", + "@novu/apns": "^0.9.0", + "@novu/application-generic": "^0.9.0", + "@novu/dal": "^0.9.0", + "@novu/discord": "^0.9.0", + "@novu/emailjs": "^0.9.0", + "@novu/expo": "^0.9.0", + "@novu/fcm": "^0.9.0", + "@novu/firetext": "^0.9.0", + "@novu/gupshup": "^0.9.0", + "@novu/mailgun": "^0.9.0", + "@novu/mailjet": "^0.9.0", + "@novu/mandrill": "^0.9.0", + "@novu/ms-teams": "^0.9.0", + "@novu/netcore": "^0.9.0", + "@novu/node": "^0.9.0", + "@novu/nodemailer": "^0.9.0", + "@novu/plivo": "^0.9.0", + "@novu/postmark": "^0.9.0", + "@novu/sendgrid": "^0.9.0", + "@novu/sendinblue": "^0.9.0", + "@novu/ses": "^0.9.0", + "@novu/shared": "^0.9.0", + "@novu/slack": "^0.9.0", + "@novu/sms77": "^0.9.0", + "@novu/sns": "^0.9.0", + "@novu/stateless": "^0.9.0", + "@novu/telnyx": "^0.9.0", + "@novu/termii": "^0.9.0", + "@novu/testing": "^0.9.0", + "@novu/twilio": "^0.9.0", "@sendgrid/mail": "^7.6.0", "@sentry/node": "^7.12.1", "@sentry/tracing": "^7.12.1", diff --git a/apps/web/package.json b/apps/web/package.json index 7632c534a20..0f2bd4c5cc2 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "@novu/web", - "version": "0.8.0", + "version": "0.9.0", "private": true, "scripts": { "start": "cross-env PORT=4200 react-app-rewired start", @@ -41,8 +41,8 @@ "@mantine/notifications": "4.1.0", "@mantine/prism": "4.1.0", "@mantine/spotlight": "^5.3.2", - "@novu/notification-center": "^0.8.0", - "@novu/shared": "^0.8.0", + "@novu/notification-center": "^0.9.0", + "@novu/shared": "^0.9.0", "@sentry/react": "^6.3.1", "@sentry/tracing": "^6.3.1", "@storybook/addon-docs": "^6.4.19", @@ -104,8 +104,8 @@ "@babel/preset-react": "^7.13.13", "@babel/preset-typescript": "^7.13.0", "@babel/runtime": "^7.14.6", - "@novu/dal": "^0.8.0", - "@novu/testing": "^0.8.0", + "@novu/dal": "^0.9.0", + "@novu/testing": "^0.9.0", "@storybook/addon-actions": "^6.4.14", "@storybook/addon-essentials": "^6.4.14", "@storybook/addon-links": "^6.4.14", @@ -184,4 +184,4 @@ } ] } -} \ No newline at end of file +} diff --git a/apps/webhook/package.json b/apps/webhook/package.json index 983256382a7..8296d84a10d 100644 --- a/apps/webhook/package.json +++ b/apps/webhook/package.json @@ -1,6 +1,6 @@ { "name": "@novu/webhook", - "version": "0.8.0", + "version": "0.9.0", "description": "", "author": "", "private": true, @@ -27,12 +27,13 @@ "@nestjs/platform-socket.io": "^7.6.17", "@nestjs/swagger": "^4.8.0", "@nestjs/terminus": "^7.2.0", - "@novu/application-generic": "^0.8.0", - "@novu/dal": "^0.8.0", - "@novu/shared": "^0.8.0", - "@novu/testing": "^0.8.0", - "@novu/stateless": "^0.8.0", + "@novu/application-generic": "^0.9.0", + "@novu/dal": "^0.9.0", + "@novu/shared": "^0.9.0", + "@novu/stateless": "^0.9.0", + "@novu/testing": "^0.9.0", "@sentry/node": "^6.3.3", + "axios": "^0.24.0", "bull": "^4.4.0", "class-transformer": "^0.5.1", "class-validator": "^0.13.2", @@ -45,28 +46,27 @@ "rimraf": "^3.0.2", "rxjs": "^6.5.5", "socket.io": "^4.0.0", - "socket.io-redis": "^5.4.0", - "axios": "^0.24.0" + "socket.io-redis": "^5.4.0" }, "devDependencies": { "@nestjs/cli": "^7.6.0", "@nestjs/schematics": "^7.3.1", "@nestjs/testing": "^7.6.17", + "@types/chai": "^4.2.11", "@types/express": "^4.17.8", "@types/jest": "^27.0.2", + "@types/mocha": "^8.0.1", "@types/node": "^14.14.6", + "@types/sinon": "^9.0.0", "@types/socket.io": "^2.1.13", "@types/supertest": "^2.0.10", - "@types/chai": "^4.2.11", "chai": "^4.2.0", - "@types/mocha": "^8.0.1", - "@types/sinon": "^9.0.0", "cross-env": "^7.0.3", "jest": "^27.0.6", "mocha": "^8.1.1", - "sinon": "^9.2.4", "nodemon": "^2.0.7", "prettier": "^2.1.2", + "sinon": "^9.2.4", "supertest": "^6.0.0", "ts-jest": "^27.0.7", "ts-loader": "^8.0.8", diff --git a/apps/widget/package.json b/apps/widget/package.json index 4355cbbb9fb..efa59d6c438 100644 --- a/apps/widget/package.json +++ b/apps/widget/package.json @@ -1,6 +1,6 @@ { "name": "@novu/widget", - "version": "0.8.0", + "version": "0.9.0", "private": true, "scripts": { "start": "craco start", @@ -27,8 +27,8 @@ "@ant-design/icons": "^4.5.0", "@mantine/core": "4.1.0", "@mantine/hooks": "4.1.0", - "@novu/notification-center": "^0.8.0", - "@novu/shared": "^0.8.0", + "@novu/notification-center": "^0.9.0", + "@novu/shared": "^0.9.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 @@ "devDependencies": { "@craco/craco": "^6.1.1", "@faker-js/faker": "^6.0.0", - "@novu/dal": "^0.8.0", - "@novu/testing": "^0.8.0", + "@novu/dal": "^0.9.0", + "@novu/testing": "^0.9.0", "@types/jest": "^26.0.15", "@types/node": "^12.0.0", "@types/react": "17.0.2", diff --git a/apps/ws/package.json b/apps/ws/package.json index 47a35d0f99c..6410202e821 100644 --- a/apps/ws/package.json +++ b/apps/ws/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ws", - "version": "0.8.0", + "version": "0.9.0", "description": "", "author": "", "private": true, @@ -31,9 +31,9 @@ "@nestjs/swagger": "^4.8.0", "@nestjs/terminus": "^7.2.0", "@nestjs/websockets": "^7.6.17", - "@novu/dal": "^0.8.0", - "@novu/shared": "^0.8.0", - "@novu/testing": "^0.8.0", + "@novu/dal": "^0.9.0", + "@novu/shared": "^0.9.0", + "@novu/testing": "^0.9.0", "@sentry/node": "^6.3.3", "bull": "^4.4.0", "class-transformer": "^0.5.1", diff --git a/lerna.json b/lerna.json index 96eee922fe4..5b464375ddf 100644 --- a/lerna.json +++ b/lerna.json @@ -13,5 +13,5 @@ "message": "chore(release): publish - ci skip" } }, - "version": "0.8.0" + "version": "0.9.0" } diff --git a/libs/dal/package.json b/libs/dal/package.json index b46cdee1a90..f929b795eaf 100644 --- a/libs/dal/package.json +++ b/libs/dal/package.json @@ -1,6 +1,6 @@ { "name": "@novu/dal", - "version": "0.8.0", + "version": "0.9.0", "description": "", "private": true, "scripts": { @@ -24,7 +24,7 @@ "@aws-sdk/client-s3": "^3.14.0", "@aws-sdk/s3-request-presigner": "^3.14.0", "@faker-js/faker": "^6.0.0", - "@novu/shared": "^0.8.0", + "@novu/shared": "^0.9.0", "@octokit/graphql": "^4.3.1", "@sendgrid/mail": "^7.4.2", "JSONStream": "^1.3.5", diff --git a/libs/embed/package.json b/libs/embed/package.json index 092170e4363..3590fd15b8a 100644 --- a/libs/embed/package.json +++ b/libs/embed/package.json @@ -1,6 +1,6 @@ { "name": "@novu/embed", - "version": "0.8.0", + "version": "0.9.0", "private": true, "description": "", "keywords": [], @@ -127,7 +127,7 @@ "typescript": "4.3.5" }, "dependencies": { - "@novu/notification-center": "^0.8.0", + "@novu/notification-center": "^0.9.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 6d45277e6b6..c552ee78b60 100644 --- a/libs/shared/package.json +++ b/libs/shared/package.json @@ -1,6 +1,6 @@ { "name": "@novu/shared", - "version": "0.8.0", + "version": "0.9.0", "description": "", "scripts": { "start": "npm run start:dev", diff --git a/libs/testing/package.json b/libs/testing/package.json index ac8830f87c6..d18db5e3c40 100644 --- a/libs/testing/package.json +++ b/libs/testing/package.json @@ -1,6 +1,6 @@ { "name": "@novu/testing", - "version": "0.8.0", + "version": "0.9.0", "description": "", "private": true, "scripts": { @@ -22,9 +22,9 @@ "types": "dist/index.d.ts", "dependencies": { "@faker-js/faker": "^6.0.0", - "@novu/dal": "^0.8.0", - "@novu/node": "^0.8.0", - "@novu/shared": "^0.8.0", + "@novu/dal": "^0.9.0", + "@novu/node": "^0.9.0", + "@novu/shared": "^0.9.0", "JSONStream": "^1.3.5", "async": "^3.2.0", "axios": "0.25.0", diff --git a/packages/application-generic/package.json b/packages/application-generic/package.json index b6f90360545..3dccf6a3e21 100644 --- a/packages/application-generic/package.json +++ b/packages/application-generic/package.json @@ -1,6 +1,6 @@ { "name": "@novu/application-generic", - "version": "0.8.0", + "version": "0.9.0", "description": "Generic backend code used inside of Novus different services", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -35,39 +35,40 @@ }, "dependencies": { "@nestjs/common": "^8.2.0", - "class-validator": "^0.13.2", - "class-transformer": "^0.5.1", + "@novu/dal": "^0.9.0", + "@novu/discord": "^0.9.0", + "@novu/emailjs": "^0.9.0", + "@novu/fcm": "^0.9.0", + "@novu/gupshup": "^0.9.0", + "@novu/mailgun": "^0.9.0", + "@novu/mailjet": "^0.9.0", + "@novu/mandrill": "^0.9.0", + "@novu/netcore": "^0.9.0", + "@novu/node": "^0.9.0", + "@novu/nodemailer": "^0.9.0", + "@novu/plivo": "^0.9.0", + "@novu/postmark": "^0.9.0", + "@novu/sendgrid": "^0.9.0", + "@novu/sendinblue": "^0.9.0", + "@novu/ses": "^0.9.0", + "@novu/shared": "^0.9.0", + "@novu/slack": "^0.9.0", + "@novu/sms77": "^0.9.0", + "@novu/sns": "^0.9.0", + "@novu/stateless": "^0.9.0", + "@novu/telnyx": "^0.9.0", + "@novu/termii": "^0.9.0", + "@novu/testing": "^0.9.0", + "@novu/twilio": "^0.9.0", "@sentry/node": "^7.12.1", - "@novu/dal": "^0.8.0", - "@novu/discord": "^0.8.0", - "@novu/emailjs": "^0.8.0", - "@novu/fcm": "^0.8.0", - "@novu/gupshup": "^0.8.0", - "@novu/mailgun": "^0.8.0", - "@novu/mailjet": "^0.8.0", - "@novu/mandrill": "^0.8.0", - "@novu/netcore": "^0.8.0", - "@novu/node": "^0.8.0", - "@novu/nodemailer": "^0.8.0", - "@novu/plivo": "^0.8.0", - "@novu/postmark": "^0.8.0", - "@novu/sendgrid": "^0.8.0", - "@novu/sendinblue": "^0.8.0", - "@novu/ses": "^0.8.0", - "@novu/shared": "^0.8.0", - "@novu/slack": "^0.8.0", - "@novu/sms77": "^0.8.0", - "@novu/sns": "^0.8.0", - "@novu/stateless": "^0.8.0", - "@novu/telnyx": "^0.8.0", - "@novu/termii": "^0.8.0", - "@novu/testing": "^0.8.0", - "@novu/twilio": "^0.8.0", + "class-transformer": "^0.5.1", + "class-validator": "^0.13.2", "node-fetch": "^3.2.10" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", "@types/jest": "27.4.0", + "@types/sinon": "^9.0.0", "codecov": "^3.5.0", "cspell": "^4.1.0", "cz-conventional-changelog": "^3.3.0", @@ -78,13 +79,12 @@ "open-cli": "^6.0.1", "prettier": "^2.1.1", "rimraf": "^3.0.2", + "sinon": "^9.2.4", "standard-version": "^9.0.0", "ts-jest": "^27.0.5", "ts-node": "^9.0.0", "typedoc": "^0.19.0", - "typescript": "4.6.2", - "@types/sinon": "^9.0.0", - "sinon": "^9.2.4" + "typescript": "4.6.2" }, "files": [ "build/main", @@ -117,4 +117,4 @@ ] }, "gitHead": "565e5dcbe446aadf9fe53d13100b8cb56c0b1128" -} \ No newline at end of file +} diff --git a/packages/cli/package.json b/packages/cli/package.json index d2ede1be93f..27eca96ec0b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "novu", - "version": "0.8.0", + "version": "0.9.0", "description": "On-Boarding Cli", "main": "index.js", "scripts": { @@ -29,7 +29,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@novu/shared": "^0.8.0", + "@novu/shared": "^0.9.0", "axios": "^0.25.0", "chalk": "4.1.2", "commander": "^9.0.0", diff --git a/packages/client/package.json b/packages/client/package.json index c9bb79cb8cc..6299065837a 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@novu/client", - "version": "0.8.0", + "version": "0.9.0", "repository": "https://github.com/novuhq/novu", "description": "API client to be used in end user environments", "main": "dist/index.js", @@ -38,7 +38,7 @@ "node": ">=10" }, "dependencies": { - "@novu/shared": "^0.8.0", + "@novu/shared": "^0.9.0", "axios": "^0.26.1" }, "devDependencies": { diff --git a/packages/nest/package.json b/packages/nest/package.json index e7e0b5e2de6..84d83d4d104 100644 --- a/packages/nest/package.json +++ b/packages/nest/package.json @@ -1,6 +1,6 @@ { "name": "@novu/nest", - "version": "0.8.0", + "version": "0.9.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.8.0" + "@novu/stateless": "^0.9.0" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", diff --git a/packages/node/package.json b/packages/node/package.json index 334bd328346..4e1bc1caf0c 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@novu/node", - "version": "0.8.0", + "version": "0.9.0", "description": "Notification Management Framework", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -43,7 +43,7 @@ "node": ">=10" }, "dependencies": { - "@novu/shared": "^0.8.0", + "@novu/shared": "^0.9.0", "axios": "^0.26.1", "handlebars": "^4.7.7", "lodash.get": "^4.4.2", diff --git a/packages/notification-center/package.json b/packages/notification-center/package.json index fd5c8245fe6..b8605f8620b 100644 --- a/packages/notification-center/package.json +++ b/packages/notification-center/package.json @@ -1,6 +1,6 @@ { "name": "@novu/notification-center", - "version": "0.8.0", + "version": "0.9.0", "repository": "https://github.com/novuhq/novu", "description": "", "scripts": { @@ -50,8 +50,8 @@ "dependencies": { "@mantine/core": "^4.1.0", "@mantine/hooks": "^4.1.3", - "@novu/client": "^0.8.0", - "@novu/shared": "^0.8.0", + "@novu/client": "^0.9.0", + "@novu/shared": "^0.9.0", "acorn-jsx": "^5.3.2", "axios": "^0.26.1", "chroma-js": "^2.4.2", diff --git a/packages/stateless/package.json b/packages/stateless/package.json index b376410d76c..51a772d756d 100644 --- a/packages/stateless/package.json +++ b/packages/stateless/package.json @@ -1,6 +1,6 @@ { "name": "@novu/stateless", - "version": "0.8.0", + "version": "0.9.0", "description": "Notification Management Framework", "main": "build/main/index.js", "typings": "build/main/index.d.ts", diff --git a/providers/apns/package.json b/providers/apns/package.json index 34301dd15d7..bd9b6a8611f 100644 --- a/providers/apns/package.json +++ b/providers/apns/package.json @@ -1,6 +1,6 @@ { "name": "@novu/apns", - "version": "0.8.0", + "version": "0.9.0", "description": "A apns wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -31,7 +31,7 @@ "node": ">=10" }, "dependencies": { - "@novu/stateless": "^0.8.0", + "@novu/stateless": "^0.9.0", "node-apn": "^3.0.0" }, "devDependencies": { diff --git a/providers/discord/package.json b/providers/discord/package.json index b929cb6cc76..921fee9272e 100644 --- a/providers/discord/package.json +++ b/providers/discord/package.json @@ -1,6 +1,6 @@ { "name": "@novu/discord", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "axios": "^0.27.2" }, "devDependencies": { diff --git a/providers/emailjs/package.json b/providers/emailjs/package.json index 28829c640c2..a3ed781ad83 100644 --- a/providers/emailjs/package.json +++ b/providers/emailjs/package.json @@ -1,6 +1,6 @@ { "name": "@novu/emailjs", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "emailjs": "^3.6.0" }, "devDependencies": { diff --git a/providers/expo/package.json b/providers/expo/package.json index e066e503691..cab4fa27604 100644 --- a/providers/expo/package.json +++ b/providers/expo/package.json @@ -1,6 +1,6 @@ { "name": "@novu/expo", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "expo-server-sdk": "^3.6.0" }, "devDependencies": { @@ -47,12 +47,12 @@ "nyc": "^15.1.0", "open-cli": "^6.0.1", "prettier": "^2.1.1", + "rimraf": "^3.0.2", "standard-version": "^9.0.0", "ts-jest": "^27.0.5", "ts-node": "^9.0.0", "typedoc": "^0.19.0", - "typescript": "4.6.2", - "rimraf": "^3.0.2" + "typescript": "4.6.2" }, "files": [ "build/main", diff --git a/providers/fcm/package.json b/providers/fcm/package.json index c9adb5a795b..a8f0b5e438f 100644 --- a/providers/fcm/package.json +++ b/providers/fcm/package.json @@ -1,6 +1,6 @@ { "name": "@novu/fcm", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "firebase-admin": "^11.0.0" }, "devDependencies": { diff --git a/providers/firetext/package.json b/providers/firetext/package.json index 7c4a9beaad8..65cc51b63f5 100644 --- a/providers/firetext/package.json +++ b/providers/firetext/package.json @@ -1,6 +1,6 @@ { "name": "@novu/firetext", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "node-fetch": "^3.2.10" }, "devDependencies": { diff --git a/providers/gupshup/package.json b/providers/gupshup/package.json index b6f4bda2939..1db44fe5b99 100644 --- a/providers/gupshup/package.json +++ b/providers/gupshup/package.json @@ -1,6 +1,6 @@ { "name": "@novu/gupshup", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "node-fetch": "^3.2.10" }, "devDependencies": { diff --git a/providers/mailersend/package.json b/providers/mailersend/package.json index 7f633d3c77c..f75687fb6ae 100644 --- a/providers/mailersend/package.json +++ b/providers/mailersend/package.json @@ -1,6 +1,6 @@ { "name": "@novu/mailersend", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "mailersend": "^1.3.1" }, "devDependencies": { diff --git a/providers/mailgun/package.json b/providers/mailgun/package.json index 5963171182a..25cf1134ccd 100644 --- a/providers/mailgun/package.json +++ b/providers/mailgun/package.json @@ -1,6 +1,6 @@ { "name": "@novu/mailgun", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.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 670a9ee57cb..7f09b9e195f 100644 --- a/providers/mailjet/package.json +++ b/providers/mailjet/package.json @@ -1,6 +1,6 @@ { "name": "@novu/mailjet", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "node-mailjet": "^3.3.4" }, "devDependencies": { diff --git a/providers/mandrill/package.json b/providers/mandrill/package.json index f61d29da99b..234c08475eb 100644 --- a/providers/mandrill/package.json +++ b/providers/mandrill/package.json @@ -1,6 +1,6 @@ { "name": "@novu/mandrill", - "version": "0.8.0", + "version": "0.9.0", "description": "A mandrill wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -41,7 +41,7 @@ }, "dependencies": { "@mailchimp/mailchimp_transactional": "^1.0.46", - "@novu/stateless": "^0.8.0" + "@novu/stateless": "^0.9.0" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "1.0.2", diff --git a/providers/ms-teams/package.json b/providers/ms-teams/package.json index 49e1411b268..fd165cac53b 100644 --- a/providers/ms-teams/package.json +++ b/providers/ms-teams/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ms-teams", - "version": "0.8.0", + "version": "0.9.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 866ae0c7fd8..afa613edec8 100644 --- a/providers/netcore/package.json +++ b/providers/netcore/package.json @@ -1,6 +1,6 @@ { "name": "@novu/netcore", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "pepipost": "^5.0.0" }, "devDependencies": { diff --git a/providers/nexmo/package.json b/providers/nexmo/package.json index a2b2e564715..76eb9726025 100644 --- a/providers/nexmo/package.json +++ b/providers/nexmo/package.json @@ -1,6 +1,6 @@ { "name": "@novu/nexmo", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "@vonage/server-sdk": "^2.10.10" }, "devDependencies": { diff --git a/providers/nodemailer/package.json b/providers/nodemailer/package.json index 02f9b9d4350..57dedd76330 100644 --- a/providers/nodemailer/package.json +++ b/providers/nodemailer/package.json @@ -1,6 +1,6 @@ { "name": "@novu/nodemailer", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "nodemailer": "^6.6.5" }, "devDependencies": { diff --git a/providers/plivo/package.json b/providers/plivo/package.json index f44b1570725..a913dac35eb 100644 --- a/providers/plivo/package.json +++ b/providers/plivo/package.json @@ -1,6 +1,6 @@ { "name": "@novu/plivo", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "plivo": "^4.22.4" }, "devDependencies": { diff --git a/providers/postmark/package.json b/providers/postmark/package.json index 59e4c874346..04baafeed25 100644 --- a/providers/postmark/package.json +++ b/providers/postmark/package.json @@ -1,6 +1,6 @@ { "name": "@novu/postmark", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "postmark": "^2.7.8" }, "devDependencies": { diff --git a/providers/sendgrid/package.json b/providers/sendgrid/package.json index 46a358d919b..30d9049b01c 100644 --- a/providers/sendgrid/package.json +++ b/providers/sendgrid/package.json @@ -1,6 +1,6 @@ { "name": "@novu/sendgrid", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "@sendgrid/mail": "^7.4.6" }, "devDependencies": { diff --git a/providers/sendinblue/package.json b/providers/sendinblue/package.json index 95c97fa0991..a5909dd9cfc 100644 --- a/providers/sendinblue/package.json +++ b/providers/sendinblue/package.json @@ -1,6 +1,6 @@ { "name": "@novu/sendinblue", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "@sendinblue/client": "^3.0.1", "@types/request": "^2.48.7" }, diff --git a/providers/ses/package.json b/providers/ses/package.json index ddb4093a475..032573165ff 100644 --- a/providers/ses/package.json +++ b/providers/ses/package.json @@ -1,6 +1,6 @@ { "name": "@novu/ses", - "version": "0.8.0", + "version": "0.9.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.48.0", - "@novu/stateless": "^0.8.0", + "@novu/stateless": "^0.9.0", "nodemailer": "^6.6.5" }, "devDependencies": { diff --git a/providers/slack/package.json b/providers/slack/package.json index 769685b52ab..72c03832fe9 100644 --- a/providers/slack/package.json +++ b/providers/slack/package.json @@ -1,6 +1,6 @@ { "name": "@novu/slack", - "version": "0.8.0", + "version": "0.9.0", "description": "A slack wrapper for novu", "main": "build/main/index.js", "typings": "build/main/index.d.ts", @@ -32,8 +32,8 @@ "node": ">=10" }, "dependencies": { - "@novu/node": "^0.8.0", - "@novu/stateless": "^0.8.0", + "@novu/node": "^0.9.0", + "@novu/stateless": "^0.9.0", "axios": "^0.27.2" }, "devDependencies": { diff --git a/providers/sms77/package.json b/providers/sms77/package.json index a0c16a8c4b2..83823496b55 100644 --- a/providers/sms77/package.json +++ b/providers/sms77/package.json @@ -1,6 +1,6 @@ { "name": "@novu/sms77", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "node-fetch": "^2.6.7", "sms77-client": "^2.14.0" }, @@ -87,4 +87,4 @@ ] }, "gitHead": "565e5dcbe446aadf9fe53d13100b8cb56c0b1128" -} \ No newline at end of file +} diff --git a/providers/sns/package.json b/providers/sns/package.json index a7b286f1b2d..ab596cb2180 100644 --- a/providers/sns/package.json +++ b/providers/sns/package.json @@ -1,6 +1,6 @@ { "name": "@novu/sns", - "version": "0.8.0", + "version": "0.9.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.39.0", - "@novu/stateless": "^0.8.0" + "@novu/stateless": "^0.9.0" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", diff --git a/providers/telnyx/package.json b/providers/telnyx/package.json index e3e4a47e7db..0ecc6360953 100644 --- a/providers/telnyx/package.json +++ b/providers/telnyx/package.json @@ -1,6 +1,6 @@ { "name": "@novu/telnyx", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "telnyx": "^1.23.0" }, "devDependencies": { diff --git a/providers/termii/package.json b/providers/termii/package.json index 6630e2042e8..ceb917e793a 100644 --- a/providers/termii/package.json +++ b/providers/termii/package.json @@ -1,6 +1,6 @@ { "name": "@novu/termii", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "node-fetch": "^3.2.10" }, "devDependencies": { diff --git a/providers/twilio/package.json b/providers/twilio/package.json index 8632cf768f7..c08f0132637 100644 --- a/providers/twilio/package.json +++ b/providers/twilio/package.json @@ -1,6 +1,6 @@ { "name": "@novu/twilio", - "version": "0.8.0", + "version": "0.9.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.8.0", + "@novu/stateless": "^0.9.0", "twilio": "^3.67.2" }, "devDependencies": {