@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.
@@ -1,2 +1,2 @@
1
1
  $ shipfox-swc
2
- Successfully compiled: 17 files with swc (226.52ms)
2
+ Successfully compiled: 17 files with swc (382.11ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @shipfox/annotations
2
2
 
3
+ ## 12.2.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @shipfox/node-fastify@0.4.2
8
+ - @shipfox/node-module@1.0.6
9
+ - @shipfox/api-auth-context@12.2.0
10
+
3
11
  ## 12.0.0
4
12
 
5
13
  ### Patch Changes
@@ -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;gBAAhB,QAAQ,EAAE,MAAM;CAI7C;AAED,qBAAa,iCAAkC,SAAQ,KAAK;aAC9B,cAAc,EAAE,MAAM;gBAAtB,cAAc,EAAE,MAAM;CAInD;AAED,qBAAa,sCAAuC,SAAQ,KAAK;aACnC,QAAQ,EAAE,MAAM;gBAAhB,QAAQ,EAAE,MAAM;CAI7C"}
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" | "info" | "success" | "warning" | "error";
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: "pg";
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" | "info" | "success" | "warning" | "error";
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: "pg";
297
+ dialect: 'pg';
298
298
  }>;
299
299
  export type AnnotationDb = typeof annotations.$inferSelect;
300
300
  export type AnnotationCreateDb = typeof annotations.$inferInsert;