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

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.
@@ -95,5 +95,5 @@
95
95
  "postalCode": "请输入合法的邮政编码",
96
96
  "uuid": "请输入合法的 UUID",
97
97
  "chinese": "请输入中文内容",
98
- "regex": "错误输入"
98
+ "regex": "表单项格式不正确"
99
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.22",
4
+ "version": "4.4.0-beta.23",
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.22"
38
+ "@lcap/nasl-types": "4.4.0-beta.23"
39
39
  },
40
40
  "scripts": {
41
41
  "clear": "rimraf ./out",