@golemio/flow 1.2.8-dev.1210161324 → 1.2.8-dev.1214658564

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.
@@ -387,7 +387,7 @@ class FlowWorkerTest extends workers_1.BaseWorker {
387
387
  }
388
388
  return settings;
389
389
  };
390
- this.test_url = "https://10.160.182.27:8088/api/cubes";
390
+ this.test_url = "https://10.227.127.25:8088/api/cubes";
391
391
  this.flowMeasurementModel = new models_1.PostgresModel(index_1.Flow.detections.name + "Model", {
392
392
  outputSequelizeAttributes: index_1.Flow.detections.outputSequelizeAttributes,
393
393
  pgSchema: FlowWorkerTest.testSchema,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/flow",
3
- "version": "1.2.8-dev.1210161324",
3
+ "version": "1.2.8-dev.1214658564",
4
4
  "description": "Golemio Flow Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "@commitlint/cli": "^11.0.0",
35
35
  "@commitlint/config-conventional": "^11.0.0",
36
36
  "@golemio/cli": "1.5.0",
37
- "@golemio/core": "1.9.14",
37
+ "@golemio/core": "1.9.15-dev.1211586099",
38
38
  "@golemio/db-common": "1.1.2",
39
39
  "@golemio/eslint-config": "1.1.1",
40
40
  "@types/chai": "4.2.3",