@flowgram.ai/free-group-plugin 0.4.13 → 0.4.15

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 (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +15 -15
package/dist/index.js CHANGED
@@ -26,13 +26,13 @@ var __decorateClass = (decorators, target, key, kind) => {
26
26
  };
27
27
 
28
28
  // src/index.ts
29
- var src_exports = {};
30
- __export(src_exports, {
29
+ var index_exports = {};
30
+ __export(index_exports, {
31
31
  WorkflowGroupCommand: () => WorkflowGroupCommand,
32
32
  WorkflowGroupService: () => WorkflowGroupService,
33
33
  createFreeGroupPlugin: () => createFreeGroupPlugin
34
34
  });
35
- module.exports = __toCommonJS(src_exports);
35
+ module.exports = __toCommonJS(index_exports);
36
36
 
37
37
  // src/create-free-group-plugin.tsx
38
38
  var import_shortcuts_plugin = require("@flowgram.ai/shortcuts-plugin");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowgram.ai/free-group-plugin",
3
- "version": "0.4.13",
3
+ "version": "0.4.15",
4
4
  "homepage": "https://flowgram.ai/",
5
5
  "repository": "https://github.com/bytedance/flowgram.ai",
6
6
  "license": "MIT",
@@ -19,16 +19,16 @@
19
19
  "inversify": "^6.0.1",
20
20
  "reflect-metadata": "~0.2.2",
21
21
  "lodash-es": "^4.17.21",
22
- "@flowgram.ai/free-container-plugin": "0.4.13",
23
- "@flowgram.ai/free-history-plugin": "0.4.13",
24
- "@flowgram.ai/free-lines-plugin": "0.4.13",
25
- "@flowgram.ai/shortcuts-plugin": "0.4.13",
26
- "@flowgram.ai/document": "0.4.13",
27
- "@flowgram.ai/free-layout-core": "0.4.13",
28
- "@flowgram.ai/core": "0.4.13",
29
- "@flowgram.ai/renderer": "0.4.13",
30
- "@flowgram.ai/utils": "0.4.13",
31
- "@flowgram.ai/free-layout-editor": "0.4.13"
22
+ "@flowgram.ai/free-container-plugin": "0.4.15",
23
+ "@flowgram.ai/free-history-plugin": "0.4.15",
24
+ "@flowgram.ai/free-lines-plugin": "0.4.15",
25
+ "@flowgram.ai/document": "0.4.15",
26
+ "@flowgram.ai/core": "0.4.15",
27
+ "@flowgram.ai/shortcuts-plugin": "0.4.15",
28
+ "@flowgram.ai/renderer": "0.4.15",
29
+ "@flowgram.ai/utils": "0.4.15",
30
+ "@flowgram.ai/free-layout-core": "0.4.15",
31
+ "@flowgram.ai/free-layout-editor": "0.4.15"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/bezier-js": "4.1.3",
@@ -36,16 +36,16 @@
36
36
  "@types/react": "^18",
37
37
  "@types/react-dom": "^18",
38
38
  "@types/styled-components": "^5",
39
- "@vitest/coverage-v8": "^0.32.0",
39
+ "@vitest/coverage-v8": "^3.2.4",
40
40
  "eslint": "^8.54.0",
41
41
  "react": "^18",
42
42
  "react-dom": "^18",
43
43
  "styled-components": "^5",
44
44
  "tsup": "^8.0.1",
45
45
  "typescript": "^5.8.3",
46
- "vitest": "^0.34.6",
47
- "@flowgram.ai/eslint-config": "0.4.13",
48
- "@flowgram.ai/ts-config": "0.4.13"
46
+ "vitest": "^3.2.4",
47
+ "@flowgram.ai/ts-config": "0.4.15",
48
+ "@flowgram.ai/eslint-config": "0.4.15"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": ">=16.8",