@tulipes/mongoose 0.1.0-rc.1 → 0.1.0-rc.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.
- package/README.md +3 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -65,6 +65,7 @@ ctx.models.connection; // the boot's own mongo
|
|
|
65
65
|
|
|
66
66
|
## Versions
|
|
67
67
|
|
|
68
|
-
`0.1.0-rc.
|
|
69
|
-
|
|
68
|
+
`0.1.0-rc.2` (no source change since rc.1; republished with core 0.10.0-rc.2)
|
|
69
|
+
requires core `^0.10.0-rc.1`, the candidate that introduced the provider seam;
|
|
70
|
+
install both with `@next`. See core's
|
|
70
71
|
[MIGRATING.md](https://github.com/kemora13conf/bp-backend-express/blob/v0.10.0-rc.1/packages/core/MIGRATING.md#0100-rc1--declare-the-models-provider).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tulipes/mongoose",
|
|
3
|
-
"version": "0.1.0-rc.
|
|
3
|
+
"version": "0.1.0-rc.2",
|
|
4
4
|
"description": "Mongoose models provider for Tulipes apps: connection, model registration and bootstrap behind core's models capability",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"mongoose": "^8"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@tulipes/core": "0.10.0-rc.
|
|
30
|
+
"@tulipes/core": "0.10.0-rc.2",
|
|
31
31
|
"@types/node": "^24.2.0",
|
|
32
32
|
"mongoose": "^8",
|
|
33
33
|
"typescript": "^7.0.2"
|