@types/pouchdb-adapter-websql
Advanced tools
Comparing version 6.1.4 to 6.1.5
@@ -13,3 +13,3 @@ // Type definitions for pouchdb-adapter-websql 6.1 | ||
sqlite_plugin?: boolean | undefined; | ||
websql_encoding?: 'UTF-8' | 'UTF-16' | undefined; | ||
websql_encoding?: "UTF-8" | "UTF-16" | undefined; | ||
} | ||
@@ -19,4 +19,3 @@ } | ||
namespace AdapterWebSql { | ||
interface Configuration | ||
extends Configuration.LocalDatabaseConfiguration { | ||
interface Configuration extends Configuration.LocalDatabaseConfiguration { | ||
/** | ||
@@ -26,3 +25,3 @@ * Amount in MB to request for storage. | ||
size?: number | undefined; | ||
adapter: 'websql'; | ||
adapter: "websql"; | ||
} | ||
@@ -32,10 +31,9 @@ } | ||
interface Static { | ||
new<Content extends {}>(name: string | null, | ||
options: AdapterWebSql.Configuration): Database<Content>; | ||
new<Content extends {}>(name: string | null, options: AdapterWebSql.Configuration): Database<Content>; | ||
} | ||
} | ||
declare module 'pouchdb-adapter-websql' { | ||
declare module "pouchdb-adapter-websql" { | ||
const plugin: PouchDB.Plugin; | ||
export = plugin; | ||
} |
{ | ||
"name": "@types/pouchdb-adapter-websql", | ||
"version": "6.1.4", | ||
"version": "6.1.5", | ||
"description": "TypeScript definitions for pouchdb-adapter-websql", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb-adapter-websql", | ||
}, | ||
"typesPublisherContentHash": "2116f665e183631e1e2c8cccc2a17f488005af9a344455da8023ae1572360a6c", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "332af7b9e3296c265826c893fe213a733f4768f22cc09ddc71e9fbcb9dfed32e", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -23,3 +23,3 @@ # Installation | ||
sqlite_plugin?: boolean | undefined; | ||
websql_encoding?: 'UTF-8' | 'UTF-16' | undefined; | ||
websql_encoding?: "UTF-8" | "UTF-16" | undefined; | ||
} | ||
@@ -29,4 +29,3 @@ } | ||
namespace AdapterWebSql { | ||
interface Configuration | ||
extends Configuration.LocalDatabaseConfiguration { | ||
interface Configuration extends Configuration.LocalDatabaseConfiguration { | ||
/** | ||
@@ -36,3 +35,3 @@ * Amount in MB to request for storage. | ||
size?: number | undefined; | ||
adapter: 'websql'; | ||
adapter: "websql"; | ||
} | ||
@@ -42,8 +41,7 @@ } | ||
interface Static { | ||
new<Content extends {}>(name: string | null, | ||
options: AdapterWebSql.Configuration): Database<Content>; | ||
new<Content extends {}>(name: string | null, options: AdapterWebSql.Configuration): Database<Content>; | ||
} | ||
} | ||
declare module 'pouchdb-adapter-websql' { | ||
declare module "pouchdb-adapter-websql" { | ||
const plugin: PouchDB.Plugin; | ||
@@ -56,3 +54,3 @@ export = plugin; | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 20:19:47 GMT | ||
* Last updated: Sun, 24 Sep 2023 06:37:28 GMT | ||
* Dependencies: [@types/pouchdb-core](https://npmjs.com/package/@types/pouchdb-core) | ||
@@ -59,0 +57,0 @@ * Global values: none |
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
5433
30
56