@feathersjs/mongodb 5.0.3 → 5.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.4](https://github.com/feathersjs/feathers/compare/v5.0.3...v5.0.4) (2023-04-12)
7
+
8
+ ### Bug Fixes
9
+
10
+ - Make sure all Readme files are up to date ([#3154](https://github.com/feathersjs/feathers/issues/3154)) ([a5f0b38](https://github.com/feathersjs/feathers/commit/a5f0b38bbf2a11486415a39533bcc6c67fb51e3e))
11
+
6
12
  ## [5.0.3](https://github.com/feathersjs/feathers/compare/v5.0.2...v5.0.3) (2023-04-05)
7
13
 
8
14
  ### Bug Fixes
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
4
4
  [![Download Status](https://img.shields.io/npm/dm/@feathersjs/mongodb.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/mongodb)
5
+ [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/qa8kez8QBx)
5
6
 
6
7
  > Feathers MongoDB service adapter
7
8
 
@@ -13,7 +14,7 @@ npm install @feathersjs/mongodb --save
13
14
 
14
15
  ## Documentation
15
16
 
16
- Refer to the [Feathers documentation](https://docs.feathersjs.com) for more details.
17
+ Refer to the [Feathers MongoDB adapter documentation](https://feathersjs.com/api/databases/mongodb.html) for more details.
17
18
 
18
19
  ## License
19
20
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@feathersjs/mongodb",
3
3
  "description": "Feathers MongoDB service adapter",
4
- "version": "5.0.3",
4
+ "version": "5.0.4",
5
5
  "homepage": "https://feathersjs.com",
6
6
  "main": "lib/",
7
7
  "keywords": [
@@ -51,17 +51,17 @@
51
51
  "access": "public"
52
52
  },
53
53
  "dependencies": {
54
- "@feathersjs/adapter-commons": "^5.0.3",
55
- "@feathersjs/commons": "^5.0.3",
56
- "@feathersjs/errors": "^5.0.3",
57
- "@feathersjs/feathers": "^5.0.3"
54
+ "@feathersjs/adapter-commons": "^5.0.4",
55
+ "@feathersjs/commons": "^5.0.4",
56
+ "@feathersjs/errors": "^5.0.4",
57
+ "@feathersjs/feathers": "^5.0.4"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "mongodb": "^5.2.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@feathersjs/adapter-tests": "^5.0.3",
64
- "@feathersjs/schema": "^5.0.3",
63
+ "@feathersjs/adapter-tests": "^5.0.4",
64
+ "@feathersjs/schema": "^5.0.4",
65
65
  "@types/mocha": "^10.0.1",
66
66
  "@types/node": "^18.15.11",
67
67
  "mocha": "^10.2.0",
@@ -69,5 +69,5 @@
69
69
  "shx": "^0.3.4",
70
70
  "typescript": "^5.0.3"
71
71
  },
72
- "gitHead": "a6ba4dfd08f537a7d4778bed4c45091cbe3802aa"
72
+ "gitHead": "376e89040991db500f1f327aa699322543315039"
73
73
  }