@midwayjs/validate 3.3.11 → 3.4.0-beta.3

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/README.md +3 -3
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # midwayjs mongoose module
1
+ # midway validate module
2
2
 
3
- [![Package Quality](http://npm.packagequality.com/shield/@midwayjs/mongoose.svg)](http://packagequality.com/#?package=@midwayjs/mongoose)
3
+ [![Package Quality](http://npm.packagequality.com/shield/@midwayjs/validate.svg)](http://packagequality.com/#?package=@midwayjs/validate)
4
4
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/midwayjs/midway/pulls)
5
5
 
6
6
  this is a sub package for midway.
7
7
 
8
- Document: [https://midwayjs.org/midway](https://midwayjs.org/midway)
8
+ Document: [https://midwayjs.org](https://midwayjs.org)
9
9
 
10
10
  ## License
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midwayjs/validate",
3
- "version": "3.3.11",
3
+ "version": "3.4.0-beta.3",
4
4
  "description": "Midway Component for mongoose",
5
5
  "main": "dist/index.js",
6
6
  "typings": "index.d.ts",
@@ -23,15 +23,15 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@midwayjs/i18n": "^3.3.11",
26
+ "@midwayjs/i18n": "^3.4.0-beta.3",
27
27
  "joi": "^17.2.1"
28
28
  },
29
29
  "devDependencies": {
30
- "@midwayjs/core": "^3.3.5",
31
- "@midwayjs/decorator": "^3.3.4",
32
- "@midwayjs/express": "^3.3.11",
33
- "@midwayjs/koa": "^3.3.6",
34
- "@midwayjs/mock": "^3.3.5"
30
+ "@midwayjs/core": "^3.4.0-beta.3",
31
+ "@midwayjs/decorator": "^3.4.0-beta.3",
32
+ "@midwayjs/express": "^3.4.0-beta.3",
33
+ "@midwayjs/koa": "^3.4.0-beta.3",
34
+ "@midwayjs/mock": "^3.4.0-beta.3"
35
35
  },
36
- "gitHead": "18610c9dd1cd329b83a81e4053eb01b9b2b2e8e2"
36
+ "gitHead": "ddbff5c3da5d908953cc691a8e5de4f0197de365"
37
37
  }