@travetto/model-mongo 3.0.0-rc.25 → 3.0.0-rc.26

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/README.md +4 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -6,6 +6,10 @@
6
6
  **Install: @travetto/model-mongo**
7
7
  ```bash
8
8
  npm install @travetto/model-mongo
9
+
10
+ # or
11
+
12
+ yarn add @travetto/model-mongo
9
13
  ```
10
14
 
11
15
  This module provides an [mongodb](https://mongodb.com)-based implementation for the [Data Modeling Support](https://github.com/travetto/travetto/tree/main/module/model#readme "Datastore abstraction for core operations."). This source allows the [Data Modeling Support](https://github.com/travetto/travetto/tree/main/module/model#readme "Datastore abstraction for core operations.") module to read, write and query against [mongodb](https://mongodb.com).. Given the dynamic nature of [mongodb](https://mongodb.com), during development when models are modified, nothing needs to be done to adapt to the latest schema.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/model-mongo",
3
- "version": "3.0.0-rc.25",
3
+ "version": "3.0.0-rc.26",
4
4
  "description": "Mongo backing for the travetto model module.",
5
5
  "keywords": [
6
6
  "mongo",
@@ -25,13 +25,13 @@
25
25
  "directory": "module/model-mongo"
26
26
  },
27
27
  "dependencies": {
28
- "@travetto/config": "^3.0.0-rc.24",
29
- "@travetto/model": "^3.0.0-rc.24",
30
- "@travetto/model-query": "^3.0.0-rc.25",
28
+ "@travetto/config": "^3.0.0-rc.25",
29
+ "@travetto/model": "^3.0.0-rc.25",
30
+ "@travetto/model-query": "^3.0.0-rc.26",
31
31
  "mongodb": "^5.0.1"
32
32
  },
33
33
  "peerDependencies": {
34
- "@travetto/command": "^3.0.0-rc.20"
34
+ "@travetto/command": "^3.0.0-rc.21"
35
35
  },
36
36
  "peerDependenciesMeta": {
37
37
  "@travetto/command": {