@lcap/nasl-utils 4.4.0-beta.21 → 4.4.0-beta.22

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.
@@ -94,5 +94,6 @@
94
94
  "mongoId": "请输入合法的 MongoDB 对象 ID",
95
95
  "postalCode": "请输入合法的邮政编码",
96
96
  "uuid": "请输入合法的 UUID",
97
- "chinese": "请输入中文内容"
97
+ "chinese": "请输入中文内容",
98
+ "regex": "错误输入"
98
99
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lcap/nasl-utils",
3
3
  "description": "NetEase Application Specific Language",
4
- "version": "4.4.0-beta.21",
4
+ "version": "4.4.0-beta.22",
5
5
  "author": "Forrest <rainforest92@126.com>",
6
6
  "exports": {
7
7
  "./*": {
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "uuid": "8.3.2",
38
- "@lcap/nasl-types": "4.4.0-beta.21"
38
+ "@lcap/nasl-types": "4.4.0-beta.22"
39
39
  },
40
40
  "scripts": {
41
41
  "clear": "rimraf ./out",