@travetto/model-mongo 3.4.0-rc.5 → 3.4.0-rc.7

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 +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -175,4 +175,4 @@ export class MongoModelConfig {
175
175
  }
176
176
  ```
177
177
 
178
- Additionally, you can see that the class is registered with the [@Config](https://github.com/travetto/travetto/tree/main/module/config/src/decorator.ts#L13) annotation, and so these values can be overridden using the standard [Configuration](https://github.com/travetto/travetto/tree/main/module/config#readme "Configuration support") resolution paths.The SSL file options in `clientOptions` will automatically be resolved to files when given a path. This path can be a [FileResourceProvider](https://github.com/travetto/travetto/tree/main/module/base/src/resource.ts#L21) path or just a standard file path.
178
+ Additionally, you can see that the class is registered with the [@Config](https://github.com/travetto/travetto/tree/main/module/config/src/decorator.ts#L13) annotation, and so these values can be overridden using the standard [Configuration](https://github.com/travetto/travetto/tree/main/module/config#readme "Configuration support") resolution paths.The SSL file options in `clientOptions` will automatically be resolved to files when given a path. This path can be a [FileResourceProvider](https://github.com/travetto/travetto/tree/main/module/base/src/resource.ts#L23) path or just a standard file path.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/model-mongo",
3
- "version": "3.4.0-rc.5",
3
+ "version": "3.4.0-rc.7",
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.4.0-rc.4",
29
- "@travetto/model": "^3.4.0-rc.5",
30
- "@travetto/model-query": "^3.4.0-rc.5",
28
+ "@travetto/config": "^3.4.0-rc.6",
29
+ "@travetto/model": "^3.4.0-rc.7",
30
+ "@travetto/model-query": "^3.4.0-rc.7",
31
31
  "mongodb": "^6.2.0"
32
32
  },
33
33
  "peerDependencies": {
34
- "@travetto/command": "^3.4.0-rc.4"
34
+ "@travetto/command": "^3.4.0-rc.6"
35
35
  },
36
36
  "peerDependenciesMeta": {
37
37
  "@travetto/command": {