@5minds/processcube_engine_sdk 3.3.3-feature-b69df4-llkqfucc → 3.3.3

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/dist/Engine.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/Engine.d.ts CHANGED
@@ -172,7 +172,7 @@ export type CustomHttpRouteHandler = (request: CustomHttpRouteRequest) => Promis
172
172
  */
173
173
  export type CustomHttpRouteOptions = {
174
174
  /**
175
- * If set, accessing the HTTP route will require a valid AUth Token.
175
+ * If set, accessing the HTTP route will require a valid Auth Token.
176
176
  * Defaults to 'true'.
177
177
  */
178
178
  protected?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/processcube_engine_sdk",
3
- "version": "3.3.3-feature-b69df4-llkqfucc",
3
+ "version": "3.3.3",
4
4
  "description": "Software development kit for the Engine.",
5
5
  "main": "dist/commonjs/index.js",
6
6
  "types": "dist/index.d.ts",