@shopify/shopify-app-session-storage
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -30,8 +30,6 @@ 'use strict'; | ||
class MigrationOperation { | ||
/** Name of the migration that will be used to uniquely identity it among all other migration */ | ||
/** The actual migration function that will modify the perisitence storage */ | ||
constructor(migrationName, migrationFunction) { | ||
/** Name of the migration that will be used to uniquely identity it among all other migration */ | ||
this.migrationName = void 0; | ||
/** The actual migration function that will modify the perisitence storage */ | ||
this.migrationFunction = void 0; | ||
@@ -47,2 +45,6 @@ this.migrationName = migrationName; | ||
/** | ||
* Use to initialise session storage migrators | ||
*/ | ||
const defaultSessionStorageMigratorOptions = { | ||
@@ -49,0 +51,0 @@ migrationDBIdentifier: 'shopify_sessions_migrations' |
{ | ||
"name": "@shopify/shopify-app-session-storage", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Shopify App Session Storage - abstract class", | ||
@@ -37,3 +37,3 @@ "repository": { | ||
"peerDependencies": { | ||
"@shopify/shopify-api": "^7.3.1" | ||
"@shopify/shopify-api": "^7.4.0" | ||
}, | ||
@@ -46,7 +46,3 @@ "devDependencies": { | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"jest": "^29.5.0", | ||
"jest-fetch-mock": "^3.0.3", | ||
"jest-runner-eslint": "^2.0.0", | ||
"prettier": "^2.8.8", | ||
"ts-jest": "^29.1.0", | ||
"typescript": "^4.9.5" | ||
@@ -53,0 +49,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
68573
7
439