@travetto/asset
Advanced tools
Comparing version 3.4.0-rc.4 to 3.4.0-rc.5
{ | ||
"name": "@travetto/asset", | ||
"version": "3.4.0-rc.4", | ||
"version": "3.4.0-rc.5", | ||
"description": "Modular library for storing and retrieving binary assets", | ||
@@ -28,4 +28,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/di": "^3.4.0-rc.3", | ||
"@travetto/model": "^3.4.0-rc.4", | ||
"@travetto/di": "^3.4.0-rc.4", | ||
"@travetto/model": "^3.4.0-rc.5", | ||
"@types/mime": "^3.0.3", | ||
@@ -36,3 +36,3 @@ "file-type": "^16.5.4", | ||
"peerDependencies": { | ||
"@travetto/test": "^3.4.0-rc.3" | ||
"@travetto/test": "^3.4.0-rc.4" | ||
}, | ||
@@ -39,0 +39,0 @@ "peerDependenciesMeta": { |
@@ -29,3 +29,3 @@ import assert from 'assert'; | ||
const service = this.assetService; | ||
const { path: pth } = await this.fixture.describe('/asset.yml'); | ||
const pth = await this.fixture.resolve('/asset.yml'); | ||
const file = await AssetUtil.fileToAsset(pth); | ||
@@ -41,3 +41,3 @@ | ||
const service = this.assetService; | ||
const { path: pth } = await this.fixture.describe('/asset.yml'); | ||
const pth = await this.fixture.resolve('/asset.yml'); | ||
const file = await AssetUtil.fileToAsset(pth); | ||
@@ -52,3 +52,3 @@ const outHashed = await service.upsert(file, false, new HashNamingStrategy()); | ||
const service = this.assetService; | ||
const { path: pth } = await this.fixture.describe('/asset.yml'); | ||
const pth = await this.fixture.resolve('/asset.yml'); | ||
const file = await AssetUtil.fileToAsset(pth); | ||
@@ -68,3 +68,3 @@ const loc = await service.upsert(file); | ||
const service = this.assetService; | ||
const { path: pth } = await this.fixture.describe('/asset.yml'); | ||
const pth = await this.fixture.resolve('/asset.yml'); | ||
const file = await AssetUtil.fileToAsset(pth); | ||
@@ -71,0 +71,0 @@ assert(file.filename === 'asset.yml'); |
26813
Updated@travetto/di@^3.4.0-rc.4
Updated@travetto/model@^3.4.0-rc.5