Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian authored Jan 6, 2024
1 parent 32bf4ff commit 6052403
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@sentry/tracing": "^7.82.0",
"ajv": "^8.12.0",
"colord": "^2.9.3",
"debounce-fn": "github:julusian/debounce-fn#4.0.0-maxWaithack.0",
"ejson": "^2.2.3",
"eventemitter3": "^4.0.7",
"mimic-fn": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/module-api/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export namespace Regex {
export const BOOLEAN = '/^(true|false|0|1)$/i'
export const PORT =
'/^([1-9]|[1-8][0-9]|9[0-9]|[1-8][0-9]{2}|9[0-8][0-9]|99[0-9]|[1-8][0-9]{3}|9[0-8][0-9]{2}|99[0-8][0-9]|999[0-9]|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-4])$/'
export const MAC = '/^(?:[a-fA-F0-9]{2}\:){5}([a-fA-F0-9]{2})$/'
export const MAC_ADDRESS = '/^(?:[a-fA-F0-9]{2}\:){5}([a-fA-F0-9]{2})$/'
export const PERCENT = '/^(100|[0-9]|[0-9][0-9])$/'
export const FLOAT = '/^([0-9]*\\.)?[0-9]+$/'
export const SIGNED_FLOAT = '/^[+-]?([0-9]*\\.)?[0-9]+$/'
Expand Down

0 comments on commit 6052403

Please sign in to comment.