@punks/backend-core 0.0.33 → 0.0.34

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,4 +1,4 @@
1
1
  export declare const addTime: (date: Date, offset: {
2
2
  value: number;
3
- unit: "year" | "month" | "day" | "hour" | "minute" | "second";
3
+ unit: "years" | "months" | "days" | "hours" | "minutes" | "seconds";
4
4
  }) => Date;
package/dist/index.d.ts CHANGED
@@ -98,7 +98,7 @@ declare const subArrays: <T>(array1: T[], array2: T[], eqFn: (a: T, b: T) => boo
98
98
 
99
99
  declare const addTime: (date: Date, offset: {
100
100
  value: number;
101
- unit: "year" | "month" | "day" | "hour" | "minute" | "second";
101
+ unit: "years" | "months" | "days" | "hours" | "minutes" | "seconds";
102
102
  }) => Date;
103
103
 
104
104
  declare const csvParse: (data: string | string[] | Buffer, separator?: string) => Record<string, any>[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-core",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "description": "WebPunks Backend Core",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",