Skip to content

Commit 5c9bb4c

Browse files
committed
tmp: try build for external install
1 parent 203d70d commit 5c9bb4c

Some content is hidden

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

77 files changed

+2577
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ out
8383

8484
# Nuxt.js build / generate output
8585
.nuxt
86-
dist
86+
# dist
8787

8888
# Gatsby files
8989
.cache/

dist/client.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/**
2+
* SDK client factory using resolved configuration
3+
*/
4+
import { type CamundaClient } from '@camunda8/orchestration-cluster-api';
5+
/**
6+
* Create a Camunda 8 cluster client with resolved configuration
7+
*/
8+
export declare function createClient(profileFlag?: string): CamundaClient;
9+
//# sourceMappingURL=client.d.ts.map

dist/client.d.ts.map

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

dist/client.js

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/client.js.map

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

dist/commands/deployments.d.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/**
2+
* Deployment commands with building-block folder prioritization
3+
*/
4+
/**
5+
* Deploy resources
6+
*/
7+
export declare function deploy(paths: string[], options: {
8+
profile?: string;
9+
}): Promise<void>;
10+
//# sourceMappingURL=deployments.d.ts.map

dist/commands/deployments.d.ts.map

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

dist/commands/deployments.js

Lines changed: 221 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/commands/deployments.js.map

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

0 commit comments

Comments
 (0)