@esri/solution-workflow 5.2.0 → 5.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  # @esri/solution-workflow
18
18
 
19
- > Manages the creation and deployment of Workflow Manager item types for [`@esri/solution-*`](https://github.com/Esri/solution.js).
19
+ > Manages the creation and deployment of Workflow item types for [`@esri/solution-*`](https://github.com/Esri/solution.js).
20
20
 
21
21
  ### [API Reference](https://esri.github.io/solution.js/api/workflow/)
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/solution-workflow",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "Manages the creation and deployment of Workflow item types for @esri/solution.js.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "devDependencies": {
21
21
  "@esri/arcgis-rest-auth": "^3.7.0",
22
- "@esri/solution-common": "^5.2.0",
22
+ "@esri/solution-common": "^5.2.1",
23
23
  "@types/jasmine": "^5.1.4",
24
24
  "fetch-mock": "^7.7.3",
25
25
  "jasmine": "^5.1.0",
@@ -66,5 +66,5 @@
66
66
  "esri",
67
67
  "ES6"
68
68
  ],
69
- "gitHead": "06bda8775f19fb4bdeff5876a1b3966744b207bd"
69
+ "gitHead": "0f2bb444de46482baa42621310bc4e8d94bcd11a"
70
70
  }