lucid-ts-sdk
Advanced tools
Comparing version 0.1.2 to 0.1.3-0
@@ -65,3 +65,3 @@ "use strict"; | ||
if (!res2.ok) | ||
throw new Error(`Error ${res.status} - ${(await res.json()).message}`); | ||
throw new Error(`Error ${res2.status} - ${(await res2.json()).message}`); | ||
} | ||
@@ -68,0 +68,0 @@ // Set the instance as initialized |
{ | ||
"name": "lucid-ts-sdk", | ||
"version": "0.1.2", | ||
"version": "0.1.3-0", | ||
"description": "Lucid KV TypeScript wrapper 🍬 High performance and distributed KV store accessible through an HTTP API.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
18560