crud-service
crud-service copied to clipboard
A lightweight application to expose restful CRUD API over HTTP interface
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.8.0 to 9.9.0. Release notes Sourced from @eslint/js's releases. v9.9.0 Features 41d0206 feat: Add support for TS config files (#18134) (Arya Emami) 3a4eaf9 feat: add suggestion to...
Bumps [eslint](https://github.com/eslint/eslint) from 9.8.0 to 9.9.0. Release notes Sourced from eslint's releases. v9.9.0 Features 41d0206 feat: Add support for TS config files (#18134) (Arya Emami) 3a4eaf9 feat: add suggestion to...
Bumps [xlsx-write-stream](https://github.com/apify/xlsx-stream) from 1.0.0 to 1.0.3. Release notes Sourced from xlsx-write-stream's releases. v1.0.3 What's Changed fix: add tslib to dependencies by @jirimoravcik in apify/xlsx-stream#29 Full Changelog: https://github.com/apify/xlsx-stream/compare/v1.0.2...v1.0.3 v1.0.2 What's Changed...
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...
Bumps [@mia-platform/lc39](https://github.com/mia-platform/lc39) from 7.1.0 to 8.0.0. Changelog Sourced from @mia-platform/lc39's changelog. v8.0.0 - 2024-07-04 BREAKING dropped node 16 support Updated @opentelemetry/auto-instrumentations-node: 0.48.0 Commits 31e74f1 8.0.0 4d3e4cb bump v8 337ef2f ci!:...
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 6.7.0 to 6.8.0. Release notes Sourced from mongodb's releases. v6.8.0 6.8.0 (2024-06-27) The MongoDB Node.js team is pleased to announce version 6.8.0 of the mongodb package! Release...
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 10.0.0. Changelog Sourced from uuid's changelog. 10.0.0 (2024-06-07) ⚠ BREAKING CHANGES update node support (drop node@12, node@14, add node@20) (#750) Features support support rfc9562 MAX...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. Release notes Sourced from docker/build-push-action's releases. v6.0.0 Export build record and generate build summary by @crazy-max in docker/build-push-action#1120 Bump @docker/actions-toolkit from 0.24.0 to 0.26.0...
This PR adds tests for validator compiler function. ## Pull Request Type - [x] Bugfix - [ ] Feature - [ ] Code style update (formatting, local variables) - [...
## Feature Description Good afternoon. We need to implement an application that deletes all documents on a CRUD collection and replaces them with data imported from another source. However, we...