@loomcore/api 0.1.120 → 0.1.123
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,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IAddressModel } from '@loomcore/common/models';
|
|
2
2
|
declare function standardizeField(field: string | undefined | null): string | null;
|
|
3
|
-
declare function getSingleLineAddress(address:
|
|
4
|
-
declare function addFormattedAddress(address:
|
|
3
|
+
declare function getSingleLineAddress(address: IAddressModel): string | null;
|
|
4
|
+
declare function addFormattedAddress(address: IAddressModel): IAddressModel;
|
|
5
5
|
export declare const addressUtils: {
|
|
6
6
|
getSingleLineAddress: typeof getSingleLineAddress;
|
|
7
7
|
standardizeField: typeof standardizeField;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loomcore/api",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.123",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Loom Core Api - An opinionated Node.js api using Typescript, Express, and MongoDb or PostgreSQL",
|
|
6
6
|
"scripts": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"qs": "^6.15.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"@loomcore/common": "^0.0.
|
|
61
|
+
"@loomcore/common": "^0.0.58",
|
|
62
62
|
"@sinclair/typebox": "0.34.33",
|
|
63
63
|
"cookie-parser": "^1.4.6",
|
|
64
64
|
"cors": "^2.8.5",
|