@lcap/nasl-breakpoint 3.9.0-beta.14 → 3.9.0-beta.16
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.
- package/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# Nasl Breakpoint
|
|
2
|
-
|
|
3
|
-
Nasl 断点
|
|
1
|
+
# Nasl Breakpoint
|
|
2
|
+
|
|
3
|
+
Nasl 断点
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lcap/nasl-breakpoint",
|
|
3
3
|
"description": "NetEase Application Specific Language",
|
|
4
|
-
"version": "3.9.0-beta.
|
|
4
|
+
"version": "3.9.0-beta.16",
|
|
5
5
|
"author": "Forrest <rainforest92@126.com>",
|
|
6
6
|
"main": "./out",
|
|
7
7
|
"types": "./out",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"socket.io-client": "2.4.0",
|
|
25
25
|
"lodash": "4.17.21",
|
|
26
|
-
"@lcap/nasl-concepts": "3.9.0-beta.
|
|
27
|
-
"@lcap/nasl-utils": "3.9.0-beta.
|
|
26
|
+
"@lcap/nasl-concepts": "3.9.0-beta.16",
|
|
27
|
+
"@lcap/nasl-utils": "3.9.0-beta.16"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"clear": "rimraf ./out",
|