aurora-langium 0.2.25 → 0.2.26

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.
@@ -0,0 +1,5 @@
1
+ import { IActionHandler } from 'sprotty';
2
+ import { type Action } from 'sprotty-protocol';
3
+ export declare class ElementSelectedActionHandler implements IActionHandler {
4
+ handle(action: Action): void;
5
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aurora-langium",
3
3
  "description": "It contains the DSL named Aurora",
4
- "version": "0.2.25",
4
+ "version": "0.2.26",
5
5
  "files": [
6
6
  "bin",
7
7
  "out",
@@ -43,7 +43,7 @@
43
43
  "require": "./dist/cjs/extension/src/commands/toggle-diagram-layout-command.cjs",
44
44
  "types": "./dist/types/src/extension/src/commands/toggle-diagram-layout-command.d.ts"
45
45
  },
46
- "./dist/types/src/extension/src/commands/hide-narratives-command.d.ts": {
46
+ "./dist/types/src/extension/src/commands/hide-narratives-command": {
47
47
  "import": "./dist/cjs/extension/src/commands/hide-narratives-command.cjs",
48
48
  "require": "./dist/cjs/extension/src/commands/hide-narratives-command.cjs",
49
49
  "types": "./dist/types/src/extension/src/commands/hide-narratives-command.d.ts"