Comparing version 0.7.1 to 0.7.2
{ | ||
"name": "db64", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "A Practical IndexedDB API", | ||
@@ -5,0 +5,0 @@ "main": "db64.js", |
@@ -21,3 +21,3 @@ # db64 | ||
// First create a database with stores | ||
await db64.create('Games', 'Super Nintendo', 'Gameboy') | ||
await db64.create('Games', ['Super Nintendo', 'Gameboy']) | ||
@@ -24,0 +24,0 @@ // Assing a variable for modifying a store |
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
15755