@golemio/pid 2.8.8-dev.974488169 → 2.8.8-dev.975544500
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/pid",
|
|
3
|
-
"version": "2.8.8-dev.
|
|
3
|
+
"version": "2.8.8-dev.975544500",
|
|
4
4
|
"description": "Golemio PID Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"pretest": "golemio import-db-data && run-s \"refresh-precomputed-tables\"",
|
|
13
13
|
"test": "cross-env NODE_ENV='test' TZ='UTC' mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r tsconfig-paths/register --file 'test/setup.ts' -r dotenv/config 'test/**/*.test.ts'",
|
|
14
14
|
"test-debug": "run-s 'test -- --inspect-brk=9230'",
|
|
15
|
-
"apidocs": "cross-env NODE_ENV=test
|
|
16
|
-
"apidocs-test": "run-s \"apidocs
|
|
17
|
-
"apidocs-test-input": "run-s \"apidocs -- input\"",
|
|
18
|
-
"apidocs-test-output": "run-s \"apidocs -- output\"",
|
|
15
|
+
"apidocs": "cross-env NODE_ENV=test golemio swagger api-test",
|
|
16
|
+
"apidocs-test": "run-s \"apidocs-test-input apidocs-test-output\"",
|
|
17
|
+
"apidocs-test-input": "run-s \"apidocs -- --oas docs/openapi-input.yaml --script test/api-docs/input-gateway/server.js --filter test/api-docs/input-gateway/portman-filter.json\"",
|
|
18
|
+
"apidocs-test-output": "run-s \"apidocs -- --oas docs/openapi-output.yaml --script test/api-docs/output-gateway/server.js --config test/api-docs/output-gateway/portman-config.json\"",
|
|
19
19
|
"code-coverage": "nyc run-s 'test -- -r source-map-support/register'",
|
|
20
20
|
"generate-docs": "typedoc --out docs/typedoc src",
|
|
21
21
|
"lint": "eslint --cache \"{src,test}/**/*.ts\""
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@apideck/portman": "^1.16.1",
|
|
39
39
|
"@commitlint/cli": "^11.0.0",
|
|
40
40
|
"@commitlint/config-conventional": "^11.0.0",
|
|
41
|
-
"@golemio/cli": "1.4.
|
|
41
|
+
"@golemio/cli": "1.4.7-dev.975525488",
|
|
42
42
|
"@golemio/core": "1.8.10",
|
|
43
43
|
"@golemio/db-common": "1.1.1",
|
|
44
44
|
"@golemio/eslint-config": "1.1.1",
|