@bedrockio/model 0.14.1 → 0.14.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.14.2
2
+
3
+ - Loosened peer deps.
4
+
1
5
  ## 0.14.1
2
6
 
3
7
  - Ensure includes are allowed on `getUpdateValidattion`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bedrockio/model",
3
- "version": "0.14.1",
3
+ "version": "0.14.2",
4
4
  "description": "Bedrock utilities for model creation.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -30,8 +30,8 @@
30
30
  "lodash": "^4.17.21"
31
31
  },
32
32
  "peerDependencies": {
33
- "@bedrockio/yada": "^1.8.0",
34
- "mongoose": "^8.18.2"
33
+ "@bedrockio/yada": "1.x",
34
+ "mongoose": "8.x"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@babel/cli": "^7.26.4",