@metrichor/epi2me-client-web
Advanced tools
Comparing version 0.2.10447595 to 0.2.10451934
@@ -13,3 +13,3 @@ 'use strict'; | ||
const id = object[key]; | ||
tsRuntimeTypecheck.invariant(typeof id === 'string', `Missing primary key "${key}" in "${typename}" response object.`); | ||
tsRuntimeTypecheck.invariant(typeof id === 'string' || typeof id === 'number', `Missing primary key "${key}" in "${typename}" response object.`); | ||
return `${typename}:${id}`; | ||
@@ -16,0 +16,0 @@ }; |
{ | ||
"name": "@metrichor/epi2me-client-web", | ||
"version": "0.2.10447595", | ||
"version": "0.2.10451934", | ||
"license": "MPL-2.0", | ||
@@ -5,0 +5,0 @@ "author": "Metrichor <support@nanoporetech.com>", |
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
74343