Comparing version 0.6.11 to 0.6.12
@@ -1,2 +0,2 @@ | ||
import type { DbConstructor } from '../types/lib'; | ||
import type { DbConstructor } from '@e-mc/types/lib'; | ||
@@ -3,0 +3,0 @@ declare const Db: DbConstructor; |
{ | ||
"name": "@e-mc/db", | ||
"version": "0.6.11", | ||
"version": "0.6.12", | ||
"description": "DB modules for E-mc.", | ||
@@ -23,6 +23,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@e-mc/core": "0.6.11", | ||
"@e-mc/request": "0.6.11", | ||
"@e-mc/types": "0.6.11" | ||
"@e-mc/core": "0.6.12", | ||
"@e-mc/request": "0.6.12", | ||
"@e-mc/types": "0.6.12" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import type { DbPoolConstructor } from '../types/lib/db'; | ||
import type { DbPoolConstructor } from '@e-mc/types/lib/db'; | ||
@@ -3,0 +3,0 @@ declare const DbPool: DbPoolConstructor; |
@@ -1,5 +0,5 @@ | ||
import type { DbDataSource } from '../../types/lib/squared'; | ||
import type { DbDataSource } from '@e-mc/types/lib/squared'; | ||
import type { IDb } from '../../types/lib'; | ||
import type { BatchQueryResult, ExecuteBatchQueryOptions, ExecuteQueryOptions, QueryResult } from '../../types/lib/db'; | ||
import type { IDb } from '@e-mc/types/lib'; | ||
import type { BatchQueryResult, ExecuteBatchQueryOptions, ExecuteQueryOptions, QueryResult } from '@e-mc/types/lib/db'; | ||
@@ -6,0 +6,0 @@ export interface IDbSourceClient<T extends DbDataSource = DbDataSource> { |
@@ -1,4 +0,4 @@ | ||
import type { DbDataSource } from '../types/lib/squared'; | ||
import type { DbDataSource } from '@e-mc/types/lib/squared'; | ||
import type { SQL_COMMAND, DbConnection, ServerAuth } from '../types/lib/db'; | ||
import type { SQL_COMMAND, DbConnection, ServerAuth } from '@e-mc/types/lib/db'; | ||
@@ -5,0 +5,0 @@ declare namespace util { |
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
22962
+ Added@e-mc/core@0.6.12(transitive)
+ Added@e-mc/module@0.6.12(transitive)
+ Added@e-mc/request@0.6.12(transitive)
+ Added@e-mc/types@0.6.12(transitive)
- Removed@e-mc/core@0.6.11(transitive)
- Removed@e-mc/module@0.6.11(transitive)
- Removed@e-mc/request@0.6.11(transitive)
- Removed@e-mc/types@0.6.11(transitive)
Updated@e-mc/core@0.6.12
Updated@e-mc/request@0.6.12
Updated@e-mc/types@0.6.12