@feathersjs/adapter-commons 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
@@ -6,9 +6,15 @@
6
6
 
7
7
  > Shared utility functions for Feathers adatabase adapters
8
8
 
9
- ## About
9
+ ## Installation
10
10
 
11
- This is a repository for handling Feathers common database syntax. See the [API documentation](https://docs.feathersjs.com/api/databases/common.html) for more information.
11
+ ```
12
+ npm install @feathersjs/adapter-commons --save
13
+ ```
14
+
15
+ ## Documentation
16
+
17
+ Refer to the [Feathers database adapter documentation](https://feathersjs.com/api/databases/common.html) for more details.
12
18
 
13
19
  ## Authors
14
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feathersjs/adapter-commons",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
4
4
  "description": "Shared database adapter utility functions",
5
5
  "homepage": "https://feathersjs.com",
6
6
  "keywords": [
@@ -50,9 +50,9 @@
50
50
  "access": "public"
51
51
  },
52
52
  "dependencies": {
53
- "@feathersjs/commons": "^5.0.3",
54
- "@feathersjs/errors": "^5.0.3",
55
- "@feathersjs/feathers": "^5.0.3"
53
+ "@feathersjs/commons": "^5.0.4",
54
+ "@feathersjs/errors": "^5.0.4",
55
+ "@feathersjs/feathers": "^5.0.4"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/mocha": "^10.0.1",
@@ -64,5 +64,5 @@
64
64
  "ts-node": "^10.9.1",
65
65
  "typescript": "^5.0.3"
66
66
  },
67
- "gitHead": "a6ba4dfd08f537a7d4778bed4c45091cbe3802aa"
67
+ "gitHead": "376e89040991db500f1f327aa699322543315039"
68
68
  }