lore-utils
Advanced tools
Comparing version 0.13.0-beta.1 to 0.13.0-beta.2
@@ -53,3 +53,3 @@ import _mapKeys from 'lodash/mapKeys'; | ||
// get the name and instance of the model we need to normalize the attribute to | ||
var normalizedCollectionName = attribute.collection; | ||
var normalizedCollectionName = attribute.model || attribute.collection; | ||
@@ -56,0 +56,0 @@ // log an error if no model was specified |
@@ -53,3 +53,3 @@ 'use strict'; | ||
// get the name and instance of the model we need to normalize the attribute to | ||
var normalizedCollectionName = attribute.collection; | ||
var normalizedCollectionName = attribute.model || attribute.collection; | ||
@@ -56,0 +56,0 @@ // log an error if no model was specified |
{ | ||
"name": "lore-utils", | ||
"version": "0.13.0-beta.1", | ||
"version": "0.13.0-beta.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -56,3 +56,3 @@ import _ from 'lodash'; | ||
// get the name and instance of the model we need to normalize the attribute to | ||
const normalizedCollectionName = attribute.collection; | ||
const normalizedCollectionName = attribute.model || attribute.collection; | ||
@@ -59,0 +59,0 @@ // log an error if no model was specified |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35771
0