Comparing version 6.0.0-alpha-0.2 to 6.0.0-alpha-0.3
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
// const { resolve, sep } = require('path') | ||
// const fs = require('fs') | ||
const better_sqlite3_1 = tslib_1.__importDefault(require("better-sqlite3")); | ||
const better_sqlite3_1 = __importDefault(require("better-sqlite3")); | ||
const serialize = require('serialize-javascript'); | ||
@@ -8,0 +10,0 @@ const { get: _get, set: _set, has: _has, isNil, |
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
const vitest_1 = require("vitest"); | ||
const index_1 = tslib_1.__importDefault(require("./index")); | ||
const index_1 = __importDefault(require("./index")); | ||
(0, vitest_1.test)('init', () => { | ||
@@ -7,0 +9,0 @@ const init = new index_1.default({}); |
{ | ||
"name": "enmap", | ||
"version": "6.0.0-alpha-0.2", | ||
"version": "6.0.0-alpha-0.3", | ||
"description": "A simple database wrapper to make sqlite database interactions much easier for beginners, with additional array helper methods.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -6,3 +6,3 @@ { | ||
"target": "ESNext", | ||
"module": "commonjs", | ||
"module": "NodeNext", | ||
"lib": ["esnext"], | ||
@@ -9,0 +9,0 @@ "moduleResolution": "node", |
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
12451
309