@golemio/validator 0.2.2 → 0.2.3-dev.529318578

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/validator",
3
- "version": "0.2.2",
3
+ "version": "0.2.3-dev.529318578",
4
4
  "description": "Library of Validator classes of the Golemio Data Platform System",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "test-debug": "mocha --inspect-brk=9230 -b --check-leaks --timeout 60000 -r ts-node/register -r dotenv/config --recursive test/*.test.ts --exit",
13
13
  "code-coverage": "nyc mocha --check-leaks --timeout 60000 -r ts-node/register -r source-map-support/register -r dotenv/config --recursive test/*.test.ts --exit",
14
14
  "lint": "eslint \"{src,test}/**/*.ts\"",
15
- "generate-docs": "npx typedoc --readme \"./README.MD\" --name \"Golemio Validator\" --mode file --out docs/typedoc src"
15
+ "generate-docs": "typedoc --out docs/typedoc src"
16
16
  },
17
17
  "keywords": [],
18
18
  "author": "Operator ICT, a.s.",
@@ -40,7 +40,7 @@
40
40
  "prettier": "^2.6.2",
41
41
  "sinon": "^7.2.3",
42
42
  "ts-node": "^9.1.1",
43
- "typedoc": "^0.22.0",
43
+ "typedoc": "^0.22.15",
44
44
  "typescript": "^4.4.4"
45
45
  },
46
46
  "dependencies": {