Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wsaffran committed Jan 26, 2022
1 parent 9a8d9d9 commit f73277c
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 7 deletions.
2 changes: 2 additions & 0 deletions dist/constants.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ export declare const DATE_FORMATS: {
date: string;
date_at_time: string;
date_value: string;
written_date: string;
written_date_abbreviated: string;
};
export declare const CENT_DECIMAL: Decimal;
export declare const RE_ALPHA: RegExp;
Expand Down
4 changes: 3 additions & 1 deletion 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.

4 changes: 3 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.5.0",
"version": "1.5.1",
"description": "Standardization of small utilities across Mighty",
"main": "dist/index.js",
"module": "dist/tester.esm.js",
Expand Down

0 comments on commit f73277c

Please sign in to comment.