web_api_base 3.2.1 → 3.2.2

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 (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web_api_base",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "web api base",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/readme.md CHANGED
@@ -327,10 +327,10 @@ Determine the maximun number of characters of a string
327
327
  Determine the minumun number of characters of a string
328
328
 
329
329
  ### @Regex(exp : RegExp)
330
- Determine is a string field match determined pattern
330
+ Determine the pattern expression to validate the string property
331
331
 
332
332
  ### @Rule<T>(action : (arg : T) => boolean)
333
- Check whether some property respect some validation rule
333
+ Determine the delegate used to validate the property
334
334
 
335
335
 
336
336
  ### Sample of a complete object