@golemio/parkings 1.4.15-dev.884898708 → 1.4.15-dev.889388337

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/parkings",
3
- "version": "1.4.15-dev.884898708",
3
+ "version": "1.4.15-dev.889388337",
4
4
  "description": "Golemio Parkings Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,6 +12,8 @@
12
12
  "test": "cross-env NODE_ENV=test TS_NODE_COMPILER='ttypescript' mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r dotenv/config 'test/**/*.test.ts' --file 'test/setup.ts'",
13
13
  "test-debug": "run-s 'test -- --inspect-brk=9230'",
14
14
  "code-coverage": "nyc run-s 'test -- -r source-map-support/register'",
15
+ "preapidocs-test": "run-s 'pretest'",
16
+ "apidocs-test": "cross-env NODE_ENV=test TS_NODE_COMPILER='ttypescript' ts-node -r dotenv/config test/api-docs/index.ts",
15
17
  "generate-docs": "typedoc --out docs/typedoc src",
16
18
  "lint": "eslint --cache \"{src,test}/**/*.ts\""
17
19
  },
@@ -29,6 +31,7 @@
29
31
  "npm": ">=8.0.0"
30
32
  },
31
33
  "devDependencies": {
34
+ "@apideck/portman": "^1.22.0",
32
35
  "@commitlint/cli": "^11.0.0",
33
36
  "@commitlint/config-conventional": "^11.0.0",
34
37
  "@golemio/cli": "1.4.2",