@flowgram.ai/minimap-plugin 0.4.14 → 0.4.16

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 +9 -9
package/dist/index.js CHANGED
@@ -36,8 +36,8 @@ var __decorateClass = (decorators, target, key, kind) => {
36
36
  };
37
37
 
38
38
  // src/index.ts
39
- var src_exports = {};
40
- __export(src_exports, {
39
+ var index_exports = {};
40
+ __export(index_exports, {
41
41
  FlowMinimapLayer: () => FlowMinimapLayer,
42
42
  FlowMinimapService: () => FlowMinimapService,
43
43
  MinimapDefaultCanvasStyle: () => MinimapDefaultCanvasStyle,
@@ -46,7 +46,7 @@ __export(src_exports, {
46
46
  MinimapRender: () => MinimapRender,
47
47
  createMinimapPlugin: () => createMinimapPlugin
48
48
  });
49
- module.exports = __toCommonJS(src_exports);
49
+ module.exports = __toCommonJS(index_exports);
50
50
 
51
51
  // src/component.tsx
52
52
  var import_react = __toESM(require("react"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowgram.ai/minimap-plugin",
3
- "version": "0.4.14",
3
+ "version": "0.4.16",
4
4
  "homepage": "https://flowgram.ai/",
5
5
  "repository": "https://github.com/bytedance/flowgram.ai",
6
6
  "license": "MIT",
@@ -19,10 +19,10 @@
19
19
  "inversify": "^6.0.1",
20
20
  "reflect-metadata": "~0.2.2",
21
21
  "lodash-es": "^4.17.21",
22
- "@flowgram.ai/core": "0.4.14",
23
- "@flowgram.ai/document": "0.4.14",
24
- "@flowgram.ai/utils": "0.4.14",
25
- "@flowgram.ai/renderer": "0.4.14"
22
+ "@flowgram.ai/core": "0.4.16",
23
+ "@flowgram.ai/document": "0.4.16",
24
+ "@flowgram.ai/renderer": "0.4.16",
25
+ "@flowgram.ai/utils": "0.4.16"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/bezier-js": "4.1.3",
@@ -30,16 +30,16 @@
30
30
  "@types/react": "^18",
31
31
  "@types/react-dom": "^18",
32
32
  "@types/styled-components": "^5",
33
- "@vitest/coverage-v8": "^0.32.0",
33
+ "@vitest/coverage-v8": "^3.2.4",
34
34
  "eslint": "^8.54.0",
35
35
  "react": "^18",
36
36
  "react-dom": "^18",
37
37
  "styled-components": "^5",
38
38
  "tsup": "^8.0.1",
39
39
  "typescript": "^5.8.3",
40
- "vitest": "^0.34.6",
41
- "@flowgram.ai/eslint-config": "0.4.14",
42
- "@flowgram.ai/ts-config": "0.4.14"
40
+ "vitest": "^3.2.4",
41
+ "@flowgram.ai/eslint-config": "0.4.16",
42
+ "@flowgram.ai/ts-config": "0.4.16"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": ">=16.8",