@runtypelabs/react-flow 0.1.9 → 0.1.11

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @runtypelabs/react-flow@0.1.9 build /home/runner/_work/core/core/packages/react-flow
2
+ > @runtypelabs/react-flow@0.1.11 build /home/runner/_work/core/core/packages/react-flow
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,9 +10,9 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- ESM dist/index.mjs 101.15 KB
14
- ESM dist/index.mjs.map 224.39 KB
15
- ESM ⚡️ Build success in 343ms
13
+ ESM dist/index.mjs 101.14 KB
14
+ ESM dist/index.mjs.map 224.38 KB
15
+ ESM ⚡️ Build success in 375ms
16
16
  CJS dist/index.js 105.20 KB
17
- CJS dist/index.js.map 224.71 KB
18
- CJS ⚡️ Build success in 343ms
17
+ CJS dist/index.js.map 224.70 KB
18
+ CJS ⚡️ Build success in 375ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @runtypelabs/react-flow
2
2
 
3
+ ## 0.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b0bada9]
8
+ - @runtypelabs/sdk@1.2.0
9
+
10
+ ## 0.1.10
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [ebe3c6b]
15
+ - @runtypelabs/sdk@1.1.0
16
+
3
17
  ## 0.1.9
4
18
 
5
19
  ### Patch Changes
package/dist/index.js CHANGED
@@ -372,7 +372,7 @@ function createDefaultStep(type, order = 0) {
372
372
  return {
373
373
  ...baseStep,
374
374
  config: {
375
- from: "no-reply@messages.runtype.com",
375
+ from: "{{_flow.id}}@runtype.email",
376
376
  to: "",
377
377
  subject: "",
378
378
  html: "",
@@ -2695,7 +2695,7 @@ var SendEmailNode = react.memo(function SendEmailNode2(props) {
2695
2695
  style: styles6.input,
2696
2696
  value: config.from || "",
2697
2697
  onChange: (e) => handleChange("from", e.target.value),
2698
- placeholder: "no-reply@messages.runtype.com",
2698
+ placeholder: "{{_flow.id}}@runtype.email",
2699
2699
  onKeyDown: (e) => e.stopPropagation()
2700
2700
  }
2701
2701
  )