@nocobase/plugin-workflow-test 1.0.0-alpha.2 → 1.0.0-alpha.4

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 (47) hide show
  1. package/dist/client/index.d.ts +8 -0
  2. package/dist/client/index.js +9 -0
  3. package/dist/e2e/e2eCollectionModel.d.ts +8 -0
  4. package/dist/e2e/e2eCollectionModel.js +9 -0
  5. package/dist/e2e/e2ePageObjectModel.d.ts +10 -2
  6. package/dist/e2e/e2ePageObjectModel.js +13 -4
  7. package/dist/e2e/e2eUtils.d.ts +8 -0
  8. package/dist/e2e/e2eUtils.js +9 -0
  9. package/dist/e2e/index.d.ts +8 -0
  10. package/dist/e2e/index.js +9 -0
  11. package/dist/externalVersion.js +16 -7
  12. package/dist/index.d.ts +8 -0
  13. package/dist/index.js +9 -0
  14. package/dist/server/collections/categories.d.ts +8 -0
  15. package/dist/server/collections/categories.js +9 -0
  16. package/dist/server/collections/comments.d.ts +8 -0
  17. package/dist/server/collections/comments.js +9 -0
  18. package/dist/server/collections/posts.d.ts +8 -0
  19. package/dist/server/collections/posts.js +9 -0
  20. package/dist/server/collections/replies.d.ts +8 -0
  21. package/dist/server/collections/replies.js +9 -0
  22. package/dist/server/collections/tags.d.ts +8 -0
  23. package/dist/server/collections/tags.js +9 -0
  24. package/dist/server/functions.d.ts +8 -0
  25. package/dist/server/functions.js +9 -0
  26. package/dist/server/index.d.ts +8 -0
  27. package/dist/server/index.js +9 -0
  28. package/dist/server/instructions.d.ts +8 -0
  29. package/dist/server/instructions.js +9 -0
  30. package/dist/server/triggers.d.ts +8 -0
  31. package/dist/server/triggers.js +9 -0
  32. package/package.json +2 -2
  33. package/src/client/index.ts +0 -3
  34. package/src/e2e/e2eCollectionModel.ts +0 -4250
  35. package/src/e2e/e2ePageObjectModel.ts +0 -646
  36. package/src/e2e/e2eUtils.ts +0 -950
  37. package/src/e2e/index.ts +0 -4
  38. package/src/index.ts +0 -2
  39. package/src/server/collections/categories.ts +0 -15
  40. package/src/server/collections/comments.ts +0 -24
  41. package/src/server/collections/posts.ts +0 -40
  42. package/src/server/collections/replies.ts +0 -9
  43. package/src/server/collections/tags.ts +0 -15
  44. package/src/server/functions.ts +0 -3
  45. package/src/server/index.ts +0 -85
  46. package/src/server/instructions.ts +0 -67
  47. package/src/server/triggers.ts +0 -19
@@ -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 { Plugin } from '@nocobase/client';
2
10
  export default class extends Plugin {
3
11
  }
@@ -1 +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
+ */
9
+
1
10
  (function(e,n){typeof exports=="object"&&typeof module!="undefined"?n(exports,require("@nocobase/client")):typeof define=="function"&&define.amd?define(["exports","@nocobase/client"],n):(e=typeof globalThis!="undefined"?globalThis:e||self,n(e["@nocobase/plugin-workflow-test"]={},e["@nocobase/client"]))})(this,function(e,n){"use strict";class o extends n.Plugin{}e.default=o,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
@@ -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
  /**
2
10
  * 为json对象中collections节点的name、title属性添加后缀
3
11
  * 为json对象中fields节点的collectionName、through、target性添加后缀
@@ -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 { Locator, Page } from '@nocobase/test/e2e';
2
10
  export declare class CreateWorkFlow {
3
11
  readonly page: Page;
@@ -124,7 +132,7 @@ export declare class FormEventTriggerNode {
124
132
  addNodeButton: Locator;
125
133
  constructor(page: Page, triggerName: string, collectionName: string);
126
134
  }
127
- export declare class ClculationNode {
135
+ export declare class CalculationNode {
128
136
  readonly page: Page;
129
137
  node: Locator;
130
138
  nodeTitle: Locator;
@@ -294,7 +302,7 @@ declare const _default: {
294
302
  ScheduleTriggerNode: typeof ScheduleTriggerNode;
295
303
  CollectionTriggerNode: typeof CollectionTriggerNode;
296
304
  FormEventTriggerNode: typeof FormEventTriggerNode;
297
- ClculationNode: typeof ClculationNode;
305
+ CalculationNode: typeof CalculationNode;
298
306
  QueryRecordNode: typeof QueryRecordNode;
299
307
  CreateRecordNode: typeof CreateRecordNode;
300
308
  UpdateRecordNode: typeof UpdateRecordNode;
@@ -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;
@@ -20,7 +29,7 @@ __export(e2ePageObjectModel_exports, {
20
29
  AggregateNode: () => AggregateNode,
21
30
  ApprovalPassthroughModeNode: () => ApprovalPassthroughModeNode,
22
31
  ApprovalTriggerNode: () => ApprovalTriggerNode,
23
- ClculationNode: () => ClculationNode,
32
+ CalculationNode: () => CalculationNode,
24
33
  CollectionTriggerNode: () => CollectionTriggerNode,
25
34
  ConditionBranchNode: () => ConditionBranchNode,
26
35
  ConditionYesNode: () => ConditionYesNode,
@@ -280,7 +289,7 @@ class FormEventTriggerNode {
280
289
  this.addNodeButton = page.getByLabel("add-button", { exact: true });
281
290
  }
282
291
  }
283
- class ClculationNode {
292
+ class CalculationNode {
284
293
  page;
285
294
  node;
286
295
  nodeTitle;
@@ -590,7 +599,7 @@ var e2ePageObjectModel_default = module.exports = {
590
599
  ScheduleTriggerNode,
591
600
  CollectionTriggerNode,
592
601
  FormEventTriggerNode,
593
- ClculationNode,
602
+ CalculationNode,
594
603
  QueryRecordNode,
595
604
  CreateRecordNode,
596
605
  UpdateRecordNode,
@@ -607,7 +616,7 @@ var e2ePageObjectModel_default = module.exports = {
607
616
  AggregateNode,
608
617
  ApprovalPassthroughModeNode,
609
618
  ApprovalTriggerNode,
610
- ClculationNode,
619
+ CalculationNode,
611
620
  CollectionTriggerNode,
612
621
  ConditionBranchNode,
613
622
  ConditionYesNode,
@@ -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 { Page } from '@nocobase/test/e2e';
2
10
  export declare const apiCreateWorkflow: (data: any) => Promise<any>;
3
11
  export declare const apiUpdateWorkflow: (id: number, data: any) => 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,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 * from './e2eCollectionModel';
2
10
  export * from './e2ePageObjectModel';
3
11
  export { default } from './e2ePageObjectModel';
package/dist/e2e/index.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;
@@ -1,10 +1,19 @@
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
  module.exports = {
2
- "@nocobase/client": "1.0.0-alpha.2",
3
- "@nocobase/utils": "1.0.0-alpha.2",
11
+ "@nocobase/client": "1.0.0-alpha.4",
12
+ "@nocobase/utils": "1.0.0-alpha.4",
4
13
  "lodash": "4.17.21",
5
- "@nocobase/test": "1.0.0-alpha.2",
6
- "@nocobase/server": "1.0.0-alpha.2",
7
- "@nocobase/resourcer": "1.0.0-alpha.2",
8
- "@nocobase/data-source-manager": "1.0.0-alpha.2",
9
- "@nocobase/database": "1.0.0-alpha.2"
14
+ "@nocobase/test": "1.0.0-alpha.4",
15
+ "@nocobase/server": "1.0.0-alpha.4",
16
+ "@nocobase/resourcer": "1.0.0-alpha.4",
17
+ "@nocobase/data-source-manager": "1.0.0-alpha.4",
18
+ "@nocobase/database": "1.0.0-alpha.4"
10
19
  };
package/dist/index.d.ts CHANGED
@@ -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 './server';
2
10
  export { default } from './server';
package/dist/index.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;
@@ -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 { CollectionOptions } from '@nocobase/database';
2
10
  declare const _default: CollectionOptions;
3
11
  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
  import { CollectionOptions } from '@nocobase/database';
2
10
  declare const _default: CollectionOptions;
3
11
  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
  import { CollectionOptions } from '@nocobase/database';
2
10
  declare const _default: CollectionOptions;
3
11
  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
  fields: {
@@ -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 { CollectionOptions } from '@nocobase/database';
2
10
  declare const _default: CollectionOptions;
3
11
  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
  no1: () => number;
3
11
  };
@@ -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 { ApplicationOptions, Plugin } from '@nocobase/server';
2
10
  import { MockServer } from '@nocobase/test';
3
11
  export interface MockServerOptions extends ApplicationOptions {
@@ -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
  declare const _default: {
2
10
  echo: {
3
11
  run({ config }: any, { result }: {
@@ -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
  syncTrigger: {
3
11
  new (workflow: 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;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nocobase/plugin-workflow-test",
3
3
  "displayName": "Workflow: test kit",
4
4
  "displayName.zh-CN": "工作流:测试工具包",
5
- "version": "1.0.0-alpha.2",
5
+ "version": "1.0.0-alpha.4",
6
6
  "license": "AGPL-3.0",
7
7
  "main": "dist/server/index.js",
8
8
  "types": "./dist/server/index.d.ts",
@@ -11,5 +11,5 @@
11
11
  "@nocobase/server": "1.x",
12
12
  "@nocobase/test": "1.x"
13
13
  },
14
- "gitHead": "f89dbc9e67d58404a2e484a5e124f739f340dcf8"
14
+ "gitHead": "7a7005ce3bddf33498580a6486c45b5d9ea64ffb"
15
15
  }
@@ -1,3 +0,0 @@
1
- import { Plugin } from '@nocobase/client';
2
-
3
- export default class extends Plugin {}