@flowgram.ai/shortcuts-plugin 0.1.0-alpha.14 → 0.1.0-alpha.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.
package/dist/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as _flowgram_ai_core from '@flowgram.ai/core';
2
- import { Command, ContributionProvider, CommandRegistry } from '@flowgram.ai/core';
2
+ import { ContributionProvider, CommandRegistry, Command } from '@flowgram.ai/core';
3
3
 
4
4
  /**
5
5
  * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as _flowgram_ai_core from '@flowgram.ai/core';
2
- import { Command, ContributionProvider, CommandRegistry } from '@flowgram.ai/core';
2
+ import { ContributionProvider, CommandRegistry, Command } from '@flowgram.ai/core';
3
3
 
4
4
  /**
5
5
  * Copyright (c) 2025 Bytedance Ltd. and/or its affiliates
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
  ShortcutsContribution: () => ShortcutsContribution,
32
32
  ShortcutsRegistry: () => ShortcutsRegistry,
33
33
  createShortcutsPlugin: () => createShortcutsPlugin
34
34
  });
35
- module.exports = __toCommonJS(src_exports);
35
+ module.exports = __toCommonJS(index_exports);
36
36
 
37
37
  // src/create-shortcuts-plugin.ts
38
38
  var import_core3 = require("@flowgram.ai/core");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowgram.ai/shortcuts-plugin",
3
- "version": "0.1.0-alpha.14",
3
+ "version": "0.1.0-alpha.16",
4
4
  "homepage": "https://flowgram.ai/",
5
5
  "repository": "https://github.com/bytedance/flowgram.ai",
6
6
  "license": "MIT",
@@ -18,19 +18,16 @@
18
18
  "dependencies": {
19
19
  "inversify": "^6.0.1",
20
20
  "reflect-metadata": "~0.2.2",
21
- "styled-components": "^5",
22
- "@flowgram.ai/core": "0.1.0-alpha.14",
23
- "@flowgram.ai/document": "0.1.0-alpha.14",
24
- "@flowgram.ai/utils": "0.1.0-alpha.14"
21
+ "@flowgram.ai/core": "0.1.0-alpha.16"
25
22
  },
26
23
  "devDependencies": {
27
- "@vitest/coverage-v8": "^0.32.0",
24
+ "@vitest/coverage-v8": "^3.2.4",
28
25
  "eslint": "^8.54.0",
29
26
  "tsup": "^8.0.1",
30
27
  "typescript": "^5.8.3",
31
- "vitest": "^0.34.6",
32
- "@flowgram.ai/eslint-config": "0.1.0-alpha.14",
33
- "@flowgram.ai/ts-config": "0.1.0-alpha.14"
28
+ "vitest": "^3.2.4",
29
+ "@flowgram.ai/eslint-config": "0.1.0-alpha.16",
30
+ "@flowgram.ai/ts-config": "0.1.0-alpha.16"
34
31
  },
35
32
  "publishConfig": {
36
33
  "access": "public",