@golemio/air-quality-stations 1.1.6-dev.893762487 → 1.1.6-dev.976089689
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 +9 -5
- package/db/example/mongo_data/dataplatform/airqualitystations.bson +0 -0
- package/db/example/mongo_data/dataplatform/airqualitystations.metadata.json +0 -1
- package/db/example/mongo_data/dataplatform/airqualitystations_history.bson +0 -0
- package/db/example/mongo_data/dataplatform/airqualitystations_history.metadata.json +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/air-quality-stations",
|
|
3
|
-
"version": "1.1.6-dev.
|
|
3
|
+
"version": "1.1.6-dev.976089689",
|
|
4
4
|
"description": "Golemio Air Quality Stations Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -8,8 +8,11 @@
|
|
|
8
8
|
"build": "rimraf ./dist && tspc -p ./tsconfig.build.json",
|
|
9
9
|
"build-minimal": "run-s 'build -- --sourceMap false --declaration false'",
|
|
10
10
|
"build-watch": "run-s 'build -- --watch --preserveWatchOutput'",
|
|
11
|
+
"pretest": "echo \"Running tests...\"",
|
|
11
12
|
"test": "cross-env NODE_ENV=test mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r tsconfig-paths/register --file 'test/setup.ts' 'test/**/*.test.ts'",
|
|
12
13
|
"test-debug": "run-s 'test -- --inspect-brk=9230'",
|
|
14
|
+
"apidocs-test": "npm run apidocs-test-output",
|
|
15
|
+
"apidocs-test-output": "cross-env NODE_ENV=test golemio swagger api-test --oas docs/openapi.yaml --script test/api-docs/output-gateway/server.js",
|
|
13
16
|
"code-coverage": "nyc run-s 'test -- -r source-map-support/register'",
|
|
14
17
|
"generate-docs": "typedoc --out docs/typedoc src",
|
|
15
18
|
"lint": "eslint \"{src,test}/**/*.ts\""
|
|
@@ -29,13 +32,14 @@
|
|
|
29
32
|
"yarn": "Use npm!"
|
|
30
33
|
},
|
|
31
34
|
"devDependencies": {
|
|
35
|
+
"@apideck/portman": "^1.22.0",
|
|
32
36
|
"@commitlint/cli": "^11.0.0",
|
|
33
37
|
"@commitlint/config-conventional": "^11.0.0",
|
|
34
|
-
"@golemio/city-districts": "1.2.
|
|
35
|
-
"@golemio/cli": "1.4.
|
|
36
|
-
"@golemio/core": "1.
|
|
38
|
+
"@golemio/city-districts": "1.2.5",
|
|
39
|
+
"@golemio/cli": "1.4.7-dev.975899315",
|
|
40
|
+
"@golemio/core": "1.8.0",
|
|
37
41
|
"@golemio/db-common": "1.1.1",
|
|
38
|
-
"@golemio/eslint-config": "1.1.
|
|
42
|
+
"@golemio/eslint-config": "1.1.1",
|
|
39
43
|
"@types/chai": "4.2.3",
|
|
40
44
|
"@types/chai-as-promised": "7.1.2",
|
|
41
45
|
"@types/mocha": "^8.2.0",
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"options":{},"indexes":[{"v":2,"key":{"_id":1},"name":"_id_","ns":"dataplatform.airqualitystations"},{"v":2,"key":{"properties.id":1},"name":"properties.id_1","ns":"dataplatform.airqualitystations"},{"v":2,"key":{"geometry":"2dsphere"},"name":"geometry_2dsphere","ns":"dataplatform.airqualitystations","2dsphereIndexVersion":3}],"uuid":"1cc5cb655a3e4d7ebcaa10c465a7dd4f"}
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"options":{},"indexes":[{"v":2,"key":{"_id":1},"name":"_id_","ns":"dataplatform.airqualitystations_history"},{"v":2,"key":{"id":1},"name":"id_1","ns":"dataplatform.airqualitystations_history"},{"v":2,"key":{"updated_at":-1},"name":"updated_at_-1","ns":"dataplatform.airqualitystations_history"}],"uuid":"e0882e9a2c93400c8a731944b15e576b"}
|