Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "rdb", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "title": "rdb", |
@@ -1059,3 +1059,3 @@ __rdb__ | ||
function insert() { | ||
var customer = Customer.insert('abcdef00-0000-0000-0000-000000000000') | ||
var customer = Customer.insert('abcdef02-0000-0000-0000-000000000000') | ||
return customer.toJSON(); | ||
@@ -1099,3 +1099,3 @@ } | ||
function insert() { | ||
var customer = Customer.insert('abcdef00-0000-0000-0000-000000000000') | ||
var customer = Customer.insert('abcdef01-0000-0000-0000-000000000000') | ||
customer.cName = 'Paul'; | ||
@@ -1102,0 +1102,0 @@ return customer.toJSON(); |
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