@alien-worlds/aw-api-common-atomicassets
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -35,3 +35,3 @@ "use strict"; | ||
if (newAssets.length) { | ||
const assetInsertion = await this.source.insert(newAssets); | ||
const assetInsertion = await this.source.insert(newAssets.map(a => this.mapper.fromEntity(a))); | ||
if (!assetInsertion || !assetInsertion.length) { | ||
@@ -38,0 +38,0 @@ (0, aw_core_1.log)('an error occured during asset insertion'); |
{ | ||
"name": "@alien-worlds/aw-api-common-atomicassets", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"main": "build/index.js", | ||
@@ -5,0 +5,0 @@ "types": "build/index.d.ts", |
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
57709