surrealised
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -294,3 +294,2 @@ var __defProp = Object.defineProperty; | ||
// src/index.ts | ||
var import_embedded = require("surrealdb.node/lib/embedded"); | ||
var SurrealClient = class { | ||
@@ -324,5 +323,3 @@ HOST; | ||
} | ||
this.client = new import_surrealdb.Surreal({ | ||
engines: (0, import_embedded.surrealdbNodeEngines)() | ||
}); | ||
this.client = new import_surrealdb.Surreal(); | ||
this.debugMessage("[SurrealClient] Client created"); | ||
@@ -329,0 +326,0 @@ } |
{ | ||
"name": "surrealised", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Another SurrealDB Library for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
109693
1222