Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "lw-sdk", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "SDK for Laurel & Wolf API", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -88,2 +88,6 @@ import {assign} from 'lodash'; | ||
let users = makeResource({ | ||
type: 'users' | ||
}); | ||
//// Singletons | ||
@@ -127,2 +131,3 @@ | ||
shoppinglistItems, | ||
users, | ||
@@ -129,0 +134,0 @@ // Singletons |
@@ -27,3 +27,4 @@ import {namespace} from './utils/testing'; | ||
'media', | ||
'shopping-list-items' | ||
'shopping-list-items', | ||
'users' | ||
]; | ||
@@ -30,0 +31,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
245748
6303