Skip to content

Commit

Permalink
chore(dist): Updates dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
lupomontero committed Nov 22, 2024
1 parent a52c3c8 commit 554617c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/psl.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/psl.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9946,7 +9946,7 @@ d.validate = function(a) {
return "LABEL_STARTS_WITH_DASH";
if (o.charAt(o.length - 1) === "-")
return "LABEL_ENDS_WITH_DASH";
if (!/^[a-z0-9\-]+$/.test(o))
if (!/^[a-z0-9\-_]+$/.test(o))
return "LABEL_INVALID_CHARS";
}
};
Expand Down
2 changes: 1 addition & 1 deletion dist/psl.umd.cjs

Large diffs are not rendered by default.

0 comments on commit 554617c

Please sign in to comment.