Skip to content

Commit 063f034

Browse files
Update readme and dependencies and release v2.1 (#49)
* Update readme and dependencies and release v2.1.0 * Move copyfiles to dev dependencies * chore: Update dependencies
1 parent fce9d02 commit 063f034

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+15580
-40652
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/node_modules/
22
.idea
3-
yarn.lock
3+
yarn.lock
4+
.DS_Store

README.md

+24-12

client/bpmnjs-i18n-extension/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/de.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/de/bpmn-js.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -190,4 +190,4 @@ export default {
190190
'unrecognized flowElement {element} in context {context}': 'FlowElement {element} im Context {context} nicht erkannt',
191191
'unsupported bpmnElement for {plane}: {rootElement}': 'Nicht unterstütztes bpmnElement für {plane}: {rootElement}',
192192
'User task': 'Benutzer-Aufgabe'
193-
};
193+
};

client/bpmnjs-i18n-extension/languages/de/dmn-js.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/de/other.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/de/properties-panel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/en.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/en/bpmn-js.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/en/dmn-js.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/en/other.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/en/properties-panel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/nl-nl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/nl-nl/bpmn-js.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/nl-nl/dmn-js.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/nl-nl/other.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/nl-nl/properties-panel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/pt-br.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/pt-br/bpmn-js.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/pt-br/dmn-js.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/pt-br/other.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/pt-br/properties-panel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/ru.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/ru/bpmn-js.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/ru/dmn-js.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/ru/other.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/ru/properties-panel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/zh-Hans.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/zh-Hans/bpmn-js.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/zh-Hans/dmn-js.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/zh-Hans/other.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/zh-Hans/properties-panel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/zh-Hant.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/zh-Hant/bpmn-js.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/zh-Hant/dmn-js.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/zh-Hant/other.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/languages/zh-Hant/properties-panel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/bpmnjs-i18n-extension/translate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/config/ConfigModal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/config/I18nPlugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

client/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2021 FlowSquad GmbH
2+
* Copyright 2025 Miragon GmbH
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)