@travetto/model
Advanced tools
Comparing version 5.0.0-rc.6 to 5.0.0-rc.7
{ | ||
"name": "@travetto/model", | ||
"version": "5.0.0-rc.6", | ||
"version": "5.0.0-rc.7", | ||
"description": "Datastore abstraction for core operations.", | ||
@@ -29,10 +29,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/config": "^5.0.0-rc.6", | ||
"@travetto/di": "^5.0.0-rc.6", | ||
"@travetto/registry": "^5.0.0-rc.6", | ||
"@travetto/schema": "^5.0.0-rc.6" | ||
"@travetto/config": "^5.0.0-rc.7", | ||
"@travetto/di": "^5.0.0-rc.7", | ||
"@travetto/registry": "^5.0.0-rc.7", | ||
"@travetto/schema": "^5.0.0-rc.7" | ||
}, | ||
"peerDependencies": { | ||
"@travetto/cli": "^5.0.0-rc.6", | ||
"@travetto/test": "^5.0.0-rc.6" | ||
"@travetto/cli": "^5.0.0-rc.7", | ||
"@travetto/test": "^5.0.0-rc.7" | ||
}, | ||
@@ -39,0 +39,0 @@ "peerDependenciesMeta": { |
@@ -238,4 +238,3 @@ <!-- This file was generated by @travetto/doc and should not be modified directly --> | ||
import { buffer as toBuffer } from 'node:stream/consumers'; | ||
import { Class, TimeSpan } from '@travetto/runtime'; | ||
import { DeepPartial } from '@travetto/schema'; | ||
import { Class, TimeSpan, DeepPartial } from '@travetto/runtime'; | ||
import { Injectable } from '@travetto/di'; | ||
@@ -242,0 +241,0 @@ import { Config } from '@travetto/config'; |
@@ -28,2 +28,3 @@ import { Readable } from 'node:stream'; | ||
@Config('model.memory') | ||
@@ -30,0 +31,0 @@ export class MemoryModelConfig { |
@@ -9,2 +9,3 @@ import { Class, DeepPartial } from '@travetto/runtime'; | ||
* | ||
* | ||
* @concrete ../internal/service/common#ModelIndexedSupportTarget | ||
@@ -11,0 +12,0 @@ */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2996
160982
413
Updated@travetto/config@^5.0.0-rc.7
Updated@travetto/di@^5.0.0-rc.7
Updated@travetto/schema@^5.0.0-rc.7