@emartech/program-executor 3.16.0 → 3.16.1

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
@@ -20,7 +20,7 @@
20
20
  "license": "ISC",
21
21
  "dependencies": {
22
22
  "@emartech/json-logger": "9.2.0",
23
- "@emartech/pubsub-client-js": "^1.6.0",
23
+ "@emartech/pubsub-client-js": "^1.6.2",
24
24
  "@emartech/rabbitmq-client": "5.11.0",
25
25
  "camelcase-keys": "^6.2.2",
26
26
  "graphql": "^16.12.0"
@@ -30,14 +30,14 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "dotenv": "^17.2.3",
33
- "eslint": "^9.39.1",
33
+ "eslint": "^9.39.2",
34
34
  "eslint-config-emarsys": "5.1.0",
35
35
  "eslint-plugin-no-only-tests": "^3.3.0",
36
36
  "eslint-plugin-security": "^3.0.1",
37
37
  "jest": "29.0.0",
38
38
  "knex": "^3.1.0",
39
- "pg": "^8.16.3",
39
+ "pg": "^8.17.1",
40
40
  "semantic-release": "^25.0.2"
41
41
  },
42
- "version": "3.16.0"
42
+ "version": "3.16.1"
43
43
  }
@@ -103,9 +103,7 @@ describe('ProgramExecutor', function () {
103
103
  tableName: 'programs',
104
104
  topicName: topicName,
105
105
  projectId: 'some-project-id',
106
- pubSubMaxExtensionMinutes: 20,
107
- pubSubMinAckDeadline: 10,
108
- pubSubMaxAckDeadline: {"millis":600000}
106
+ pubSubMaxExtensionMinutes: 20
109
107
  };
110
108
  const result = await e2eTestReuse.beforeEach(topicName);
111
109
  mockConstructorSpy = result.mockConstructorSpy;