File tree Expand file tree Collapse file tree 3 files changed +17
-13
lines changed Expand file tree Collapse file tree 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+
15## 0.3.2
26
37The ` LoopActivityEventHandler ` can return ` void ` or ` Promise ` now.
Original file line number Diff line number Diff line change 11{
22 "name" : " sequential-workflow-machine" ,
33 "description" : " Powerful sequential workflow machine for frontend and backend applications." ,
4- "version" : " 0.3.2 " ,
4+ "version" : " 0.4.0 " ,
55 "type" : " module" ,
66 "main" : " ./lib/esm/index.js" ,
77 "types" : " ./lib/index.d.ts" ,
4343 "prettier:fix" : " prettier --write ./src"
4444 },
4545 "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 "
4848 },
4949 "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 "
5252 },
5353 "devDependencies" : {
5454 "@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:
26212621 resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
26222622 integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
26232623
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 ==
26282628
26292629shebang-command@^2.0.0 :
26302630 version "2.0.0"
@@ -2902,10 +2902,10 @@ write-file-atomic@^4.0.2:
29022902 imurmurhash "^0.1.4"
29032903 signal-exit "^3.0.7"
29042904
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 ==
29092909
29102910y18n@^5.0.5 :
29112911 version "5.0.8"
You can’t perform that action at this time.
0 commit comments