slite-change
Advanced tools
Comparing version 1.1.3-2 to 1.1.3-3
{ | ||
"name": "slite-change", | ||
"version": "1.1.3-2", | ||
"version": "1.1.3-3", | ||
"description": "A simple change management system for SQLite3 written in pure JavaScript/TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/slite-change.js", |
@@ -23,3 +23,3 @@ "use strict"; | ||
*/ | ||
class SliteChange { | ||
export class SliteChange { | ||
public Fs: unknown; | ||
@@ -229,3 +229,3 @@ public Sql: typeof sqlite.Database; | ||
export = SliteChange; | ||
// export = SliteChange; | ||
//export * as SliteChange; |
import { resolve } from "path/posix"; | ||
import { isTypedArray } from "util/types"; | ||
import SliteChange from '../src/slite-change'; | ||
import { SliteChange } from '../src/slite-change'; | ||
@@ -5,0 +5,0 @@ const assert = require('assert'); |
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
37352