Comparing version 2.3.0-alpha-3907d96.0 to 2.3.0-alpha-401983b.0
{ | ||
"name": "gqty", | ||
"version": "2.3.0-alpha-3907d96.0", | ||
"version": "2.3.0-alpha-401983b.0", | ||
"description": "gqty client without queries", | ||
@@ -15,3 +15,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@gqty/utils": "^1.0.0-alpha-3907d96.0", | ||
"@gqty/utils": "^1.0.0-alpha-401983b.0", | ||
"lodash": "^4.17.21" | ||
@@ -31,3 +31,2 @@ }, | ||
"module": "index.mjs", | ||
"types": "index.d.ts", | ||
"exports": { | ||
@@ -34,0 +33,0 @@ ".": { |
@@ -40,3 +40,3 @@ 'use strict'; | ||
function isSelectionsBackup(selectionsBackup) { | ||
return Array.isArray(selectionsBackup) && Array.isArray(selectionsBackup[0]) && Array.isArray(selectionsBackup[1]) && Array.isArray(selectionsBackup[2]) && selectionsBackup[3] === selectionsBackupVersion; | ||
return Array.isArray(selectionsBackup) && Array.isArray(selectionsBackup[0]) && selectionsBackup[1] === selectionsBackupVersion; | ||
} | ||
@@ -62,3 +62,3 @@ let uniqueSelectionId = 0; | ||
restoredBackup = backup2; | ||
for (const [stringKey, hashIdValue] of backup2[1]) { | ||
for (const [stringKey, hashIdValue] of backup2[0]) { | ||
stringsHash[stringKey] = hashIdValue; | ||
@@ -65,0 +65,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
239642