@or-sdk/flows 1.1.0-beta.805.0 → 1.1.1-beta.880.0

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.1.0](https://gitlab.com/onereach/platform/or-sdk-next/compare/@or-sdk/flows@1.0.6...@or-sdk/flows@1.1.0) (2022-12-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * **flows:** Added listFlowsByStepTemplate method ([9f909e9](https://gitlab.com/onereach/platform/or-sdk-next/commit/9f909e9eebec351e37991ffcb74b64f444e89878))
12
+
13
+
14
+
15
+ ### [1.0.6](https://gitlab.com/onereach/platform/or-sdk-next/compare/@or-sdk/flows@1.0.5...@or-sdk/flows@1.0.6) (2022-12-15)
16
+
17
+ **Note:** Version bump only for package @or-sdk/flows
18
+
19
+
20
+
21
+
22
+
6
23
  ### [1.0.5](https://gitlab.com/onereach/platform/or-sdk-next/compare/@or-sdk/flows@1.0.4...@or-sdk/flows@1.0.5) (2022-11-21)
7
24
 
8
25
  **Note:** Version bump only for package @or-sdk/flows
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/flows",
3
- "version": "1.1.0-beta.805.0",
3
+ "version": "1.1.1-beta.880.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -17,10 +17,10 @@
17
17
  "dev": "pnpm build:watch:esm"
18
18
  },
19
19
  "dependencies": {
20
- "@or-sdk/base": "^0.27.0",
21
- "@or-sdk/data-hub-svc": "^2.0.4",
22
- "@or-sdk/deployer": "^1.0.6-beta.805.0",
23
- "@or-sdk/tags": "^1.0.5"
20
+ "@or-sdk/base": "^0.28.0-beta.880.0",
21
+ "@or-sdk/data-hub-svc": "^2.0.5-beta.880.0",
22
+ "@or-sdk/deployer": "^1.0.7-beta.880.0",
23
+ "@or-sdk/tags": "^1.0.6-beta.880.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "concurrently": "^6.4.0",
package/src/Flows.ts CHANGED
@@ -312,3 +312,4 @@ export class Flows implements Taggable<Flow> {
312
312
  return makeList<Flow>(result);
313
313
  }
314
314
  }
315
+