File tree 3 files changed +17
-13
lines changed
3 files changed +17
-13
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.4.0
2
+
3
+ Updated the ` sequential-workflow-model ` dependency to the version ` 0.2.0 ` .
4
+
1
5
## 0.3.2
2
6
3
7
The ` LoopActivityEventHandler ` can return ` void ` or ` Promise ` now.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sequential-workflow-machine" ,
3
3
"description" : " Powerful sequential workflow machine for frontend and backend applications." ,
4
- "version" : " 0.3.2 " ,
4
+ "version" : " 0.4.0 " ,
5
5
"type" : " module" ,
6
6
"main" : " ./lib/esm/index.js" ,
7
7
"types" : " ./lib/index.d.ts" ,
43
43
"prettier:fix" : " prettier --write ./src"
44
44
},
45
45
"peerDependencies" : {
46
- "sequential-workflow-model" : " ^0.1.4 " ,
47
- "xstate" : " ^4.38.1 "
46
+ "sequential-workflow-model" : " ^0.2.0 " ,
47
+ "xstate" : " ^4.38.2 "
48
48
},
49
49
"dependencies" : {
50
- "sequential-workflow-model" : " ^0.1.4 " ,
51
- "xstate" : " ^4.38.1 "
50
+ "sequential-workflow-model" : " ^0.2.0 " ,
51
+ "xstate" : " ^4.38.2 "
52
52
},
53
53
"devDependencies" : {
54
54
"@types/jest" : " ^29.4.0" ,
Original file line number Diff line number Diff line change @@ -2621,10 +2621,10 @@ semver@^6.0.0, semver@^6.3.0:
2621
2621
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
2622
2622
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
2623
2623
2624
- sequential-workflow-model@^0.1.4 :
2625
- version "0.1.4 "
2626
- resolved "https://registry.yarnpkg.com/sequential-workflow-model/-/sequential-workflow-model-0.1.4 .tgz#fcda9b0d802c00668ff1cd4860bf5c9141cfe788 "
2627
- integrity sha512-z44I8CQqP51sO7gHqH0/7GjmBOt2yczmmEGdRdJaczogDtZ1E6kucLkcvA4LugXFFuxTilYldY7NKFFTK+XWDA ==
2624
+ sequential-workflow-model@^0.2.0 :
2625
+ version "0.2.0 "
2626
+ resolved "https://registry.yarnpkg.com/sequential-workflow-model/-/sequential-workflow-model-0.2.0 .tgz#7266378b67eeef3973a98fd07a32bb753c8666ec "
2627
+ integrity sha512-oK+He1N/0Ogg4Z/7KbAzhBRTJEqpPewQAIV7G9WvxhLcpTHvrR9rTMykDwWDVdroNFiLQYa00nYvjqrCIzYfqg ==
2628
2628
2629
2629
shebang-command@^2.0.0 :
2630
2630
version "2.0.0"
@@ -2902,10 +2902,10 @@ write-file-atomic@^4.0.2:
2902
2902
imurmurhash "^0.1.4"
2903
2903
signal-exit "^3.0.7"
2904
2904
2905
- xstate@^4.38.1 :
2906
- version "4.38.1 "
2907
- resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.1 .tgz#9be54c2dfc44d1d566c697393921edaf6d3c9998 "
2908
- integrity sha512-1gBUcFWBj/rv/pRcP2Bedl5sNRGX2d36CaOx9z7fE9uSiHaOEHIWzLg1B853q2xdUHUA9pEiWKjLZ3can4SJaQ ==
2905
+ xstate@^4.38.2 :
2906
+ version "4.38.2 "
2907
+ resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.2 .tgz#1b74544fc9c8c6c713ba77f81c6017e65aa89804 "
2908
+ integrity sha512-Fba/DwEPDLneHT3tbJ9F3zafbQXszOlyCJyQqqdzmtlY/cwE2th462KK48yaANf98jHlP6lJvxfNtN0LFKXPQg ==
2909
2909
2910
2910
y18n@^5.0.5 :
2911
2911
version "5.0.8"
You can’t perform that action at this time.
0 commit comments