File tree 21 files changed +113
-42
lines changed
examples/headless-example
services/workflows-service
21 files changed +113
-42
lines changed Original file line number Diff line number Diff line change 1
1
# @ballerine/backoffice-v2
2
2
3
+ ## 0.7.78
4
+
5
+ ### Patch Changes
6
+
7
+ - version bump
8
+ - Updated dependencies
9
+ - @ballerine/common @0.9.56
10
+ - @ballerine/workflow-browser-sdk @0.6.74
11
+ - @ballerine/workflow-node-sdk @0.6.74
12
+
3
13
## 0.7.77
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ballerine/backoffice-v2" ,
3
- "version" : " 0.7.77 " ,
3
+ "version" : " 0.7.78 " ,
4
4
"description" : " Ballerine - Backoffice" ,
5
5
"homepage" : " https://github.com/ballerine-io/ballerine" ,
6
6
"type" : " module" ,
52
52
},
53
53
"dependencies" : {
54
54
"@ballerine/blocks" : " 0.2.28" ,
55
- "@ballerine/common" : " 0.9.55 " ,
55
+ "@ballerine/common" : " 0.9.56 " ,
56
56
"@ballerine/react-pdf-toolkit" : " ^1.2.48" ,
57
57
"@ballerine/ui" : " ^0.5.48" ,
58
- "@ballerine/workflow-browser-sdk" : " 0.6.73 " ,
59
- "@ballerine/workflow-node-sdk" : " 0.6.73 " ,
58
+ "@ballerine/workflow-browser-sdk" : " 0.6.74 " ,
59
+ "@ballerine/workflow-node-sdk" : " 0.6.74 " ,
60
60
"@botpress/webchat" : " ^2.1.10" ,
61
61
"@botpress/webchat-generator" : " ^0.2.9" ,
62
62
"@fontsource/inter" : " ^4.5.15" ,
Original file line number Diff line number Diff line change 1
1
# kyb-app
2
2
3
+ ## 0.3.90
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @ballerine/common @0.9.56
9
+ - @ballerine/workflow-browser-sdk @0.6.74
10
+
3
11
## 0.3.89
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ballerine/kyb-app" ,
3
3
"private" : true ,
4
- "version" : " 0.3.89 " ,
4
+ "version" : " 0.3.90 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
16
16
},
17
17
"dependencies" : {
18
18
"@ballerine/blocks" : " 0.2.28" ,
19
- "@ballerine/common" : " ^0.9.55 " ,
19
+ "@ballerine/common" : " ^0.9.56 " ,
20
20
"@ballerine/ui" : " 0.5.49" ,
21
- "@ballerine/workflow-browser-sdk" : " 0.6.73 " ,
21
+ "@ballerine/workflow-browser-sdk" : " 0.6.74 " ,
22
22
"@lukemorales/query-key-factory" : " ^1.0.3" ,
23
23
"@radix-ui/react-icons" : " ^1.3.0" ,
24
24
"@rjsf/core" : " ^5.9.0" ,
Original file line number Diff line number Diff line change 1
1
# @ballerine/headless-example
2
2
3
+ ## 0.3.73
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @ballerine/common @0.9.56
9
+ - @ballerine/workflow-browser-sdk @0.6.74
10
+
3
11
## 0.3.72
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ballerine/headless-example" ,
3
3
"private" : true ,
4
- "version" : " 0.3.72 " ,
4
+ "version" : " 0.3.73 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"spellcheck" : " cspell \" *\" " ,
34
34
"vite" : " ^4.5.3"
35
35
},
36
36
"dependencies" : {
37
- "@ballerine/common" : " 0.9.55 " ,
38
- "@ballerine/workflow-browser-sdk" : " 0.6.73 " ,
37
+ "@ballerine/common" : " 0.9.56 " ,
38
+ "@ballerine/workflow-browser-sdk" : " 0.6.74 " ,
39
39
"@felte/reporter-svelte" : " ^1.1.5" ,
40
40
"@felte/validator-zod" : " ^1.0.13" ,
41
41
"@fontsource/inter" : " ^4.5.15" ,
Original file line number Diff line number Diff line change 1
1
# @ballerine/common
2
2
3
+ ## 0.9.56
4
+
5
+ ### Patch Changes
6
+
7
+ - version bump
8
+
3
9
## 0.9.55
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"private" : false ,
3
3
"name" : " @ballerine/common" ,
4
4
"author" : " Ballerine <dev@ballerine.com>" ,
5
- "version" : " 0.9.55 " ,
5
+ "version" : " 0.9.56 " ,
6
6
"description" : " common" ,
7
7
"module" : " ./dist/esm/index.js" ,
8
8
"main" : " ./dist/cjs/index.js" ,
Original file line number Diff line number Diff line change 1
1
# @ballerine/workflow-core
2
2
3
+ ## 0.6.74
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @ballerine/common @0.9.56
9
+
3
10
## 0.6.73
4
11
5
12
### Patch Changes
15
22
- version bump
16
23
17
24
## 0.6.71
25
+
18
26
## 0.6.69
19
27
20
28
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ballerine/workflow-core" ,
3
3
"author" : " Ballerine <dev@ballerine.com>" ,
4
- "version" : " 0.6.73 " ,
4
+ "version" : " 0.6.74 " ,
5
5
"description" : " workflow-core" ,
6
6
"module" : " ./dist/esm/index.js" ,
7
7
"main" : " ./dist/cjs/index.js" ,
31
31
"node" : " >=12"
32
32
},
33
33
"dependencies" : {
34
- "@ballerine/common" : " 0.9.55 " ,
34
+ "@ballerine/common" : " 0.9.56 " ,
35
35
"ajv" : " ^8.12.0" ,
36
36
"country-state-city" : " ^3.1.4" ,
37
37
"i18n-iso-countries" : " ^7.6.0" ,
Original file line number Diff line number Diff line change 1
1
# web-ui-sdk
2
2
3
+ ## 1.5.57
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @ballerine/common @0.9.56
9
+
3
10
## 1.5.56
4
11
5
12
### Patch Changes
Original file line number Diff line number Diff line change 21
21
"types" : " dist/index.d.ts" ,
22
22
"name" : " @ballerine/web-ui-sdk" ,
23
23
"private" : false ,
24
- "version" : " 1.5.56 " ,
24
+ "version" : " 1.5.57 " ,
25
25
"type" : " module" ,
26
26
"files" : [
27
27
" dist"
96
96
"vitest" : " ^0.24.5"
97
97
},
98
98
"dependencies" : {
99
- "@ballerine/common" : " 0.9.55 " ,
99
+ "@ballerine/common" : " 0.9.56 " ,
100
100
"@zerodevx/svelte-toast" : " ^0.8.0" ,
101
101
"compressorjs" : " ^1.1.1" ,
102
102
"deepmerge" : " ^4.3.0" ,
Original file line number Diff line number Diff line change 1
1
# @ballerine/workflow-browser-sdk
2
2
3
+ ## 0.6.74
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @ballerine/common @0.9.56
9
+ - @ballerine/workflow-core @0.6.74
10
+
3
11
## 0.6.73
4
12
5
13
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ballerine/workflow-browser-sdk" ,
3
3
"author" : " Ballerine <dev@ballerine.com>" ,
4
- "version" : " 0.6.73 " ,
4
+ "version" : " 0.6.74 " ,
5
5
"description" : " workflow-browser-sdk" ,
6
6
"module" : " ./dist/esm/index.js" ,
7
7
"main" : " ./dist/cjs/index.js" ,
33
33
"node" : " >=12"
34
34
},
35
35
"dependencies" : {
36
- "@ballerine/common" : " 0.9.55 " ,
37
- "@ballerine/workflow-core" : " 0.6.73 " ,
36
+ "@ballerine/common" : " 0.9.56 " ,
37
+ "@ballerine/workflow-core" : " 0.6.74 " ,
38
38
"xstate" : " ^4.37.0"
39
39
},
40
40
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
# @ballerine/workflow-node-sdk
2
2
3
+ ## 0.6.74
4
+
5
+ ### Patch Changes
6
+
7
+ - @ballerine/workflow-core @0.6.74
8
+
3
9
## 0.6.73
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ballerine/workflow-node-sdk" ,
3
3
"author" : " Ballerine <dev@ballerine.com>" ,
4
- "version" : " 0.6.73 " ,
4
+ "version" : " 0.6.74 " ,
5
5
"description" : " workflow-node-sdk" ,
6
6
"module" : " ./dist/esm/index.js" ,
7
7
"main" : " ./dist/cjs/index.js" ,
28
28
"node" : " >=12"
29
29
},
30
30
"dependencies" : {
31
- "@ballerine/workflow-core" : " 0.6.73 " ,
31
+ "@ballerine/workflow-core" : " 0.6.74 " ,
32
32
"json-logic-js" : " ^2.0.2" ,
33
33
"xstate" : " ^4.36.0"
34
34
},
Original file line number Diff line number Diff line change 1
1
# @ballerine/workflows-service
2
2
3
+ ## 0.7.78
4
+
5
+ ### Patch Changes
6
+
7
+ - version bump
8
+ - Updated dependencies
9
+ - @ballerine/common @0.9.56
10
+ - @ballerine/workflow-core @0.6.74
11
+ - @ballerine/workflow-node-sdk @0.6.74
12
+
3
13
## 0.7.77
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ballerine/workflows-service" ,
3
3
"private" : false ,
4
- "version" : " 0.7.77 " ,
4
+ "version" : " 0.7.78 " ,
5
5
"description" : " workflow-service" ,
6
6
"scripts" : {
7
7
"spellcheck" : " cspell \" *\" " ,
48
48
"@aws-sdk/client-secrets-manager" : " ^3.620.1" ,
49
49
"@aws-sdk/lib-storage" : " 3.347.1" ,
50
50
"@aws-sdk/s3-request-presigner" : " 3.347.1" ,
51
- "@ballerine/common" : " 0.9.55 " ,
52
- "@ballerine/workflow-core" : " 0.6.73 " ,
53
- "@ballerine/workflow-node-sdk" : " 0.6.73 " ,
51
+ "@ballerine/common" : " 0.9.56 " ,
52
+ "@ballerine/workflow-core" : " 0.6.74 " ,
53
+ "@ballerine/workflow-node-sdk" : " 0.6.74 " ,
54
54
"@faker-js/faker" : " ^7.6.0" ,
55
55
"@nestjs/axios" : " ^2.0.0" ,
56
56
"@nestjs/common" : " ^9.3.12" ,
Original file line number Diff line number Diff line change 17
17
"dependencies" : {
18
18
"@astrojs/starlight" : " 0.11.1" ,
19
19
"@astrojs/tailwind" : " ^4.0.0" ,
20
- "@ballerine/common" : " ^0.9.55 " ,
20
+ "@ballerine/common" : " ^0.9.56 " ,
21
21
"astro" : " 3.3.3" ,
22
22
"sharp" : " ^0.32.4" ,
23
23
"shiki" : " ^0.14.3"
You can’t perform that action at this time.
0 commit comments