@hocuspocus/extension-sqlite
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
import { Database } from '@hocuspocus/extension-database'; | ||
import sqlite3 from 'sqlite3'; | ||
import chalk from 'chalk'; | ||
import kleur from 'kleur'; | ||
@@ -44,3 +44,3 @@ class SQLite extends Database { | ||
async onListen() { | ||
console.warn(` ${chalk.yellow('The SQLite extension is intended to be used in a local development environment, not in a production environment.')}`); | ||
console.warn(` ${kleur.yellow('The SQLite extension is intended to be used in a local development environment, not in a production environment.')}`); | ||
console.log(); | ||
@@ -47,0 +47,0 @@ } |
{ | ||
"name": "@hocuspocus/extension-sqlite", | ||
"description": "a generic Hocuspocus persistence driver for the sqlite", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"homepage": "https://hocuspocus.dev", | ||
@@ -29,4 +29,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@hocuspocus/extension-database": "^1.0.0-alpha.3", | ||
"chalk": "^5.0.0", | ||
"@hocuspocus/extension-database": "^1.0.0-alpha.4", | ||
"kleur": "^4.1.4", | ||
"sqlite3": "^5.0.2" | ||
@@ -40,3 +40,3 @@ }, | ||
}, | ||
"gitHead": "87b715d1d28c603702879f4413c17d2c4a38c51a" | ||
"gitHead": "b3454a4ca289a84ddfb7fa5607a2d4b8d5c37e9d" | ||
} |
import { Database, DatabaseConfiguration } from '@hocuspocus/extension-database' | ||
import sqlite3 from 'sqlite3' | ||
import chalk from 'chalk' | ||
import kleur from 'kleur' | ||
@@ -63,3 +63,3 @@ export interface SQLiteConfiguration extends DatabaseConfiguration { | ||
async onListen() { | ||
console.warn(` ${chalk.yellow('The SQLite extension is intended to be used in a local development environment, not in a production environment.')}`) | ||
console.warn(` ${kleur.yellow('The SQLite extension is intended to be used in a local development environment, not in a production environment.')}`) | ||
console.log() | ||
@@ -66,0 +66,0 @@ } |
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
+ Addedkleur@^4.1.4
- Removedchalk@^5.0.0
- Removedchalk@5.4.1(transitive)