Skip to content

Commit 805d5ae

Browse files
committed
chore: adress copilot feedback
1 parent fd91d67 commit 805d5ae

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import type {
1313
} from '@camunda8/orchestration-cluster-api';
1414
import type {ModdleElement} from "bpmn-js/lib/model/Types";
1515

16-
declare type ExtendedDeploymentResult = Awaited<ReturnType<CamundaClient['createDeployment']>>
16+
type ExtendedDeploymentResult = Awaited<ReturnType<CamundaClient['createDeployment']>>;
1717

1818
export type {
1919
CreateProcessInstanceResult,

package-lock.json

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
},
2626
"license": "MIT",
2727
"dependencies": {
28+
"@camunda8/orchestration-cluster-api": "^8.8.4",
2829
"@codemirror/autocomplete": "^6.19.1",
2930
"@codemirror/lang-json": "^6.0.2",
3031
"@codemirror/language": "^6.11.3",
@@ -41,7 +42,6 @@
4142
"@babel/preset-env": "^7.28.0",
4243
"@babel/preset-react": "^7.27.1",
4344
"@bpmn-io/variable-resolver": "^1.3.6",
44-
"@camunda8/orchestration-cluster-api": "^8.8.4",
4545
"@camunda8/sdk": "^8.8.3",
4646
"@carbon/icons-react": "^11.62.0",
4747
"@carbon/react": "^1.76.0",

0 commit comments

Comments
 (0)