localstorage-migrator
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -23,5 +23,5 @@ "use strict"; | ||
var appliedMigrations = getAppliedMigrations(); | ||
migrator.default(migrations, appliedMigrations); | ||
migrator.migrate(migrations, appliedMigrations); | ||
storeAppliedMigrations(appliedMigrations); | ||
} | ||
exports.default = migrate; |
{ | ||
"name": "localstorage-migrator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A library for applying migrations to localstorage.", | ||
@@ -42,4 +42,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"rstolsmark-json-migrator": "^1.0.4" | ||
"rstolsmark-json-migrator": "^1.0.5" | ||
} | ||
} |
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