@trustify-da/trustify-da-javascript-client 0.2.4-ea.2eeeeba → 0.2.4-ea.c368bb8

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/dist/package.json CHANGED
@@ -38,9 +38,8 @@
38
38
  "lint": "eslint src test --ext js",
39
39
  "lint:fix": "eslint src test --ext js --fix",
40
40
  "test": "c8 npm run tests",
41
- "tests": "mocha --config .mocharc.json --grep \"Integration Tests|.*analysis module.*\" --invert",
41
+ "tests": "mocha --config .mocharc.json --grep \".*analysis module.*\" --invert",
42
42
  "tests:rep": "mocha --reporter-option maxDiffSize=0 --reporter json > unit-tests-result.json",
43
- "integration-tests": "mocha --grep \"Integration Tests\"",
44
43
  "precompile": "rm -rf dist",
45
44
  "compile": "tsc -p tsconfig.json"
46
45
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustify-da/trustify-da-javascript-client",
3
- "version": "0.2.4-ea.2eeeeba",
3
+ "version": "0.2.4-ea.c368bb8",
4
4
  "description": "Code-Ready Dependency Analytics JavaScript API.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/guacsec/trustify-da-javascript-client#README.md",
@@ -38,9 +38,8 @@
38
38
  "lint": "eslint src test --ext js",
39
39
  "lint:fix": "eslint src test --ext js --fix",
40
40
  "test": "c8 npm run tests",
41
- "tests": "mocha --config .mocharc.json --grep \"Integration Tests|.*analysis module.*\" --invert",
41
+ "tests": "mocha --config .mocharc.json --grep \".*analysis module.*\" --invert",
42
42
  "tests:rep": "mocha --reporter-option maxDiffSize=0 --reporter json > unit-tests-result.json",
43
- "integration-tests": "mocha --grep \"Integration Tests\"",
44
43
  "precompile": "rm -rf dist",
45
44
  "compile": "tsc -p tsconfig.json"
46
45
  },