@golemio/parkings 1.5.8 → 1.5.9-dev.976481362
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 +5 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/parkings",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.9-dev.976481362",
|
|
4
4
|
"description": "Golemio Parkings Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -12,10 +12,9 @@
|
|
|
12
12
|
"test": "cross-env NODE_ENV=test mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r tsconfig-paths/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
|
-
"apidocs": "
|
|
16
|
-
"apidocs-test": "
|
|
17
|
-
"apidocs-test-
|
|
18
|
-
"apidocs-test-output": "run-s \"apidocs -- output\"",
|
|
15
|
+
"apidocs-test": "npm run apidocs-test-input && npm run apidocs-test-output",
|
|
16
|
+
"apidocs-test-input": "cross-env NODE_ENV=test golemio swagger api-test --oas docs/openapi-input.yaml --script test/api-docs/input-gateway/server.js",
|
|
17
|
+
"apidocs-test-output": "cross-env NODE_ENV=test golemio swagger api-test --oas docs/openapi-output.yaml --script test/api-docs/output-gateway/server.js",
|
|
19
18
|
"generate-docs": "typedoc --out docs/typedoc src",
|
|
20
19
|
"lint": "eslint --cache \"{src,test}/**/*.ts\""
|
|
21
20
|
},
|
|
@@ -36,7 +35,7 @@
|
|
|
36
35
|
"@apideck/portman": "^1.22.0",
|
|
37
36
|
"@commitlint/cli": "^11.0.0",
|
|
38
37
|
"@commitlint/config-conventional": "^11.0.0",
|
|
39
|
-
"@golemio/cli": "1.4.
|
|
38
|
+
"@golemio/cli": "1.4.7-dev.975899315",
|
|
40
39
|
"@golemio/core": "1.8.7",
|
|
41
40
|
"@golemio/eslint-config": "1.1.1",
|
|
42
41
|
"@types/chai": "4.2.3",
|