Comparing version 2.3.0-alpha-3907d96.0 to 2.3.0-alpha-51110b2.0
{ | ||
"name": "gqty", | ||
"version": "2.3.0-alpha-3907d96.0", | ||
"version": "2.3.0-alpha-51110b2.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-51110b2.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; | ||
} | ||
@@ -43,0 +43,0 @@ let uniqueSelectionId = 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