slite-change
Advanced tools
Comparing version 1.1.3-5 to 1.1.3-6
{ | ||
"name": "slite-change", | ||
"version": "1.1.3-5", | ||
"version": "1.1.3-6", | ||
"description": "A simple change management system for SQLite3 written in pure JavaScript/TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/slite-change.js", |
@@ -9,8 +9,8 @@ "use strict"; | ||
export class CallStack { | ||
public id: number; | ||
public previous: number; | ||
public author: string; | ||
public sql: string; | ||
public file: string; | ||
export interface CallStack { | ||
id: number; | ||
previous: number; | ||
author: string; | ||
sql: string; | ||
file: string; | ||
}; | ||
@@ -17,0 +17,0 @@ |
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
37362