Comparing version 5.1.0-pre1 to 5.1.1
@@ -1,2 +0,2 @@ | ||
import type * as sqlite3 from 'sqlite3'; | ||
import * as sqlite3 from 'sqlite3'; | ||
import { ISqlite, IMigrate } from './interfaces'; | ||
@@ -3,0 +3,0 @@ import { Statement } from './Statement'; |
"use strict"; | ||
/// <reference types="sqlite3" /> | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -4,0 +3,0 @@ exports.Database = void 0; |
@@ -1,2 +0,2 @@ | ||
import type * as sqlite3 from 'sqlite3'; | ||
import * as sqlite3 from 'sqlite3'; | ||
import { Statement } from './Statement'; | ||
@@ -3,0 +3,0 @@ import { Database } from './Database'; |
"use strict"; | ||
/// <reference types="sqlite3" /> | ||
/// <reference types="./vendor-typings/sqlite3" /> | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -4,0 +4,0 @@ exports.Database = exports.Statement = exports.open = void 0; |
@@ -1,2 +0,2 @@ | ||
import type * as sqlite3 from 'sqlite3'; | ||
import * as sqlite3 from 'sqlite3'; | ||
import { Statement } from './Statement'; | ||
@@ -3,0 +3,0 @@ export declare namespace ISqlite { |
"use strict"; | ||
/// <reference types="sqlite3" /> | ||
/// <reference types="./vendor-typings/sqlite3" /> | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=interfaces.js.map |
@@ -1,2 +0,2 @@ | ||
import type * as sqlite from 'sqlite3'; | ||
import * as sqlite from 'sqlite3'; | ||
import { ISqlite } from './interfaces'; | ||
@@ -3,0 +3,0 @@ /** |
"use strict"; | ||
/// <reference types="sqlite3" /> | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -4,0 +3,0 @@ exports.Statement = void 0; |
@@ -0,1 +1,7 @@ | ||
## 5.1.1 - Wed Nov 01 2023 23:59:09 | ||
**Contributor:** Theo Gravity | ||
- Update vendor typings to use sqlite3 (#176) | ||
## 5.0.1 - Tue Jul 11 2023 17:36:14 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "sqlite", | ||
"version": "5.1.0-pre1", | ||
"version": "5.1.1", | ||
"description": "SQLite client for Node.js applications with SQL-based migrations API written in Typescript", | ||
@@ -14,3 +14,3 @@ "main": "build/index.js", | ||
"scripts": { | ||
"build": "npm run build:clean && npm run compile && cp -R src/index.mjs build", | ||
"build": "npm run build:clean && npm run compile && cp -R src/index.mjs src/vendor-typings build", | ||
"build:docs": "typedoc --options typedoc.js --plugin typedoc-plugin-markdown src/ --out docs", | ||
@@ -17,0 +17,0 @@ "build:clean": "rm -rf build/*", |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
98478
27
1273
0
129755