@azteam/express 1.2.115 → 1.2.116

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/src/validate.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azteam/express",
3
- "version": "1.2.115",
3
+ "version": "1.2.116",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "repository": {
package/src/validate.js CHANGED
@@ -1,5 +1,3 @@
1
- /* schema */
2
-
3
1
  export const schemaID = (optional = false) => ({
4
2
  type: 'string',
5
3
  length: 24,
@@ -107,6 +105,8 @@ export const schemaObject = (props = {}, optional = false) => ({
107
105
  props,
108
106
  optional,
109
107
  });
108
+
109
+
110
110
  /* rules */
111
111
 
112
112
  export const rulesID = {