Skip to content

Commit d9d6081

Browse files
authored
fix: Update @vertigis/workflow package to latest (#25)
* Update workflow version * Include @latest suffix with npx command
1 parent 9d88aff commit d9d6081

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This SDK makes it easy to create custom activity packs for [VertiGIS Studio Work
1818
To create a project called _activity-pack_ run this command:
1919

2020
```sh
21-
npx @vertigis/workflow-sdk create activity-pack
21+
npx @vertigis/workflow-sdk@latest create activity-pack
2222
```
2323

2424
This will bootstrap a new project in the specified directory to quickly get you up and running with the VertiGIS Studio Workflow SDK. Before you can use your activity pack in the [VertiGIS Studio Workflow Designer](https://apps.vertigisstudio.com/workflow/designer/), you will need to [register the activity pack](https://developers.vertigisstudio.com/docs/workflow/sdk-web-overview#register-the-activity-pack).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"devDependencies": {
5757
"@types/jest": "^26.0.24",
5858
"@types/node": "^16.11.32",
59-
"@vertigis/workflow": "^5.31.0",
59+
"@vertigis/workflow": "^5.32.1",
6060
"conventional-changelog-conventionalcommits": "^4.5.0",
6161
"cross-env": "^7.0.3",
6262
"execa": "^5.0.0",

0 commit comments

Comments
 (0)