@travetto/model
Advanced tools
Comparing version 5.0.0-rc.0 to 5.0.0-rc.1
{ | ||
"name": "@travetto/model", | ||
"version": "5.0.0-rc.0", | ||
"version": "5.0.0-rc.1", | ||
"description": "Datastore abstraction for core operations.", | ||
@@ -29,10 +29,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/config": "^5.0.0-rc.0", | ||
"@travetto/config": "^5.0.0-rc.1", | ||
"@travetto/di": "^5.0.0-rc.0", | ||
"@travetto/registry": "^5.0.0-rc.0", | ||
"@travetto/registry": "^5.0.0-rc.1", | ||
"@travetto/schema": "^5.0.0-rc.0" | ||
}, | ||
"peerDependencies": { | ||
"@travetto/cli": "^5.0.0-rc.0", | ||
"@travetto/test": "^5.0.0-rc.0" | ||
"@travetto/cli": "^5.0.0-rc.1", | ||
"@travetto/test": "^5.0.0-rc.1" | ||
}, | ||
@@ -39,0 +39,0 @@ "peerDependenciesMeta": { |
@@ -229,3 +229,3 @@ <!-- This file was generated by @travetto/doc and should not be modified directly --> | ||
|[MemoryModelService](https://github.com/travetto/travetto/tree/main/module/model/src/provider/memory.ts#L54)|X|X|X|X|X|X| | ||
|[FileModelService](https://github.com/travetto/travetto/tree/main/module/model/src/provider/file.ts#L50)|X|X| |X|X|X| | ||
|[FileModelService](https://github.com/travetto/travetto/tree/main/module/model/src/provider/file.ts#L49)|X|X| |X|X|X| | ||
@@ -232,0 +232,0 @@ ## Custom Model Service |
@@ -8,4 +8,3 @@ import fs from 'node:fs/promises'; | ||
import { RuntimeContext } from '@travetto/manifest'; | ||
import { Class, TimeSpan } from '@travetto/base'; | ||
import { Class, TimeSpan, RuntimeContext } from '@travetto/base'; | ||
import { Injectable } from '@travetto/di'; | ||
@@ -12,0 +11,0 @@ import { Config } from '@travetto/config'; |
Sorry, the diff of this file is not supported yet
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
161270
2998
+ Added@types/node@22.9.3(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removed@types/node@22.10.1(transitive)
- Removedundici-types@6.20.0(transitive)
Updated@travetto/config@^5.0.0-rc.1