@lcap/nasl-translator 3.13.0-beta.1 → 3.13.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 (1) hide show
  1. package/package.json +5 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lcap/nasl-translator",
3
3
  "description": "NetEase Application Specific Language",
4
- "version": "3.13.0-beta.1",
4
+ "version": "3.13.0-beta.3",
5
5
  "author": "Forrest <rainforest92@126.com>",
6
6
  "main": "./out",
7
7
  "types": "./out",
@@ -14,10 +14,10 @@
14
14
  "package.json"
15
15
  ],
16
16
  "dependencies": {
17
- "@lcap/nasl-test-toolkit": "1.0.0",
18
17
  "@lcap/nasl-tsconfig": "1.0.1",
19
- "@lcap/nasl-types": "3.13.0-beta.1",
20
- "@lcap/nasl-utils": "3.13.0-beta.1"
18
+ "@lcap/nasl-test-toolkit": "1.0.0",
19
+ "@lcap/nasl-utils": "3.13.0-beta.3",
20
+ "@lcap/nasl-types": "3.13.0-beta.3"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "18.11.9",
@@ -27,9 +27,6 @@
27
27
  "scripts": {
28
28
  "clear": "rimraf ./out",
29
29
  "watch": "npm run clear && npm run build -- -w",
30
- "build": "npm run clear && tsc -p ./tsconfig.build.json",
31
- "test": "pnpm run --filter @lcap/nasl-test-toolkit test --config $PWD/.mocharc.js",
32
- "test:ci": "pnpm run --filter @lcap/nasl-test-toolkit test:ci --config $PWD/.mocharc.js",
33
- "test:update": "npm run test -- --update"
30
+ "build": "npm run clear && tsc -p ./tsconfig.build.json"
34
31
  }
35
32
  }