Skip to content

Commit

Permalink
0.8.0. (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz authored Aug 5, 2023
1 parent b43bddb commit 160adc9
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 40 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.0

Updated the `sequential-workflow-model` dependency to the version `0.2.0`.

## 0.7.2

We added a new type of a validator: step validator. It allows to restrict a placement of a step in a definition. For example, you can enforce that a step can be placed only inside a specific step.
Expand Down
14 changes: 7 additions & 7 deletions demos/webpack-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"prettier:fix": "prettier --write ./src ./public/**/*.{html,css}"
},
"dependencies": {
"xstate": "^4.37.2",
"sequential-workflow-model": "^0.1.4",
"sequential-workflow-designer": "^0.13.5",
"sequential-workflow-machine": "^0.3.0",
"sequential-workflow-editor-model": "^0.7.2",
"sequential-workflow-editor": "^0.7.2"
"xstate": "^4.38.2",
"sequential-workflow-model": "^0.2.0",
"sequential-workflow-designer": "^0.14.1",
"sequential-workflow-machine": "^0.4.0",
"sequential-workflow-editor-model": "^0.8.0",
"sequential-workflow-editor": "^0.8.0"
},
"devDependencies": {
"ts-loader": "^9.4.2",
Expand All @@ -33,4 +33,4 @@
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.30.0"
}
}
}
12 changes: 6 additions & 6 deletions editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sequential-workflow-editor",
"version": "0.7.2",
"version": "0.8.0",
"type": "module",
"main": "./lib/esm/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -46,12 +46,12 @@
"prettier:fix": "prettier --write ./src ./css"
},
"dependencies": {
"sequential-workflow-editor-model": "^0.7.2",
"sequential-workflow-model": "^0.1.4"
"sequential-workflow-editor-model": "^0.8.0",
"sequential-workflow-model": "^0.2.0"
},
"peerDependencies": {
"sequential-workflow-editor-model": "^0.7.2",
"sequential-workflow-model": "^0.1.4"
"sequential-workflow-editor-model": "^0.8.0",
"sequential-workflow-model": "^0.2.0"
},
"devDependencies": {
"rollup": "^3.20.2",
Expand Down Expand Up @@ -79,4 +79,4 @@
"lowcode",
"flow"
]
}
}
6 changes: 3 additions & 3 deletions model/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sequential-workflow-editor-model",
"version": "0.7.2",
"version": "0.8.0",
"homepage": "https://nocode-js.com/",
"author": {
"name": "NoCode JS",
Expand Down Expand Up @@ -45,10 +45,10 @@
"test": "jest --clearCache && jest --watchAll"
},
"dependencies": {
"sequential-workflow-model": "^0.1.4"
"sequential-workflow-model": "^0.2.0"
},
"peerDependencies": {
"sequential-workflow-model": "^0.1.4"
"sequential-workflow-model": "^0.2.0"
},
"devDependencies": {
"typescript": "^4.9.5",
Expand Down
43 changes: 19 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5163,25 +5163,25 @@ semver@^7.3.4, semver@^7.3.7, semver@^7.3.8:
dependencies:
lru-cache "^6.0.0"

sequential-workflow-designer@^0.13.5:
version "0.13.5"
resolved "https://registry.yarnpkg.com/sequential-workflow-designer/-/sequential-workflow-designer-0.13.5.tgz#9e0485d233d890c03675e0a59057eba8abd4e09d"
integrity sha512-MyG/p7EF+AskWsEHRXt3hSYfJNr5SEmQfUDHqT1Oqt7jBJb4RH6E+nD7XwiPwZ0HMJRIlMX6jiC6eV/Ieq/AXQ==
sequential-workflow-designer@^0.14.1:
version "0.14.1"
resolved "https://registry.yarnpkg.com/sequential-workflow-designer/-/sequential-workflow-designer-0.14.1.tgz#1f7f5b2a1c4a337044e77eaef36fe1333ba22c4b"
integrity sha512-wPgNKnl/4q4QMbYqn19O9On6eYf/MXzityXAFmzo/WQBAl6RJhclY4LmL8HxotdkcGSQznW80E3gOpNERZCdLw==
dependencies:
sequential-workflow-model "^0.1.4"
sequential-workflow-model "^0.2.0"

sequential-workflow-machine@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/sequential-workflow-machine/-/sequential-workflow-machine-0.3.0.tgz#7ceee49b9348cb14a9686aa61b5fa675947682f7"
integrity sha512-1Fut5YCLUMeAS7sM8Rmpxjys37ainCqy8F/XVQD8Zzwtnll375LVJfoimlZw/o92DrOWA/RLcWnML0FQ6mSeJw==
sequential-workflow-machine@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/sequential-workflow-machine/-/sequential-workflow-machine-0.4.0.tgz#d29647f9e17f2f8f5cb7b0755c7a0641bf321d98"
integrity sha512-+Uj4lzniTWNPtYaRSpqMuDfakpBCJW3hI948rB7eiS4fboVmyBfAYPb0+6XSocDYhwhGu9JJSxexH5NTboZjQQ==
dependencies:
sequential-workflow-model "^0.1.4"
xstate "^4.38.1"
sequential-workflow-model "^0.2.0"
xstate "^4.38.2"

sequential-workflow-model@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/sequential-workflow-model/-/sequential-workflow-model-0.1.4.tgz#fcda9b0d802c00668ff1cd4860bf5c9141cfe788"
integrity sha512-z44I8CQqP51sO7gHqH0/7GjmBOt2yczmmEGdRdJaczogDtZ1E6kucLkcvA4LugXFFuxTilYldY7NKFFTK+XWDA==
sequential-workflow-model@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/sequential-workflow-model/-/sequential-workflow-model-0.2.0.tgz#7266378b67eeef3973a98fd07a32bb753c8666ec"
integrity sha512-oK+He1N/0Ogg4Z/7KbAzhBRTJEqpPewQAIV7G9WvxhLcpTHvrR9rTMykDwWDVdroNFiLQYa00nYvjqrCIzYfqg==

serialize-javascript@^6.0.1:
version "6.0.1"
Expand Down Expand Up @@ -5879,15 +5879,10 @@ ws@~8.11.0:
resolved "https://registry.yarnpkg.com/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143"
integrity sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==

xstate@^4.37.2:
version "4.37.2"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.37.2.tgz#c5f4c1d8062784238b91e2dfddca05f821cb4eac"
integrity sha512-Qm337O49CRTZ3PRyRuK6b+kvI+D3JGxXIZCTul+xEsyFCVkTFDt5jixaL1nBWcUBcaTQ9um/5CRGVItPi7fveg==

xstate@^4.38.1:
version "4.38.1"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.1.tgz#9be54c2dfc44d1d566c697393921edaf6d3c9998"
integrity sha512-1gBUcFWBj/rv/pRcP2Bedl5sNRGX2d36CaOx9z7fE9uSiHaOEHIWzLg1B853q2xdUHUA9pEiWKjLZ3can4SJaQ==
xstate@^4.38.2:
version "4.38.2"
resolved "https://registry.yarnpkg.com/xstate/-/xstate-4.38.2.tgz#1b74544fc9c8c6c713ba77f81c6017e65aa89804"
integrity sha512-Fba/DwEPDLneHT3tbJ9F3zafbQXszOlyCJyQqqdzmtlY/cwE2th462KK48yaANf98jHlP6lJvxfNtN0LFKXPQg==

xtend@^4.0.2:
version "4.0.2"
Expand Down

0 comments on commit 160adc9

Please sign in to comment.