@payloadcms/db-d1-sqlite 4.0.0-internal.5b1e7cd → 4.0.0-internal.5d5a2b2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/db-d1-sqlite",
|
|
3
|
-
"version": "4.0.0-internal.
|
|
3
|
+
"version": "4.0.0-internal.5d5a2b2",
|
|
4
4
|
"description": "The officially supported D1 SQLite database adapter for Payload",
|
|
5
5
|
"homepage": "https://payloadcms.com",
|
|
6
6
|
"repository": {
|
|
@@ -24,11 +24,6 @@
|
|
|
24
24
|
"require": "./dist/index.js",
|
|
25
25
|
"types": "./dist/index.d.ts"
|
|
26
26
|
},
|
|
27
|
-
"./types": {
|
|
28
|
-
"import": "./dist/exports/types-deprecated.js",
|
|
29
|
-
"require": "./dist/exports/types-deprecated.js",
|
|
30
|
-
"types": "./dist/exports/types-deprecated.d.ts"
|
|
31
|
-
},
|
|
32
27
|
"./migration-utils": {
|
|
33
28
|
"import": "./dist/exports/migration-utils.js",
|
|
34
29
|
"require": "./dist/exports/migration-utils.js",
|
|
@@ -62,22 +57,22 @@
|
|
|
62
57
|
"mock.js"
|
|
63
58
|
],
|
|
64
59
|
"dependencies": {
|
|
65
|
-
"console-table-printer": "2.
|
|
60
|
+
"console-table-printer": "2.15.0",
|
|
66
61
|
"drizzle-kit": "0.31.7",
|
|
67
62
|
"drizzle-orm": "0.45.2",
|
|
68
63
|
"prompts": "2.4.2",
|
|
69
64
|
"to-snake-case": "1.0.0",
|
|
70
|
-
"uuid": "
|
|
71
|
-
"@payloadcms/drizzle": "4.0.0-internal.
|
|
65
|
+
"uuid": "14.0.0",
|
|
66
|
+
"@payloadcms/drizzle": "4.0.0-internal.5d5a2b2"
|
|
72
67
|
},
|
|
73
68
|
"devDependencies": {
|
|
74
69
|
"@types/pg": "8.20.0",
|
|
75
70
|
"@types/to-snake-case": "1.0.0",
|
|
76
|
-
"payload": "4.0.0-internal.
|
|
71
|
+
"payload": "4.0.0-internal.5d5a2b2",
|
|
77
72
|
"@payloadcms/eslint-config": "3.28.0"
|
|
78
73
|
},
|
|
79
74
|
"peerDependencies": {
|
|
80
|
-
"payload": "4.0.0-internal.
|
|
75
|
+
"payload": "4.0.0-internal.5d5a2b2"
|
|
81
76
|
},
|
|
82
77
|
"scripts": {
|
|
83
78
|
"build": "pnpm build:swc && pnpm build:types",
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import type { Args as _Args, CountDistinct as _CountDistinct, DeleteWhere as _DeleteWhere, DropDatabase as _DropDatabase, Execute as _Execute, GeneratedDatabaseSchema as _GeneratedDatabaseSchema, GenericColumns as _GenericColumns, GenericRelation as _GenericRelation, GenericTable as _GenericTable, IDType as _IDType, Insert as _Insert, MigrateDownArgs as _MigrateDownArgs, MigrateUpArgs as _MigrateUpArgs, SQLiteD1Adapter as _SQLiteAdapter, SQLiteSchemaHook as _SQLiteSchemaHook } from '../types.js';
|
|
2
|
-
/**
|
|
3
|
-
* @deprecated - import from `@payloadcms/db-sqlite` instead
|
|
4
|
-
*/
|
|
5
|
-
export type SQLiteAdapter = _SQLiteAdapter;
|
|
6
|
-
/**
|
|
7
|
-
* @deprecated - import from `@payloadcms/db-sqlite` instead
|
|
8
|
-
*/
|
|
9
|
-
export type Args = _Args;
|
|
10
|
-
/**
|
|
11
|
-
* @deprecated - import from `@payloadcms/db-sqlite` instead
|
|
12
|
-
*/
|
|
13
|
-
export type CountDistinct = _CountDistinct;
|
|
14
|
-
/**
|
|
15
|
-
* @deprecated - import from `@payloadcms/db-sqlite` instead
|
|
16
|
-
*/
|
|
17
|
-
export type DeleteWhere = _DeleteWhere;
|
|
18
|
-
/**
|
|
19
|
-
* @deprecated - import from `@payloadcms/db-sqlite` instead
|
|
20
|
-
*/
|
|
21
|
-
export type DropDatabase = _DropDatabase;
|
|
22
|
-
/**
|
|
23
|
-
* @deprecated - import from `@payloadcms/db-sqlite` instead
|
|
24
|
-
*/
|
|
25
|
-
export type Execute<T> = _Execute<T>;
|
|
26
|
-
/**
|
|
27
|
-
* @deprecated - import from `@payloadcms/db-sqlite` instead
|
|
28
|
-
*/
|
|
29
|
-
export type GeneratedDatabaseSchema = _GeneratedDatabaseSchema;
|
|
30
|
-
/**
|
|
31
|
-
* @deprecated - import from `@payloadcms/db-sqlite` instead
|
|
32
|
-
*/
|
|
33
|
-
export type GenericColumns = _GenericColumns;
|
|
34
|
-
/**
|
|
35
|
-
* @deprecated - import from `@payloadcms/db-sqlite` instead
|
|
36
|
-
*/
|
|
37
|
-
export type GenericRelation = _GenericRelation;
|
|
38
|
-
/**
|
|
39
|
-
* @deprecated - import from `@payloadcms/db-sqlite` instead
|
|
40
|
-
*/
|
|
41
|
-
export type GenericTable = _GenericTable;
|
|
42
|
-
/**
|
|
43
|
-
* @deprecated - import from `@payloadcms/db-sqlite` instead
|
|
44
|
-
*/
|
|
45
|
-
export type IDType = _IDType;
|
|
46
|
-
/**
|
|
47
|
-
* @deprecated - import from `@payloadcms/db-sqlite` instead
|
|
48
|
-
*/
|
|
49
|
-
export type Insert = _Insert;
|
|
50
|
-
/**
|
|
51
|
-
* @deprecated - import from `@payloadcms/db-sqlite` instead
|
|
52
|
-
*/
|
|
53
|
-
export type MigrateDownArgs = _MigrateDownArgs;
|
|
54
|
-
/**
|
|
55
|
-
* @deprecated - import from `@payloadcms/db-sqlite` instead
|
|
56
|
-
*/
|
|
57
|
-
export type MigrateUpArgs = _MigrateUpArgs;
|
|
58
|
-
/**
|
|
59
|
-
* @deprecated - import from `@payloadcms/db-sqlite` instead
|
|
60
|
-
*/
|
|
61
|
-
export type SQLiteSchemaHook = _SQLiteSchemaHook;
|
|
62
|
-
//# sourceMappingURL=types-deprecated.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types-deprecated.d.ts","sourceRoot":"","sources":["../../src/exports/types-deprecated.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,IAAI,IAAI,KAAK,EACb,aAAa,IAAI,cAAc,EAC/B,WAAW,IAAI,YAAY,EAC3B,YAAY,IAAI,aAAa,EAC7B,OAAO,IAAI,QAAQ,EACnB,uBAAuB,IAAI,wBAAwB,EACnD,cAAc,IAAI,eAAe,EACjC,eAAe,IAAI,gBAAgB,EACnC,YAAY,IAAI,aAAa,EAC7B,MAAM,IAAI,OAAO,EACjB,MAAM,IAAI,OAAO,EACjB,eAAe,IAAI,gBAAgB,EACnC,aAAa,IAAI,cAAc,EAC/B,eAAe,IAAI,cAAc,EACjC,gBAAgB,IAAI,iBAAiB,EACtC,MAAM,aAAa,CAAA;AAEpB;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,cAAc,CAAA;AAE1C;;GAEG;AACH,MAAM,MAAM,IAAI,GAAG,KAAK,CAAA;AACxB;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,cAAc,CAAA;AAC1C;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,YAAY,CAAA;AACtC;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,aAAa,CAAA;AACxC;;GAEG;AACH,MAAM,MAAM,OAAO,CAAC,CAAC,IAAI,QAAQ,CAAC,CAAC,CAAC,CAAA;AACpC;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,wBAAwB,CAAA;AAC9D;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,eAAe,CAAA;AAC5C;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,gBAAgB,CAAA;AAC9C;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,aAAa,CAAA;AACxC;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,OAAO,CAAA;AAC5B;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,OAAO,CAAA;AAC5B;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,gBAAgB,CAAA;AAC9C;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,cAAc,CAAA;AAC1C;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,iBAAiB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/exports/types-deprecated.ts"],"sourcesContent":["import type {\n Args as _Args,\n CountDistinct as _CountDistinct,\n DeleteWhere as _DeleteWhere,\n DropDatabase as _DropDatabase,\n Execute as _Execute,\n GeneratedDatabaseSchema as _GeneratedDatabaseSchema,\n GenericColumns as _GenericColumns,\n GenericRelation as _GenericRelation,\n GenericTable as _GenericTable,\n IDType as _IDType,\n Insert as _Insert,\n MigrateDownArgs as _MigrateDownArgs,\n MigrateUpArgs as _MigrateUpArgs,\n SQLiteD1Adapter as _SQLiteAdapter,\n SQLiteSchemaHook as _SQLiteSchemaHook,\n} from '../types.js'\n\n/**\n * @deprecated - import from `@payloadcms/db-sqlite` instead\n */\nexport type SQLiteAdapter = _SQLiteAdapter\n\n/**\n * @deprecated - import from `@payloadcms/db-sqlite` instead\n */\nexport type Args = _Args\n/**\n * @deprecated - import from `@payloadcms/db-sqlite` instead\n */\nexport type CountDistinct = _CountDistinct\n/**\n * @deprecated - import from `@payloadcms/db-sqlite` instead\n */\nexport type DeleteWhere = _DeleteWhere\n/**\n * @deprecated - import from `@payloadcms/db-sqlite` instead\n */\nexport type DropDatabase = _DropDatabase\n/**\n * @deprecated - import from `@payloadcms/db-sqlite` instead\n */\nexport type Execute<T> = _Execute<T>\n/**\n * @deprecated - import from `@payloadcms/db-sqlite` instead\n */\nexport type GeneratedDatabaseSchema = _GeneratedDatabaseSchema\n/**\n * @deprecated - import from `@payloadcms/db-sqlite` instead\n */\nexport type GenericColumns = _GenericColumns\n/**\n * @deprecated - import from `@payloadcms/db-sqlite` instead\n */\nexport type GenericRelation = _GenericRelation\n/**\n * @deprecated - import from `@payloadcms/db-sqlite` instead\n */\nexport type GenericTable = _GenericTable\n/**\n * @deprecated - import from `@payloadcms/db-sqlite` instead\n */\nexport type IDType = _IDType\n/**\n * @deprecated - import from `@payloadcms/db-sqlite` instead\n */\nexport type Insert = _Insert\n/**\n * @deprecated - import from `@payloadcms/db-sqlite` instead\n */\nexport type MigrateDownArgs = _MigrateDownArgs\n/**\n * @deprecated - import from `@payloadcms/db-sqlite` instead\n */\nexport type MigrateUpArgs = _MigrateUpArgs\n/**\n * @deprecated - import from `@payloadcms/db-sqlite` instead\n */\nexport type SQLiteSchemaHook = _SQLiteSchemaHook\n"],"names":[],"mappings":"AA2EA;;CAEC,GACD,WAAgD"}
|