@ptolemy2002/regex-utils 1.1.0 → 1.2.1

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.
Files changed (3) hide show
  1. package/README.md +2 -1
  2. package/index.js +6 -3921
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -188,7 +188,8 @@ Uses `zodValidate` to check if a string is a valid Social Security Number (SSN).
188
188
  This is a React Library Created by Ptolemy2002's [cra-template-react-library](https://www.npmjs.com/package/@ptolemy2002/cra-template-react-library) template in combination with [create-react-app](https://www.npmjs.com/package/create-react-app). However, it does not actually depend on React - it has been modified to work out of the box. It contains methods of building and publishing your library to npm.
189
189
 
190
190
  ## Peer Dependencies
191
- This project does not have any peer dependencies, so it should work out of the box.
191
+ These should be installed in order to use the library, as npm does not automatically add peer dependencies to your project.
192
+ - zod: ^3.23.8
192
193
 
193
194
  ## Commands
194
195
  The following commands exist in the project: