@punks/backend-core 0.0.68 → 0.0.69

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.
@@ -7,3 +7,4 @@ export declare const subtractTime: (date: Date, offset: {
7
7
  value: number;
8
8
  unit: TimeUnit;
9
9
  }) => Date;
10
+ export declare function floorDateToSecond(date: Date): Date;
@@ -1,6 +1,7 @@
1
1
  export declare function serializeQueryString(obj: {
2
2
  [key: string]: any;
3
3
  }): string;
4
+ export declare const joinUrl: (base: string, path: string) => string;
4
5
  export declare const buildUrl: (path: string, query: {
5
6
  [key: string]: any;
6
7
  }) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-core",
3
- "version": "0.0.68",
3
+ "version": "0.0.69",
4
4
  "description": "WebPunks Backend Core",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",