@punks/backend-core 0.0.57 → 0.0.58

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.
@@ -2,3 +2,4 @@ export declare const joinPath: (...paths: string[]) => string;
2
2
  export declare const splitPath: (filePath: string) => string[];
3
3
  export declare const ensureDirectory: (path: string) => void;
4
4
  export declare const getDirectoryPath: (filePath: string) => string;
5
+ export declare const createDayPath: (d: Date, separator?: string) => string;
@@ -2,3 +2,4 @@ export declare const joinPath: (...paths: string[]) => string;
2
2
  export declare const splitPath: (filePath: string) => string[];
3
3
  export declare const ensureDirectory: (path: string) => void;
4
4
  export declare const getDirectoryPath: (filePath: string) => string;
5
+ export declare const createDayPath: (d: Date, separator?: string) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-core",
3
- "version": "0.0.57",
3
+ "version": "0.0.58",
4
4
  "description": "WebPunks Backend Core",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",