Comparing version 1.3.0 to 1.4.0
@@ -6,2 +6,3 @@ import KVApi from './kvapi'; | ||
import KVBig from './kvBig'; | ||
export { KVApi, KVNamespaceApi, KVTable, KVBatch, KVBig, KVTableDefinition }; | ||
import KVItem from './kvItem'; | ||
export { KVApi, KVNamespaceApi, KVTable, KVBatch, KVBig, KVItem, KVTableDefinition }; |
@@ -28,2 +28,3 @@ var __create = Object.create; | ||
KVBig: () => import_kvBig.default, | ||
KVItem: () => import_kvItem.default, | ||
KVNamespaceApi: () => import_kvNamespaceApi.default, | ||
@@ -38,4 +39,5 @@ KVTable: () => import_kvtable.default, | ||
var import_kvBig = __toModule(require("./kvBig")); | ||
var import_kvItem = __toModule(require("./kvItem")); | ||
if (!globalThis.fetch) { | ||
throw new Error(`[fetch] is not defined. You are mostly using node and need a fetch polyfill like [isomorphic-fetch].`); | ||
} |
{ | ||
"name": "superkv", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"author": "g45t345rt", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
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
19807
312