drizzle-orm 1.0.0-beta.1-19a7308 → 1.0.0-beta.1-199e5ec
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 +49 -49
- package/pg-core/schema.cjs +2 -2
- package/pg-core/schema.cjs.map +1 -1
- package/pg-core/schema.d.cts +4 -1
- package/pg-core/schema.d.ts +4 -1
- package/pg-core/schema.js +2 -2
- package/pg-core/schema.js.map +1 -1
- package/version.cjs +1 -1
- package/version.d.cts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "drizzle-orm",
|
|
3
|
-
"version": "1.0.0-beta.1-
|
|
3
|
+
"version": "1.0.0-beta.1-199e5ec",
|
|
4
4
|
"description": "Drizzle ORM package for SQL databases",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -516,54 +516,6 @@
|
|
|
516
516
|
"types": "./view-common.d.ts",
|
|
517
517
|
"default": "./view-common.js"
|
|
518
518
|
},
|
|
519
|
-
"./bun-sql/driver": {
|
|
520
|
-
"import": {
|
|
521
|
-
"types": "./bun-sql/driver.d.ts",
|
|
522
|
-
"default": "./bun-sql/driver.js"
|
|
523
|
-
},
|
|
524
|
-
"require": {
|
|
525
|
-
"types": "./bun-sql/driver.d.cts",
|
|
526
|
-
"default": "./bun-sql/driver.cjs"
|
|
527
|
-
},
|
|
528
|
-
"types": "./bun-sql/driver.d.ts",
|
|
529
|
-
"default": "./bun-sql/driver.js"
|
|
530
|
-
},
|
|
531
|
-
"./bun-sql": {
|
|
532
|
-
"import": {
|
|
533
|
-
"types": "./bun-sql/index.d.ts",
|
|
534
|
-
"default": "./bun-sql/index.js"
|
|
535
|
-
},
|
|
536
|
-
"require": {
|
|
537
|
-
"types": "./bun-sql/index.d.cts",
|
|
538
|
-
"default": "./bun-sql/index.cjs"
|
|
539
|
-
},
|
|
540
|
-
"types": "./bun-sql/index.d.ts",
|
|
541
|
-
"default": "./bun-sql/index.js"
|
|
542
|
-
},
|
|
543
|
-
"./bun-sql/migrator": {
|
|
544
|
-
"import": {
|
|
545
|
-
"types": "./bun-sql/migrator.d.ts",
|
|
546
|
-
"default": "./bun-sql/migrator.js"
|
|
547
|
-
},
|
|
548
|
-
"require": {
|
|
549
|
-
"types": "./bun-sql/migrator.d.cts",
|
|
550
|
-
"default": "./bun-sql/migrator.cjs"
|
|
551
|
-
},
|
|
552
|
-
"types": "./bun-sql/migrator.d.ts",
|
|
553
|
-
"default": "./bun-sql/migrator.js"
|
|
554
|
-
},
|
|
555
|
-
"./bun-sql/session": {
|
|
556
|
-
"import": {
|
|
557
|
-
"types": "./bun-sql/session.d.ts",
|
|
558
|
-
"default": "./bun-sql/session.js"
|
|
559
|
-
},
|
|
560
|
-
"require": {
|
|
561
|
-
"types": "./bun-sql/session.d.cts",
|
|
562
|
-
"default": "./bun-sql/session.cjs"
|
|
563
|
-
},
|
|
564
|
-
"types": "./bun-sql/session.d.ts",
|
|
565
|
-
"default": "./bun-sql/session.js"
|
|
566
|
-
},
|
|
567
519
|
"./better-sqlite3/driver": {
|
|
568
520
|
"import": {
|
|
569
521
|
"types": "./better-sqlite3/driver.d.ts",
|
|
@@ -612,6 +564,54 @@
|
|
|
612
564
|
"types": "./better-sqlite3/session.d.ts",
|
|
613
565
|
"default": "./better-sqlite3/session.js"
|
|
614
566
|
},
|
|
567
|
+
"./bun-sql/driver": {
|
|
568
|
+
"import": {
|
|
569
|
+
"types": "./bun-sql/driver.d.ts",
|
|
570
|
+
"default": "./bun-sql/driver.js"
|
|
571
|
+
},
|
|
572
|
+
"require": {
|
|
573
|
+
"types": "./bun-sql/driver.d.cts",
|
|
574
|
+
"default": "./bun-sql/driver.cjs"
|
|
575
|
+
},
|
|
576
|
+
"types": "./bun-sql/driver.d.ts",
|
|
577
|
+
"default": "./bun-sql/driver.js"
|
|
578
|
+
},
|
|
579
|
+
"./bun-sql": {
|
|
580
|
+
"import": {
|
|
581
|
+
"types": "./bun-sql/index.d.ts",
|
|
582
|
+
"default": "./bun-sql/index.js"
|
|
583
|
+
},
|
|
584
|
+
"require": {
|
|
585
|
+
"types": "./bun-sql/index.d.cts",
|
|
586
|
+
"default": "./bun-sql/index.cjs"
|
|
587
|
+
},
|
|
588
|
+
"types": "./bun-sql/index.d.ts",
|
|
589
|
+
"default": "./bun-sql/index.js"
|
|
590
|
+
},
|
|
591
|
+
"./bun-sql/migrator": {
|
|
592
|
+
"import": {
|
|
593
|
+
"types": "./bun-sql/migrator.d.ts",
|
|
594
|
+
"default": "./bun-sql/migrator.js"
|
|
595
|
+
},
|
|
596
|
+
"require": {
|
|
597
|
+
"types": "./bun-sql/migrator.d.cts",
|
|
598
|
+
"default": "./bun-sql/migrator.cjs"
|
|
599
|
+
},
|
|
600
|
+
"types": "./bun-sql/migrator.d.ts",
|
|
601
|
+
"default": "./bun-sql/migrator.js"
|
|
602
|
+
},
|
|
603
|
+
"./bun-sql/session": {
|
|
604
|
+
"import": {
|
|
605
|
+
"types": "./bun-sql/session.d.ts",
|
|
606
|
+
"default": "./bun-sql/session.js"
|
|
607
|
+
},
|
|
608
|
+
"require": {
|
|
609
|
+
"types": "./bun-sql/session.d.cts",
|
|
610
|
+
"default": "./bun-sql/session.cjs"
|
|
611
|
+
},
|
|
612
|
+
"types": "./bun-sql/session.d.ts",
|
|
613
|
+
"default": "./bun-sql/session.js"
|
|
614
|
+
},
|
|
615
615
|
"./bun-sqlite/driver": {
|
|
616
616
|
"import": {
|
|
617
617
|
"types": "./bun-sqlite/driver.d.ts",
|
package/pg-core/schema.cjs
CHANGED
|
@@ -43,13 +43,13 @@ class PgSchema {
|
|
|
43
43
|
materializedView = (name, columns) => {
|
|
44
44
|
return (0, import_view.pgMaterializedViewWithSchema)(name, columns, this.schemaName);
|
|
45
45
|
};
|
|
46
|
-
enum
|
|
46
|
+
enum(enumName, input) {
|
|
47
47
|
return Array.isArray(input) ? (0, import_enum.pgEnumWithSchema)(
|
|
48
48
|
enumName,
|
|
49
49
|
[...input],
|
|
50
50
|
this.schemaName
|
|
51
51
|
) : (0, import_enum.pgEnumObjectWithSchema)(enumName, input, this.schemaName);
|
|
52
|
-
}
|
|
52
|
+
}
|
|
53
53
|
sequence = (name, options) => {
|
|
54
54
|
return (0, import_sequence.pgSequenceWithSchema)(name, options, this.schemaName);
|
|
55
55
|
};
|
package/pg-core/schema.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/pg-core/schema.ts"],"sourcesContent":["import { entityKind, is } from '~/entity.ts';\nimport { SQL, sql, type SQLWrapper } from '~/sql/sql.ts';\nimport { pgEnumObjectWithSchema, pgEnumWithSchema } from './columns/enum.ts';\nimport { type pgSequence, pgSequenceWithSchema } from './sequence.ts';\nimport { type PgTableFn, pgTableWithSchema } from './table.ts';\nimport { type pgMaterializedView, pgMaterializedViewWithSchema, type pgView, pgViewWithSchema } from './view.ts';\n\nexport class PgSchema<TName extends string = string> implements SQLWrapper {\n\tstatic readonly [entityKind]: string = 'PgSchema';\n\tconstructor(\n\t\tpublic readonly schemaName: TName,\n\t) {}\n\n\ttable: PgTableFn<TName> = ((name, columns, extraConfig) => {\n\t\treturn pgTableWithSchema(name, columns, extraConfig, this.schemaName);\n\t});\n\n\tview = ((name, columns) => {\n\t\treturn pgViewWithSchema(name, columns, this.schemaName);\n\t}) as typeof pgView;\n\n\tmaterializedView = ((name, columns) => {\n\t\treturn pgMaterializedViewWithSchema(name, columns, this.schemaName);\n\t}) as typeof pgMaterializedView;\n\n\tpublic enum
|
|
1
|
+
{"version":3,"sources":["../../src/pg-core/schema.ts"],"sourcesContent":["import { entityKind, is } from '~/entity.ts';\nimport { SQL, sql, type SQLWrapper } from '~/sql/sql.ts';\nimport type { NonArray, Writable } from '~/utils.ts';\nimport { type PgEnum, type PgEnumObject, pgEnumObjectWithSchema, pgEnumWithSchema } from './columns/enum.ts';\nimport { type pgSequence, pgSequenceWithSchema } from './sequence.ts';\nimport { type PgTableFn, pgTableWithSchema } from './table.ts';\nimport { type pgMaterializedView, pgMaterializedViewWithSchema, type pgView, pgViewWithSchema } from './view.ts';\n\nexport class PgSchema<TName extends string = string> implements SQLWrapper {\n\tstatic readonly [entityKind]: string = 'PgSchema';\n\tconstructor(\n\t\tpublic readonly schemaName: TName,\n\t) {}\n\n\ttable: PgTableFn<TName> = ((name, columns, extraConfig) => {\n\t\treturn pgTableWithSchema(name, columns, extraConfig, this.schemaName);\n\t});\n\n\tview = ((name, columns) => {\n\t\treturn pgViewWithSchema(name, columns, this.schemaName);\n\t}) as typeof pgView;\n\n\tmaterializedView = ((name, columns) => {\n\t\treturn pgMaterializedViewWithSchema(name, columns, this.schemaName);\n\t}) as typeof pgMaterializedView;\n\n\tpublic enum<U extends string, T extends Readonly<[U, ...U[]]>>(\n\t\tenumName: string,\n\t\tvalues: T | Writable<T>,\n\t): PgEnum<Writable<T>>;\n\n\tpublic enum<E extends Record<string, string>>(\n\t\tenumName: string,\n\t\tenumObj: NonArray<E>,\n\t): PgEnumObject<E>;\n\n\tpublic enum(enumName: any, input: any): any {\n\t\treturn Array.isArray(input)\n\t\t\t? pgEnumWithSchema(\n\t\t\t\tenumName,\n\t\t\t\t[...input] as [string, ...string[]],\n\t\t\t\tthis.schemaName,\n\t\t\t)\n\t\t\t: pgEnumObjectWithSchema(enumName, input, this.schemaName);\n\t}\n\n\tsequence: typeof pgSequence = ((name, options) => {\n\t\treturn pgSequenceWithSchema(name, options, this.schemaName);\n\t});\n\n\tgetSQL(): SQL {\n\t\treturn new SQL([sql.identifier(this.schemaName)]);\n\t}\n\n\tshouldOmitSQLParens(): boolean {\n\t\treturn true;\n\t}\n}\n\nexport function isPgSchema(obj: unknown): obj is PgSchema {\n\treturn is(obj, PgSchema);\n}\n\nexport function pgSchema<T extends string>(name: T) {\n\tif (name === 'public') {\n\t\tthrow new Error(\n\t\t\t`You can't specify 'public' as schema name. Postgres is using public schema by default. If you want to use 'public' schema, just use pgTable() instead of creating a schema`,\n\t\t);\n\t}\n\n\treturn new PgSchema(name);\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAA+B;AAC/B,iBAA0C;AAE1C,kBAAyF;AACzF,sBAAsD;AACtD,mBAAkD;AAClD,kBAAqG;AAE9F,MAAM,SAA8D;AAAA,EAE1E,YACiB,YACf;AADe;AAAA,EACd;AAAA,EAHH,QAAiB,wBAAU,IAAY;AAAA,EAKvC,QAA2B,CAAC,MAAM,SAAS,gBAAgB;AAC1D,eAAO,gCAAkB,MAAM,SAAS,aAAa,KAAK,UAAU;AAAA,EACrE;AAAA,EAEA,OAAQ,CAAC,MAAM,YAAY;AAC1B,eAAO,8BAAiB,MAAM,SAAS,KAAK,UAAU;AAAA,EACvD;AAAA,EAEA,mBAAoB,CAAC,MAAM,YAAY;AACtC,eAAO,0CAA6B,MAAM,SAAS,KAAK,UAAU;AAAA,EACnE;AAAA,EAYO,KAAK,UAAe,OAAiB;AAC3C,WAAO,MAAM,QAAQ,KAAK,QACvB;AAAA,MACD;AAAA,MACA,CAAC,GAAG,KAAK;AAAA,MACT,KAAK;AAAA,IACN,QACE,oCAAuB,UAAU,OAAO,KAAK,UAAU;AAAA,EAC3D;AAAA,EAEA,WAA+B,CAAC,MAAM,YAAY;AACjD,eAAO,sCAAqB,MAAM,SAAS,KAAK,UAAU;AAAA,EAC3D;AAAA,EAEA,SAAc;AACb,WAAO,IAAI,eAAI,CAAC,eAAI,WAAW,KAAK,UAAU,CAAC,CAAC;AAAA,EACjD;AAAA,EAEA,sBAA+B;AAC9B,WAAO;AAAA,EACR;AACD;AAEO,SAAS,WAAW,KAA+B;AACzD,aAAO,kBAAG,KAAK,QAAQ;AACxB;AAEO,SAAS,SAA2B,MAAS;AACnD,MAAI,SAAS,UAAU;AACtB,UAAM,IAAI;AAAA,MACT;AAAA,IACD;AAAA,EACD;AAEA,SAAO,IAAI,SAAS,IAAI;AACzB;","names":[]}
|
package/pg-core/schema.d.cts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { entityKind } from "../entity.cjs";
|
|
2
2
|
import { SQL, type SQLWrapper } from "../sql/sql.cjs";
|
|
3
|
+
import type { NonArray, Writable } from "../utils.cjs";
|
|
4
|
+
import { type PgEnum, type PgEnumObject } from "./columns/enum.cjs";
|
|
3
5
|
import { type pgSequence } from "./sequence.cjs";
|
|
4
6
|
import { type PgTableFn } from "./table.cjs";
|
|
5
7
|
import { type pgMaterializedView, type pgView } from "./view.cjs";
|
|
@@ -10,7 +12,8 @@ export declare class PgSchema<TName extends string = string> implements SQLWrapp
|
|
|
10
12
|
table: PgTableFn<TName>;
|
|
11
13
|
view: typeof pgView;
|
|
12
14
|
materializedView: typeof pgMaterializedView;
|
|
13
|
-
enum:
|
|
15
|
+
enum<U extends string, T extends Readonly<[U, ...U[]]>>(enumName: string, values: T | Writable<T>): PgEnum<Writable<T>>;
|
|
16
|
+
enum<E extends Record<string, string>>(enumName: string, enumObj: NonArray<E>): PgEnumObject<E>;
|
|
14
17
|
sequence: typeof pgSequence;
|
|
15
18
|
getSQL(): SQL;
|
|
16
19
|
shouldOmitSQLParens(): boolean;
|
package/pg-core/schema.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { entityKind } from "../entity.js";
|
|
2
2
|
import { SQL, type SQLWrapper } from "../sql/sql.js";
|
|
3
|
+
import type { NonArray, Writable } from "../utils.js";
|
|
4
|
+
import { type PgEnum, type PgEnumObject } from "./columns/enum.js";
|
|
3
5
|
import { type pgSequence } from "./sequence.js";
|
|
4
6
|
import { type PgTableFn } from "./table.js";
|
|
5
7
|
import { type pgMaterializedView, type pgView } from "./view.js";
|
|
@@ -10,7 +12,8 @@ export declare class PgSchema<TName extends string = string> implements SQLWrapp
|
|
|
10
12
|
table: PgTableFn<TName>;
|
|
11
13
|
view: typeof pgView;
|
|
12
14
|
materializedView: typeof pgMaterializedView;
|
|
13
|
-
enum:
|
|
15
|
+
enum<U extends string, T extends Readonly<[U, ...U[]]>>(enumName: string, values: T | Writable<T>): PgEnum<Writable<T>>;
|
|
16
|
+
enum<E extends Record<string, string>>(enumName: string, enumObj: NonArray<E>): PgEnumObject<E>;
|
|
14
17
|
sequence: typeof pgSequence;
|
|
15
18
|
getSQL(): SQL;
|
|
16
19
|
shouldOmitSQLParens(): boolean;
|
package/pg-core/schema.js
CHANGED
|
@@ -18,13 +18,13 @@ class PgSchema {
|
|
|
18
18
|
materializedView = (name, columns) => {
|
|
19
19
|
return pgMaterializedViewWithSchema(name, columns, this.schemaName);
|
|
20
20
|
};
|
|
21
|
-
enum
|
|
21
|
+
enum(enumName, input) {
|
|
22
22
|
return Array.isArray(input) ? pgEnumWithSchema(
|
|
23
23
|
enumName,
|
|
24
24
|
[...input],
|
|
25
25
|
this.schemaName
|
|
26
26
|
) : pgEnumObjectWithSchema(enumName, input, this.schemaName);
|
|
27
|
-
}
|
|
27
|
+
}
|
|
28
28
|
sequence = (name, options) => {
|
|
29
29
|
return pgSequenceWithSchema(name, options, this.schemaName);
|
|
30
30
|
};
|
package/pg-core/schema.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/pg-core/schema.ts"],"sourcesContent":["import { entityKind, is } from '~/entity.ts';\nimport { SQL, sql, type SQLWrapper } from '~/sql/sql.ts';\nimport { pgEnumObjectWithSchema, pgEnumWithSchema } from './columns/enum.ts';\nimport { type pgSequence, pgSequenceWithSchema } from './sequence.ts';\nimport { type PgTableFn, pgTableWithSchema } from './table.ts';\nimport { type pgMaterializedView, pgMaterializedViewWithSchema, type pgView, pgViewWithSchema } from './view.ts';\n\nexport class PgSchema<TName extends string = string> implements SQLWrapper {\n\tstatic readonly [entityKind]: string = 'PgSchema';\n\tconstructor(\n\t\tpublic readonly schemaName: TName,\n\t) {}\n\n\ttable: PgTableFn<TName> = ((name, columns, extraConfig) => {\n\t\treturn pgTableWithSchema(name, columns, extraConfig, this.schemaName);\n\t});\n\n\tview = ((name, columns) => {\n\t\treturn pgViewWithSchema(name, columns, this.schemaName);\n\t}) as typeof pgView;\n\n\tmaterializedView = ((name, columns) => {\n\t\treturn pgMaterializedViewWithSchema(name, columns, this.schemaName);\n\t}) as typeof pgMaterializedView;\n\n\tpublic enum
|
|
1
|
+
{"version":3,"sources":["../../src/pg-core/schema.ts"],"sourcesContent":["import { entityKind, is } from '~/entity.ts';\nimport { SQL, sql, type SQLWrapper } from '~/sql/sql.ts';\nimport type { NonArray, Writable } from '~/utils.ts';\nimport { type PgEnum, type PgEnumObject, pgEnumObjectWithSchema, pgEnumWithSchema } from './columns/enum.ts';\nimport { type pgSequence, pgSequenceWithSchema } from './sequence.ts';\nimport { type PgTableFn, pgTableWithSchema } from './table.ts';\nimport { type pgMaterializedView, pgMaterializedViewWithSchema, type pgView, pgViewWithSchema } from './view.ts';\n\nexport class PgSchema<TName extends string = string> implements SQLWrapper {\n\tstatic readonly [entityKind]: string = 'PgSchema';\n\tconstructor(\n\t\tpublic readonly schemaName: TName,\n\t) {}\n\n\ttable: PgTableFn<TName> = ((name, columns, extraConfig) => {\n\t\treturn pgTableWithSchema(name, columns, extraConfig, this.schemaName);\n\t});\n\n\tview = ((name, columns) => {\n\t\treturn pgViewWithSchema(name, columns, this.schemaName);\n\t}) as typeof pgView;\n\n\tmaterializedView = ((name, columns) => {\n\t\treturn pgMaterializedViewWithSchema(name, columns, this.schemaName);\n\t}) as typeof pgMaterializedView;\n\n\tpublic enum<U extends string, T extends Readonly<[U, ...U[]]>>(\n\t\tenumName: string,\n\t\tvalues: T | Writable<T>,\n\t): PgEnum<Writable<T>>;\n\n\tpublic enum<E extends Record<string, string>>(\n\t\tenumName: string,\n\t\tenumObj: NonArray<E>,\n\t): PgEnumObject<E>;\n\n\tpublic enum(enumName: any, input: any): any {\n\t\treturn Array.isArray(input)\n\t\t\t? pgEnumWithSchema(\n\t\t\t\tenumName,\n\t\t\t\t[...input] as [string, ...string[]],\n\t\t\t\tthis.schemaName,\n\t\t\t)\n\t\t\t: pgEnumObjectWithSchema(enumName, input, this.schemaName);\n\t}\n\n\tsequence: typeof pgSequence = ((name, options) => {\n\t\treturn pgSequenceWithSchema(name, options, this.schemaName);\n\t});\n\n\tgetSQL(): SQL {\n\t\treturn new SQL([sql.identifier(this.schemaName)]);\n\t}\n\n\tshouldOmitSQLParens(): boolean {\n\t\treturn true;\n\t}\n}\n\nexport function isPgSchema(obj: unknown): obj is PgSchema {\n\treturn is(obj, PgSchema);\n}\n\nexport function pgSchema<T extends string>(name: T) {\n\tif (name === 'public') {\n\t\tthrow new Error(\n\t\t\t`You can't specify 'public' as schema name. Postgres is using public schema by default. If you want to use 'public' schema, just use pgTable() instead of creating a schema`,\n\t\t);\n\t}\n\n\treturn new PgSchema(name);\n}\n"],"mappings":"AAAA,SAAS,YAAY,UAAU;AAC/B,SAAS,KAAK,WAA4B;AAE1C,SAAyC,wBAAwB,wBAAwB;AACzF,SAA0B,4BAA4B;AACtD,SAAyB,yBAAyB;AAClD,SAAkC,8BAA2C,wBAAwB;AAE9F,MAAM,SAA8D;AAAA,EAE1E,YACiB,YACf;AADe;AAAA,EACd;AAAA,EAHH,QAAiB,UAAU,IAAY;AAAA,EAKvC,QAA2B,CAAC,MAAM,SAAS,gBAAgB;AAC1D,WAAO,kBAAkB,MAAM,SAAS,aAAa,KAAK,UAAU;AAAA,EACrE;AAAA,EAEA,OAAQ,CAAC,MAAM,YAAY;AAC1B,WAAO,iBAAiB,MAAM,SAAS,KAAK,UAAU;AAAA,EACvD;AAAA,EAEA,mBAAoB,CAAC,MAAM,YAAY;AACtC,WAAO,6BAA6B,MAAM,SAAS,KAAK,UAAU;AAAA,EACnE;AAAA,EAYO,KAAK,UAAe,OAAiB;AAC3C,WAAO,MAAM,QAAQ,KAAK,IACvB;AAAA,MACD;AAAA,MACA,CAAC,GAAG,KAAK;AAAA,MACT,KAAK;AAAA,IACN,IACE,uBAAuB,UAAU,OAAO,KAAK,UAAU;AAAA,EAC3D;AAAA,EAEA,WAA+B,CAAC,MAAM,YAAY;AACjD,WAAO,qBAAqB,MAAM,SAAS,KAAK,UAAU;AAAA,EAC3D;AAAA,EAEA,SAAc;AACb,WAAO,IAAI,IAAI,CAAC,IAAI,WAAW,KAAK,UAAU,CAAC,CAAC;AAAA,EACjD;AAAA,EAEA,sBAA+B;AAC9B,WAAO;AAAA,EACR;AACD;AAEO,SAAS,WAAW,KAA+B;AACzD,SAAO,GAAG,KAAK,QAAQ;AACxB;AAEO,SAAS,SAA2B,MAAS;AACnD,MAAI,SAAS,UAAU;AACtB,UAAM,IAAI;AAAA,MACT;AAAA,IACD;AAAA,EACD;AAEA,SAAO,IAAI,SAAS,IAAI;AACzB;","names":[]}
|
package/version.cjs
CHANGED
package/version.d.cts
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED