@n8n/db 1.8.2 → 1.9.0

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.
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.mockInstance = void 0;
4
4
  const di_1 = require("@n8n/di");
5
5
  const jest_mock_extended_1 = require("jest-mock-extended");
6
- const mockInstance = (serviceClass, data = undefined) => {
6
+ const mockInstance = (serviceClass, data) => {
7
7
  const instance = (0, jest_mock_extended_1.mock)(data);
8
8
  di_1.Container.set(serviceClass, instance);
9
9
  return instance;
@@ -1 +1 @@
1
- {"version":3,"file":"mock-instance.js","sourceRoot":"","sources":["../../../src/utils/test-utils/mock-instance.ts"],"names":[],"mappings":";;;AAAA,gCAAwD;AACxD,2DAA0C;AAGnC,MAAM,YAAY,GAAG,CAC3B,YAA8B,EAC9B,OAAmC,SAAS,EAC3C,EAAE;IACH,MAAM,QAAQ,GAAG,IAAA,yBAAI,EAAI,IAAI,CAAC,CAAC;IAC/B,cAAS,CAAC,GAAG,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAC;IACtC,OAAO,QAAQ,CAAC;AACjB,CAAC,CAAC;AAPW,QAAA,YAAY,gBAOvB"}
1
+ {"version":3,"file":"mock-instance.js","sourceRoot":"","sources":["../../../src/utils/test-utils/mock-instance.ts"],"names":[],"mappings":";;;AAAA,gCAAwD;AACxD,2DAA0C;AAEnC,MAAM,YAAY,GAAG,CAC3B,YAA8B,EAC9B,IAAoC,EACnC,EAAE;IACH,MAAM,QAAQ,GAAG,IAAA,yBAAI,EAAI,IAAI,CAAC,CAAC;IAC/B,cAAS,CAAC,GAAG,CAAC,YAAY,EAAE,QAAQ,CAAC,CAAC;IACtC,OAAO,QAAQ,CAAC;AACjB,CAAC,CAAC;AAPW,QAAA,YAAY,gBAOvB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n8n/db",
3
- "version": "1.8.2",
3
+ "version": "1.9.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "src/index.ts",
6
6
  "types": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "LICENSE.md"
11
11
  ],
12
12
  "dependencies": {
13
- "@n8n/typeorm": "0.3.20-15",
13
+ "@n8n/typeorm": "0.3.20-16",
14
14
  "class-validator": "0.14.0",
15
15
  "flatted": "3.2.7",
16
16
  "lodash": "4.17.23",
@@ -20,16 +20,16 @@
20
20
  "uuid": "10.0.0",
21
21
  "xss": "1.0.15",
22
22
  "zod": "3.25.67",
23
- "@n8n/api-types": "1.8.1",
24
- "@n8n/backend-common": "1.8.1",
25
- "@n8n/config": "2.7.1",
26
- "@n8n/decorators": "1.8.0",
23
+ "@n8n/api-types": "1.9.0",
24
+ "@n8n/backend-common": "1.9.0",
25
+ "@n8n/constants": "0.19.0",
26
+ "@n8n/decorators": "1.9.0",
27
27
  "@n8n/di": "0.10.0",
28
- "@n8n/utils": "1.24.0",
29
- "@n8n/permissions": "0.49.0",
30
- "@n8n/constants": "0.18.0",
31
- "n8n-core": "2.8.1",
32
- "n8n-workflow": "2.8.0"
28
+ "@n8n/config": "2.8.0",
29
+ "@n8n/permissions": "0.50.0",
30
+ "@n8n/utils": "1.25.0",
31
+ "n8n-workflow": "2.9.0",
32
+ "n8n-core": "2.9.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/lodash": "4.17.17",