Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "lw-sdk", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "SDK for Laurel & Wolf API", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -76,2 +76,10 @@ import {assign} from 'lodash'; | ||
let portfolioImages = makeResource({ | ||
type: 'portfolio-images' | ||
}); | ||
let medias = makeResource({ | ||
type: 'media' | ||
}); | ||
let shoppinglistItems = makeResource({ | ||
@@ -116,2 +124,4 @@ type: 'shopping-list-items' | ||
designPackages, | ||
portfolioImages, | ||
medias, | ||
shoppinglistItems, | ||
@@ -118,0 +128,0 @@ |
@@ -25,2 +25,4 @@ import {namespace} from './utils/testing'; | ||
'design-packages', | ||
'portfolio-images', | ||
'media', | ||
'shopping-list-items' | ||
@@ -27,0 +29,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
245672
6298