@feathersjs/configuration 5.0.1 → 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,18 @@
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
+
12
+ ## [5.0.3](https://github.com/feathersjs/feathers/compare/v5.0.2...v5.0.3) (2023-04-05)
13
+
14
+ ### Bug Fixes
15
+
16
+ - **dependencies:** Update all dependencies ([#3139](https://github.com/feathersjs/feathers/issues/3139)) ([f24276e](https://github.com/feathersjs/feathers/commit/f24276e9a909e2e58a0730c730258ce1f70f4028))
17
+
6
18
  ## [5.0.1](https://github.com/feathersjs/feathers/compare/v5.0.0...v5.0.1) (2023-03-15)
7
19
 
8
20
  **Note:** Version bump only for package @feathersjs/configuration
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @feathersjs/configuration --save
14
14
 
15
15
  ## Documentation
16
16
 
17
- Refer to the [Feathers configuration API documentation](https://docs.feathersjs.com/api/configuration.html) for more details.
17
+ Refer to the [Feathers configuration API documentation](https://feathersjs.com/api/configuration.html) for more details.
18
18
 
19
19
  ## License
20
20
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@feathersjs/configuration",
3
3
  "description": "A small configuration module for your Feathers application.",
4
- "version": "5.0.1",
4
+ "version": "5.0.4",
5
5
  "homepage": "https://feathersjs.com",
6
6
  "main": "lib/",
7
7
  "types": "lib/",
@@ -58,19 +58,19 @@
58
58
  "access": "public"
59
59
  },
60
60
  "dependencies": {
61
- "@feathersjs/commons": "^5.0.1",
62
- "@feathersjs/feathers": "^5.0.1",
63
- "@feathersjs/schema": "^5.0.1",
61
+ "@feathersjs/commons": "^5.0.4",
62
+ "@feathersjs/feathers": "^5.0.4",
63
+ "@feathersjs/schema": "^5.0.4",
64
64
  "@types/config": "^3.3.0",
65
65
  "config": "^3.3.9"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/mocha": "^10.0.1",
69
- "@types/node": "^18.14.6",
69
+ "@types/node": "^18.15.11",
70
70
  "mocha": "^10.2.0",
71
71
  "shx": "^0.3.4",
72
72
  "ts-node": "^10.9.1",
73
- "typescript": "^4.9.5"
73
+ "typescript": "^5.0.3"
74
74
  },
75
- "gitHead": "18b7f4ab0a8075572a81d78956ba1205a9795c91"
75
+ "gitHead": "376e89040991db500f1f327aa699322543315039"
76
76
  }