@4players/odin-common 2.4.4 → 2.4.5

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.
@@ -5,8 +5,8 @@ export type LogOptions = {
5
5
  type?: LogType;
6
6
  };
7
7
  export type LogFilters = {
8
- projects: [];
9
- kind: [];
8
+ projects: string[];
9
+ kind: string[];
10
10
  };
11
11
  export declare class OdinError extends Error {
12
12
  message: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@4players/odin-common",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
4
4
  "description": "A collection of commonly used type definitions and utility functions across ODIN web projects",
5
5
  "author": "Josho Bleicker <josho.bleicker@4players.io> (https://www.4players.io)",
6
6
  "homepage": "https://www.4players.io",