/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
libs/application-generic/package.json
165 строк
5 KB
Himanshu Garg
chore(release): bump version to 3.19.0 across all packages (#12275)
07 авг 2026, 16:16
Не верифицирован
07 авг 2026, 16:16
fe53c48
Код
Авторство
О чём код?
{ "name": "@novu/application-generic", "version": "3.19.0", "description": "Generic backend code used inside of Novu's different services", "main": "build/main/index.js", "typings": "build/main/index.d.ts", "module": "build/module/index.js", "private": true, "license": "MIT", "keywords": [], "scripts": { "start": "npm run watch:build", "prebuild": "rimraf build", "build": "run-p build:*", "build:main": "tsc -p tsconfig.json", "build:copy-template": "cpx \"src/**/*.handlebars\" build/main", "fix": "run-s fix:*", "check": "biome check .", "check:fix": "biome check --write .", "watch:build": "tsc -p tsconfig.json -w", "watch:test": "jest src --watch", "reset-hard": "git clean -dfx && git reset --hard && pnpm install" }, "engines": { "node": ">=18.0.0" }, "peerDependencies": { "@nestjs/common": "11.1.27", "@nestjs/core": "11.1.27", "@nestjs/jwt": "11.0.2", "@nestjs/passport": "11.0.5", "@nestjs/swagger": "7.4.0", "@nestjs/terminus": "11.1.1", "@nestjs/testing": "11.1.27", "jsonwebtoken": "9.0.3", "newrelic": "13.20.0", "reflect-metadata": "0.2.2" }, "dependencies": { "@anthropic-ai/aws-sdk": "0.3.0", "@anthropic-ai/sdk": "0.95.1", "@aws-sdk/client-s3": "^3.996.0", "@aws-sdk/client-secrets-manager": "3.996.0", "@aws-sdk/client-sqs": "^3.996.0", "@aws-sdk/s3-request-presigner": "^3.996.0", "@azure/storage-blob": "^12.11.0", "@clickhouse/client": "^1.20.0", "@google-cloud/storage": "^6.2.3", "@launchdarkly/node-server-sdk": "^9.7.3", "@novu/dal": "workspace:*", "@novu/framework": "workspace:*", "@novu/maily-render": "workspace:*", "@novu/providers": "workspace:*", "@novu/shared": "workspace:*", "@novu/stateless": "workspace:*", "@novu/testing": "workspace:*", "@opentelemetry/api": "1.9.0", "@opentelemetry/auto-instrumentations-node": "0.75.0", "@opentelemetry/context-async-hooks": "2.7.1", "@opentelemetry/core": "2.8.0", "@opentelemetry/exporter-logs-otlp-http": "0.217.0", "@opentelemetry/exporter-prometheus": "0.217.0", "@opentelemetry/exporter-trace-otlp-http": "0.217.0", "@opentelemetry/instrumentation": "0.217.0", "@opentelemetry/instrumentation-pino": "0.63.0", "@opentelemetry/propagator-b3": "2.7.1", "@opentelemetry/resources": "2.7.1", "@opentelemetry/exporter-metrics-otlp-http": "0.217.0", "@opentelemetry/sdk-logs": "0.217.0", "@opentelemetry/sdk-metrics": "2.7.1", "@opentelemetry/sdk-node": "0.217.0", "@opentelemetry/sdk-trace-base": "2.7.1", "@opentelemetry/sdk-trace-node": "2.7.1", "@opentelemetry/semantic-conventions": "1.39.0", "@pulsecron/pulse": "1.6.8", "@segment/analytics-node": "^1.1.4", "@sentry/node": "^10.63.0", "@team-plain/typescript-sdk": "5.8.0", "@tufjs/canonical-json": "^2.0.0", "@types/json-schema-faker": "^0.5.4", "ajv": "^8.20.0", "ajv-formats": "^2.1.1", "axios": "^1.18.1", "bullmq": "^3.10.2", "class-transformer": "0.5.1", "class-validator": "0.15.1", "clickhouse-schema": "^2.0.1", "cron-parser": "^4.9.0", "date-fns": "^2.29.2", "date-fns-tz": "^3.2.0", "es-toolkit": "^1.47.0", "got": "^11.8.6", "handlebars": "4.7.9", "i18next": "^23.7.6", "ioredis": "^5.11.1", "json-logic-js": "^2.0.5", "json-schema-faker": "^0.5.6", "json-schema-to-ts": "^3.0.0", "jsonwebtoken": "9.0.3", "liquidjs": "^10.27.1", "lodash": "^4.18.0", "lru-cache": "^11.5.1", "mixpanel": "^0.17.0", "nanoid": "^3.1.20", "nestjs-otel": "6.2.0", "nestjs-pino": "4.2.0", "node-fetch": "^3.2.10", "p-queue": "^8.0.1", "pino-http": "^8.3.3", "pino-pretty": "^9.4.0", "prettier": "~3.3.3", "recursive-diff": "^1.0.8", "rrule": "^2.7.2", "rxjs": "7.8.2", "sanitize-html": "^2.17.5", "shortid": "^2.2.17", "sqs-consumer": "^14.2.0", "sqs-producer": "^8.0.1", "svix": "^1.96.1", "uuid": "^11.1.1", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.3" }, "optionalDependencies": { "@novu/ee-shared-services": "workspace:*", "@taskforcesh/bullmq-pro": "6.11.0" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "^1.0.1", "@types/got": "^9.6.12", "@types/jest": "29.5.2", "@types/json-logic-js": "^2.0.8", "@types/newrelic": "^9.14.8", "@types/sanitize-html": "^2.11.0", "@types/sinon": "^9.0.0", "chai": "^4.2.0", "codecov": "^3.5.0", "cpx": "^1.5.0", "dotenv": "^16.6.1", "jest": "^27.1.0", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", "rimraf": "^3.0.2", "sinon": "^9.2.4", "ts-jest": "^27.0.5", "ts-node": "~10.9.1", "typescript": "5.6.2", "vitest": "^4.1.0" }, "files": [ "build/main", "build/module", "!**/*.spec.*", "!**/*.json", "CHANGELOG.md", "LICENSE", "README.md" ], "nyc": { "extends": "@istanbuljs/nyc-config-typescript", "exclude": [ "**/*.spec.js" ] } }