1.2.0 • Published 3 months ago

@open-bpmn/open-bpmn-theia v1.2.0

Weekly downloads
-
License
(GPL-3.0)
Repository
github
Last release
3 months ago

Open-BPMN - Theia

Open-BPMN-Theia is a Node.js library and part of the Open-BPMN project. The module @open-bpmn/open-bpmn-thea integrates Open-BPMN into the Eclipse Theia platform.

Build and Dependencies

To build the client module run

$ yarn

Please follow the GLSP Theia Integration guide for more details about how to integrate a GLSP Client into the Eclipse Theia platform.

GLSP Theia Integration

Please Note: Due to a transitive dependency to sprotty-theia it's currently not possible to safely restrict the maximum version of Theia packages. If you encounter build errors related to multiple resolved Theia versions please add a resolutions block to the package.json of your project e.g. for 1.0.0-theia1.27.0:

...
 "resolutions": {
    "**/@theia/core": "1.27.0",
    "**/@theia/editor": "1.27.0",
    "**/@theia/filesystem": "1.27.0",
    "**/@theia/messages": "1.27.0",
    "**/@theia/monaco": "1.27.0"
  },
...

More information

For more information, please visit the Eclipse GLSP Theia Integration repository and the Eclipse GLSP Website. If you have questions, please raise them in the discussions and have a look at our communication and support options.

1.2.0

3 months ago

1.0.2

9 months ago

1.0.3

6 months ago

1.0.1

10 months ago

1.0.0

12 months ago

0.9.5

12 months ago

0.9.4

1 year ago

0.9.3

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.9.0

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.7.2

1 year ago

0.7.1

1 year ago

0.7.0

1 year ago