@shipfox/annotations 12.0.0 → 12.2.0
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/.turbo/turbo-build.log
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$ shipfox-swc
|
|
2
|
-
Successfully compiled: 17 files with swc (
|
|
2
|
+
Successfully compiled: 17 files with swc (382.11ms)
|
package/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../src/core/errors.ts"],"names":[],"mappings":"AAAA,qBAAa,2BAA4B,SAAQ,KAAK;aACxB,QAAQ,EAAE,MAAM;
|
|
1
|
+
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../src/core/errors.ts"],"names":[],"mappings":"AAAA,qBAAa,2BAA4B,SAAQ,KAAK;aACxB,QAAQ,EAAE,MAAM;IAA5C,YAA4B,QAAQ,EAAE,MAAM,EAG3C;CACF;AAED,qBAAa,iCAAkC,SAAQ,KAAK;aAC9B,cAAc,EAAE,MAAM;IAAlD,YAA4B,cAAc,EAAE,MAAM,EAGjD;CACF;AAED,qBAAa,sCAAuC,SAAQ,KAAK;aACnC,QAAQ,EAAE,MAAM;IAA5C,YAA4B,QAAQ,EAAE,MAAM,EAG3C;CACF"}
|
package/dist/db/db.d.ts
CHANGED
|
@@ -196,7 +196,7 @@ export declare const schema: {
|
|
|
196
196
|
tableName: "annotations";
|
|
197
197
|
dataType: "string";
|
|
198
198
|
columnType: "PgEnumColumn";
|
|
199
|
-
data: "default" | "
|
|
199
|
+
data: "default" | "error" | "info" | "success" | "warning";
|
|
200
200
|
driverParam: string;
|
|
201
201
|
notNull: true;
|
|
202
202
|
hasDefault: true;
|
|
@@ -294,7 +294,7 @@ export declare const schema: {
|
|
|
294
294
|
generated: undefined;
|
|
295
295
|
}, {}, {}>;
|
|
296
296
|
};
|
|
297
|
-
dialect:
|
|
297
|
+
dialect: 'pg';
|
|
298
298
|
}>;
|
|
299
299
|
};
|
|
300
300
|
export type Database = NodePgDatabase<typeof schema>;
|
|
@@ -196,7 +196,7 @@ export declare const annotations: import("drizzle-orm/pg-core").PgTableWithColum
|
|
|
196
196
|
tableName: "annotations";
|
|
197
197
|
dataType: "string";
|
|
198
198
|
columnType: "PgEnumColumn";
|
|
199
|
-
data: "default" | "
|
|
199
|
+
data: "default" | "error" | "info" | "success" | "warning";
|
|
200
200
|
driverParam: string;
|
|
201
201
|
notNull: true;
|
|
202
202
|
hasDefault: true;
|
|
@@ -294,7 +294,7 @@ export declare const annotations: import("drizzle-orm/pg-core").PgTableWithColum
|
|
|
294
294
|
generated: undefined;
|
|
295
295
|
}, {}, {}>;
|
|
296
296
|
};
|
|
297
|
-
dialect:
|
|
297
|
+
dialect: 'pg';
|
|
298
298
|
}>;
|
|
299
299
|
export type AnnotationDb = typeof annotations.$inferSelect;
|
|
300
300
|
export type AnnotationCreateDb = typeof annotations.$inferInsert;
|