Fix linting exceptions in `ctl`.
## Automation
/test sanity
### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results -->
> [!WARNING]
> Tests have not run on the HEAD
1f2242abcfac193fb321dee8d64cb194dea0f803 yet
> <hr>Fri, 22 Nov 2024 10:06:23 UTC
<!-- end of auto-generated comment: Cypress test results -->
## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [x] No
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
## Release Notes
- **New Features**
- Enhanced backup and restore processes with improved user prompts and
error handling.
- Added support for optional command-line flags during database imports.
- **Bug Fixes**
- Improved error handling for various operations, including database
exports and imports.
- Enhanced logging for backup errors to provide more context.
- **Documentation**
- Updated user prompts and error messages for clarity during backup and
restore operations.
- **Tests**
- Expanded test coverage for backup functionalities and utility
functions to ensure robust error handling and output validation.
- **Chores**
- Updated dependencies to enhance TypeScript development experience.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"name": "appsmith-rts",
|
|
"version": "0.0.1",
|
|
"description": "Realtime component microservice for Appsmith",
|
|
"main": "index.js",
|
|
"author": "Appsmith Team",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"test:unit": "APPSMITH_API_BASE_URL=http jest -b --colors --no-cache --silent --coverage --collectCoverage=true --coverageDirectory='./' --coverageReporters='json-summary'",
|
|
"test:jest": "APPSMITH_API_BASE_URL=http jest --watch ",
|
|
"lint": "yarn g:lint",
|
|
"prettier": "yarn g:prettier",
|
|
"build": "./build.sh",
|
|
"start": "./start-server.sh"
|
|
},
|
|
"dependencies": {
|
|
"@opentelemetry/exporter-trace-otlp-http": "^0.54.2",
|
|
"@opentelemetry/instrumentation": "^0.54.2",
|
|
"@opentelemetry/instrumentation-http": "^0.54.2",
|
|
"@opentelemetry/resources": "^1.27.0",
|
|
"@opentelemetry/sdk-trace-node": "^1.27.0",
|
|
"@opentelemetry/semantic-conventions": "^1.27.0",
|
|
"@shared/ast": "workspace:^",
|
|
"axios": "^1.7.4",
|
|
"dotenv": "10.0.0",
|
|
"express": "^4.20.0",
|
|
"express-validator": "^6.14.2",
|
|
"http-status-codes": "^2.2.0",
|
|
"loglevel": "^1.8.1",
|
|
"mongodb": "^5.8.0",
|
|
"nodemailer": "6.9.9",
|
|
"readline-sync": "1.4.10",
|
|
"socket.io": "^4.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.14",
|
|
"@types/jest": "^29.2.3",
|
|
"@types/node": "*",
|
|
"@types/nodemailer": "^6.4.17",
|
|
"@types/readline-sync": "^1.4.8",
|
|
"jest": "^29.3.1",
|
|
"supertest": "^6.3.3",
|
|
"ts-jest": "29.1.0",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|