@nocobase/server 1.0.0-alpha.2 → 1.0.0-alpha.3

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.
Files changed (123) hide show
  1. package/lib/acl/available-action.d.ts +8 -0
  2. package/lib/acl/available-action.js +9 -0
  3. package/lib/acl/index.d.ts +8 -0
  4. package/lib/acl/index.js +9 -0
  5. package/lib/app-command.d.ts +8 -0
  6. package/lib/app-command.js +9 -0
  7. package/lib/app-supervisor.d.ts +8 -0
  8. package/lib/app-supervisor.js +9 -0
  9. package/lib/application.d.ts +8 -0
  10. package/lib/application.js +9 -0
  11. package/lib/cache/index.d.ts +8 -0
  12. package/lib/cache/index.js +9 -0
  13. package/lib/commands/console.d.ts +8 -0
  14. package/lib/commands/console.js +9 -0
  15. package/lib/commands/create-migration.d.ts +8 -0
  16. package/lib/commands/create-migration.js +9 -0
  17. package/lib/commands/db-auth.d.ts +8 -0
  18. package/lib/commands/db-auth.js +9 -0
  19. package/lib/commands/db-clean.d.ts +8 -0
  20. package/lib/commands/db-clean.js +9 -0
  21. package/lib/commands/db-sync.d.ts +8 -0
  22. package/lib/commands/db-sync.js +9 -0
  23. package/lib/commands/destroy.d.ts +8 -0
  24. package/lib/commands/destroy.js +9 -0
  25. package/lib/commands/index.d.ts +8 -0
  26. package/lib/commands/index.js +9 -0
  27. package/lib/commands/install.d.ts +8 -0
  28. package/lib/commands/install.js +9 -0
  29. package/lib/commands/migrator.d.ts +8 -0
  30. package/lib/commands/migrator.js +9 -0
  31. package/lib/commands/pm.d.ts +8 -0
  32. package/lib/commands/pm.js +9 -0
  33. package/lib/commands/refresh.d.ts +8 -0
  34. package/lib/commands/refresh.js +9 -0
  35. package/lib/commands/restart.d.ts +8 -0
  36. package/lib/commands/restart.js +9 -0
  37. package/lib/commands/start.d.ts +8 -0
  38. package/lib/commands/start.js +9 -0
  39. package/lib/commands/stop.d.ts +8 -0
  40. package/lib/commands/stop.js +9 -0
  41. package/lib/commands/upgrade.d.ts +8 -0
  42. package/lib/commands/upgrade.js +9 -0
  43. package/lib/cron/cron-job-manager.d.ts +8 -0
  44. package/lib/cron/cron-job-manager.js +9 -0
  45. package/lib/errors/application-not-install.d.ts +8 -0
  46. package/lib/errors/application-not-install.js +9 -0
  47. package/lib/errors/handler.d.ts +8 -0
  48. package/lib/errors/handler.js +9 -0
  49. package/lib/errors/plugin-command-error.d.ts +8 -0
  50. package/lib/errors/plugin-command-error.js +9 -0
  51. package/lib/errors/plugin-not-exist.d.ts +8 -0
  52. package/lib/errors/plugin-not-exist.js +9 -0
  53. package/lib/gateway/errors.d.ts +8 -0
  54. package/lib/gateway/errors.js +9 -0
  55. package/lib/gateway/index.d.ts +8 -0
  56. package/lib/gateway/index.js +9 -0
  57. package/lib/gateway/ipc-socket-client.d.ts +8 -0
  58. package/lib/gateway/ipc-socket-client.js +9 -0
  59. package/lib/gateway/ipc-socket-server.d.ts +8 -0
  60. package/lib/gateway/ipc-socket-server.js +9 -0
  61. package/lib/gateway/ws-server.d.ts +8 -0
  62. package/lib/gateway/ws-server.js +9 -0
  63. package/lib/helper.d.ts +8 -0
  64. package/lib/helper.js +9 -0
  65. package/lib/helpers/application-version.d.ts +8 -0
  66. package/lib/helpers/application-version.js +9 -0
  67. package/lib/index.d.ts +8 -0
  68. package/lib/index.js +9 -0
  69. package/lib/locale/index.d.ts +8 -0
  70. package/lib/locale/index.js +9 -0
  71. package/lib/locale/locale.d.ts +8 -0
  72. package/lib/locale/locale.js +9 -0
  73. package/lib/locale/resource.d.ts +8 -0
  74. package/lib/locale/resource.js +9 -0
  75. package/lib/main-data-source.d.ts +8 -0
  76. package/lib/main-data-source.js +9 -0
  77. package/lib/middlewares/data-template.d.ts +8 -0
  78. package/lib/middlewares/data-template.js +9 -0
  79. package/lib/middlewares/data-wrapping.d.ts +8 -0
  80. package/lib/middlewares/data-wrapping.js +9 -0
  81. package/lib/middlewares/i18n.d.ts +8 -0
  82. package/lib/middlewares/i18n.js +9 -0
  83. package/lib/middlewares/index.d.ts +8 -0
  84. package/lib/middlewares/index.js +9 -0
  85. package/lib/middlewares/parse-variables.d.ts +8 -0
  86. package/lib/middlewares/parse-variables.js +9 -0
  87. package/lib/middlewares/validate-filter-params.d.ts +8 -0
  88. package/lib/middlewares/validate-filter-params.js +9 -0
  89. package/lib/migration.d.ts +8 -0
  90. package/lib/migration.js +9 -0
  91. package/lib/migrations/20230912193824-package-name-unique.d.ts +8 -0
  92. package/lib/migrations/20230912193824-package-name-unique.js +9 -0
  93. package/lib/migrations/20230912294620-update-pkg.d.ts +8 -0
  94. package/lib/migrations/20230912294620-update-pkg.js +9 -0
  95. package/lib/migrations/20240106082756-update-plugins.d.ts +8 -0
  96. package/lib/migrations/20240106082756-update-plugins.js +9 -0
  97. package/lib/migrations/20240428235620-rename-plugins.d.ts +8 -0
  98. package/lib/migrations/20240428235620-rename-plugins.js +9 -0
  99. package/lib/plugin-manager/clientStaticUtils.d.ts +8 -0
  100. package/lib/plugin-manager/clientStaticUtils.js +9 -0
  101. package/lib/plugin-manager/constants.d.ts +8 -0
  102. package/lib/plugin-manager/constants.js +9 -0
  103. package/lib/plugin-manager/deps.d.ts +8 -0
  104. package/lib/plugin-manager/deps.js +9 -0
  105. package/lib/plugin-manager/index.d.ts +8 -0
  106. package/lib/plugin-manager/index.js +9 -0
  107. package/lib/plugin-manager/middleware.d.ts +8 -0
  108. package/lib/plugin-manager/middleware.js +9 -0
  109. package/lib/plugin-manager/options/collection.d.ts +8 -0
  110. package/lib/plugin-manager/options/collection.js +9 -0
  111. package/lib/plugin-manager/options/resource.d.ts +8 -0
  112. package/lib/plugin-manager/options/resource.js +9 -0
  113. package/lib/plugin-manager/plugin-manager-repository.d.ts +8 -0
  114. package/lib/plugin-manager/plugin-manager-repository.js +9 -0
  115. package/lib/plugin-manager/plugin-manager.d.ts +8 -0
  116. package/lib/plugin-manager/plugin-manager.js +9 -0
  117. package/lib/plugin-manager/types.d.ts +8 -0
  118. package/lib/plugin-manager/types.js +9 -0
  119. package/lib/plugin-manager/utils.d.ts +8 -0
  120. package/lib/plugin-manager/utils.js +10 -2
  121. package/lib/plugin.d.ts +8 -0
  122. package/lib/plugin.js +9 -0
  123. package/package.json +14 -14
@@ -1,3 +1,12 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
1
10
  var __defProp = Object.defineProperty;
2
11
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
12
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export declare const PLUGIN_STATICS_PATH = "/static/plugins/";
2
10
  /**
3
11
  * get package.json path for specific NPM package
@@ -1,3 +1,12 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
1
10
  var __create = Object.create;
2
11
  var __defProp = Object.defineProperty;
3
12
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export declare const APP_NAME = "nocobase";
2
10
  export declare const DEFAULT_PLUGIN_STORAGE_PATH = "storage/plugins";
3
11
  export declare const DEFAULT_PLUGIN_PATH = "packages/plugins/";
@@ -1,3 +1,12 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
1
10
  var __defProp = Object.defineProperty;
2
11
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
12
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  declare const deps: Record<string, string>;
2
10
  export default deps;
@@ -1,3 +1,12 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
1
10
  var __defProp = Object.defineProperty;
2
11
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
12
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export * from './clientStaticUtils';
2
10
  export * from './plugin-manager';
@@ -1,3 +1,12 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
1
10
  var __defProp = Object.defineProperty;
2
11
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
12
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { Context, Next } from '@nocobase/actions';
2
10
  export declare function uploadMiddleware(ctx: Context, next: Next): Promise<any>;
@@ -1,3 +1,12 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
1
10
  var __defProp = Object.defineProperty;
2
11
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
12
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -1,2 +1,10 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  declare const _default: import("@nocobase/database").CollectionOptions;
2
10
  export default _default;
@@ -1,3 +1,12 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
1
10
  var __defProp = Object.defineProperty;
2
11
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
12
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  declare const _default: {
2
10
  name: string;
3
11
  actions: {
@@ -1,3 +1,12 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
1
10
  var __create = Object.create;
2
11
  var __defProp = Object.defineProperty;
3
12
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { Repository } from '@nocobase/database';
2
10
  import { PluginManager } from './plugin-manager';
3
11
  export declare class PluginManagerRepository extends Repository {
@@ -1,3 +1,12 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
1
10
  var __create = Object.create;
2
11
  var __defProp = Object.defineProperty;
3
12
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  /// <reference types="node" />
2
10
  import { CleanOptions, Collection, SyncOptions } from '@nocobase/database';
3
11
  import net from 'net';
@@ -1,3 +1,12 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
1
10
  var __create = Object.create;
2
11
  var __defProp = Object.defineProperty;
3
12
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  export interface PluginData {
2
10
  name?: string;
3
11
  packageName?: string;
@@ -1,3 +1,12 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
1
10
  var __defProp = Object.defineProperty;
2
11
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
12
  var __getOwnPropNames = Object.getOwnPropertyNames;
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { AxiosRequestConfig } from 'axios';
2
10
  import { PluginManagerRepository } from './plugin-manager-repository';
3
11
  import { PluginData } from './types';
@@ -1,3 +1,12 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
1
10
  var __create = Object.create;
2
11
  var __defProp = Object.defineProperty;
3
12
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -454,8 +463,7 @@ async function getCompatible(packageName) {
454
463
  if (hasSrc) {
455
464
  try {
456
465
  externalVersion = await getExternalVersionFromSource(packageName);
457
- } catch (error) {
458
- console.log("getExternalVersionFromSource error:", error);
466
+ } catch {
459
467
  hasError = true;
460
468
  }
461
469
  }
package/lib/plugin.d.ts CHANGED
@@ -1,3 +1,11 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
1
9
  import { Model } from '@nocobase/database';
2
10
  import { LoggerOptions } from '@nocobase/logger';
3
11
  import type { TFuncKey, TOptions } from 'i18next';
package/lib/plugin.js CHANGED
@@ -1,3 +1,12 @@
1
+ /**
2
+ * This file is part of the NocoBase (R) project.
3
+ * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
+ * Authors: NocoBase Team.
5
+ *
6
+ * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
+ * For more information, please refer to: https://www.nocobase.com/agreement.
8
+ */
9
+
1
10
  var __create = Object.create;
2
11
  var __defProp = Object.defineProperty;
3
12
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/server",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-alpha.3",
4
4
  "main": "lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "license": "AGPL-3.0",
@@ -10,18 +10,18 @@
10
10
  "@koa/cors": "^3.1.0",
11
11
  "@koa/multer": "^3.0.2",
12
12
  "@koa/router": "^9.4.0",
13
- "@nocobase/acl": "1.0.0-alpha.2",
14
- "@nocobase/actions": "1.0.0-alpha.2",
15
- "@nocobase/auth": "1.0.0-alpha.2",
16
- "@nocobase/cache": "1.0.0-alpha.2",
17
- "@nocobase/data-source-manager": "1.0.0-alpha.2",
18
- "@nocobase/database": "1.0.0-alpha.2",
19
- "@nocobase/evaluators": "1.0.0-alpha.2",
20
- "@nocobase/logger": "1.0.0-alpha.2",
21
- "@nocobase/resourcer": "1.0.0-alpha.2",
22
- "@nocobase/sdk": "1.0.0-alpha.2",
23
- "@nocobase/telemetry": "1.0.0-alpha.2",
24
- "@nocobase/utils": "1.0.0-alpha.2",
13
+ "@nocobase/acl": "1.0.0-alpha.3",
14
+ "@nocobase/actions": "1.0.0-alpha.3",
15
+ "@nocobase/auth": "1.0.0-alpha.3",
16
+ "@nocobase/cache": "1.0.0-alpha.3",
17
+ "@nocobase/data-source-manager": "1.0.0-alpha.3",
18
+ "@nocobase/database": "1.0.0-alpha.3",
19
+ "@nocobase/evaluators": "1.0.0-alpha.3",
20
+ "@nocobase/logger": "1.0.0-alpha.3",
21
+ "@nocobase/resourcer": "1.0.0-alpha.3",
22
+ "@nocobase/sdk": "1.0.0-alpha.3",
23
+ "@nocobase/telemetry": "1.0.0-alpha.3",
24
+ "@nocobase/utils": "1.0.0-alpha.3",
25
25
  "@types/decompress": "4.2.4",
26
26
  "@types/ini": "^1.3.31",
27
27
  "@types/koa-send": "^4.1.3",
@@ -54,5 +54,5 @@
54
54
  "@types/serve-handler": "^6.1.1",
55
55
  "@types/ws": "^8.5.5"
56
56
  },
57
- "gitHead": "f89dbc9e67d58404a2e484a5e124f739f340dcf8"
57
+ "gitHead": "7ccb137c7616cba5d238f87368239640e1d9ace1"
58
58
  }