@or-sdk/flows 0.25.2 → 0.25.3-405.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.
Files changed (2) hide show
  1. package/package.json +3 -4
  2. package/src/Flows.ts +1 -1
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.25.2",
2
+ "version": "0.25.3-405.0",
3
3
  "name": "@or-sdk/flows",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
@@ -26,7 +26,6 @@
26
26
  "@or-sdk/base": "^0.24.1",
27
27
  "@or-sdk/data-hub": "^0.23.7",
28
28
  "@or-sdk/deployer": "^0.24.4",
29
- "@or-sdk/tags": "^0.23.7"
30
- },
31
- "gitHead": "70275da9788930b6234570b7a9806738d66104ed"
29
+ "@or-sdk/tags": "^0.23.8-405.0"
30
+ }
32
31
  }
package/src/Flows.ts CHANGED
@@ -137,7 +137,7 @@ export class Flows implements Taggable<Flow> {
137
137
  /**
138
138
  * Save flow
139
139
  *
140
- * If source contains existing id - existing flow be updated
140
+ * If source contains existing id - existing flow will be updated
141
141
  * ```typescript
142
142
  * const savedFlow = await flows.saveFlow(flowSource);
143
143
  * ```