@nocobase/test 0.11.1-alpha.5 → 0.12.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.
package/lib/mockServer.js CHANGED
@@ -181,7 +181,6 @@ function mockServer(options = {}) {
181
181
  }, options), {}, {
182
182
  database
183
183
  }));
184
- app.pm.generateClientFile = /*#__PURE__*/_asyncToGenerator(function* () {});
185
184
  return app;
186
185
  }
187
186
  function createMockServer() {}
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@nocobase/test",
3
- "version": "0.11.1-alpha.5",
3
+ "version": "0.12.0-alpha.2",
4
4
  "main": "lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "license": "Apache-2.0",
7
7
  "dependencies": {
8
- "@nocobase/server": "0.11.1-alpha.5",
8
+ "@nocobase/server": "0.12.0-alpha.2",
9
9
  "@types/supertest": "^2.0.11",
10
10
  "mockjs": "^1.1.0",
11
11
  "mysql2": "^2.3.3",
@@ -14,5 +14,5 @@
14
14
  "sqlite3": "^5.0.8",
15
15
  "supertest": "^6.1.6"
16
16
  },
17
- "gitHead": "1dcfd15a7d95a40b0a2f60e1de19ec574066fb20"
17
+ "gitHead": "a95e9e2666f0318c955113a4735bc005a2c9a767"
18
18
  }