Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wsaffran committed Nov 5, 2020
1 parent c3e58ed commit 1635678
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions dist/formatting.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ export declare function toKey(dict: {
}): string;
export declare function formatAddress(address?: IAddress | null): string;
export declare function formatAddressMultiline(address?: IAddress | null): any;
export declare function stringToHTML(string: string): any;
4 changes: 4 additions & 0 deletions dist/utils.cjs.development.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/utils.cjs.development.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/utils.cjs.production.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/utils.cjs.production.min.js.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/utils.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/utils.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mighty-justice/utils",
"version": "1.4.1",
"version": "1.4.2",
"description": "Standardization of small utilities across Mighty",
"main": "dist/index.js",
"module": "dist/tester.esm.js",
Expand Down

0 comments on commit 1635678

Please sign in to comment.