@nocobase/test 1.7.1 → 1.8.0-alpha.2

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.
@@ -242,6 +242,7 @@ async function createMockCluster({
242
242
  ...options,
243
243
  skipSupervisor: true,
244
244
  name: clusterName + "_" + appName,
245
+ instanceId: `${clusterName}_${appName}_${i}`,
245
246
  pubSubManager: {
246
247
  channelPrefix: clusterName
247
248
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/test",
3
- "version": "1.7.1",
3
+ "version": "1.8.0-alpha.2",
4
4
  "main": "lib/index.js",
5
5
  "module": "./src/index.ts",
6
6
  "types": "./lib/index.d.ts",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@faker-js/faker": "8.1.0",
54
- "@nocobase/server": "1.7.1",
54
+ "@nocobase/server": "1.8.0-alpha.2",
55
55
  "@playwright/test": "^1.45.3",
56
56
  "@testing-library/jest-dom": "^6.4.2",
57
57
  "@testing-library/react": "^14.0.0",
@@ -75,5 +75,5 @@
75
75
  "vitest-dom": "^0.1.1",
76
76
  "ws": "^8.13.0"
77
77
  },
78
- "gitHead": "8324f0fcc37d68f1e37fbdad70dea1bdce81866c"
78
+ "gitHead": "5058cb0a9023294c36e6e2449f30a552f11321ed"
79
79
  }