@atom8n/backend-test-utils 1.2.9 → 1.4.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.
@@ -70,4 +70,3 @@ const getAllProjectRelations = async ({ projectId, }) => {
70
70
  });
71
71
  };
72
72
  exports.getAllProjectRelations = getAllProjectRelations;
73
- //# sourceMappingURL=projects.js.map
@@ -192,4 +192,3 @@ async function createActiveWorkflow(attributes = {}, userOrProject) {
192
192
  workflow.activeVersionId = workflow.versionId;
193
193
  return workflow;
194
194
  }
195
- //# sourceMappingURL=workflows.js.map
package/dist/index.js CHANGED
@@ -47,4 +47,3 @@ __exportStar(require("./db/workflows"), exports);
47
47
  __exportStar(require("./db/projects"), exports);
48
48
  __exportStar(require("./mocking"), exports);
49
49
  __exportStar(require("./migration-test-helpers"), exports);
50
- //# sourceMappingURL=index.js.map
@@ -77,4 +77,3 @@ async function runSingleMigration(migrationName) {
77
77
  await reinitializeDataConnection();
78
78
  }
79
79
  }
80
- //# sourceMappingURL=migration-test-helpers.js.map
package/dist/mocking.js CHANGED
@@ -9,4 +9,3 @@ const mockInstance = (serviceClass, data = undefined) => {
9
9
  return instance;
10
10
  };
11
11
  exports.mockInstance = mockInstance;
12
- //# sourceMappingURL=mocking.js.map
package/dist/random.js CHANGED
@@ -54,4 +54,3 @@ const randomCredentialPayloadWithOauthTokenData = ({ isManaged = false, } = {})
54
54
  exports.randomCredentialPayloadWithOauthTokenData = randomCredentialPayloadWithOauthTokenData;
55
55
  const uniqueId = () => (0, uuid_1.v4)();
56
56
  exports.uniqueId = uniqueId;
57
- //# sourceMappingURL=random.js.map
package/dist/test-db.js CHANGED
@@ -92,4 +92,3 @@ async function truncate(entities) {
92
92
  }
93
93
  }
94
94
  }
95
- //# sourceMappingURL=test-db.js.map
@@ -6,4 +6,3 @@ const di_1 = require("@n8n/di");
6
6
  async function loadModules(moduleNames) {
7
7
  await di_1.Container.get(backend_common_1.ModuleRegistry).loadModules(moduleNames);
8
8
  }
9
- //# sourceMappingURL=test-modules.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom8n/backend-test-utils",
3
- "version": "1.2.9",
3
+ "version": "1.4.0",
4
4
  "scripts": {
5
5
  "clean": "rimraf dist .turbo",
6
6
  "dev": "pnpm watch",
@@ -21,19 +21,19 @@
21
21
  "dist/**/*"
22
22
  ],
23
23
  "dependencies": {
24
- "@n8n/backend-common": "npm:@atom8n/backend-common@1.2.9",
25
- "@n8n/config": "npm:@atom8n/config@2.1.9",
26
- "@n8n/constants": "npm:@atom8n/constants@0.15.9",
27
- "@n8n/db": "npm:@atom8n/db@1.2.9",
28
- "@n8n/di": "npm:@atom8n/di@0.10.9",
29
- "@n8n/permissions": "npm:@atom8n/permissions@0.45.9",
24
+ "@n8n/backend-common": "npm:@atom8n/backend-common@1.4.0",
25
+ "@n8n/config": "npm:@atom8n/config@2.3.0",
26
+ "@n8n/constants": "npm:@atom8n/constants@0.17.0",
27
+ "@n8n/db": "npm:@atom8n/db@1.4.0",
28
+ "@n8n/di": "npm:@atom8n/di@0.12.0",
29
+ "@n8n/permissions": "npm:@atom8n/permissions@0.47.0",
30
30
  "@n8n/typeorm": "0.3.20-15",
31
31
  "jest-mock-extended": "^3.0.4",
32
- "n8n-workflow": "npm:@atom8n/n8n-workflow@2.2.9",
32
+ "n8n-workflow": "npm:@atom8n/n8n-workflow@2.4.0",
33
33
  "reflect-metadata": "0.2.2",
34
34
  "uuid": "10.0.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@n8n/typescript-config": "npm:@atom8n/typescript-config@1.3.9"
37
+ "@n8n/typescript-config": "npm:@atom8n/typescript-config@1.5.0"
38
38
  }
39
39
  }