@pipedream/connect-react 1.0.1 → 1.0.2

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 +2 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # Pipedream Connect-React
2
2
 
3
- > [!IMPORTANT]
4
- > This package is in early preview and is undergoing rapid development, polish, and expanding customization capabilities.
3
+ > This package is actively maintained and is continuing to expand supported capabilities and overall developer experience.
5
4
  >
6
5
  > Please join [our community](https://pipedream.com/support) or reach out to `connect@pipedream.com` with feedback.
7
6
 
@@ -149,7 +148,7 @@ type ComponentFormProps = {
149
148
  onUpdateConfiguredProps: (v: Record<string, any>) => void;
150
149
  /** Hide optional props section */
151
150
  hideOptionalProps: boolean;
152
- /** SDK response payload. Used in conjunction with enableDebugging to
151
+ /** SDK response payload. Used in conjunction with enableDebugging to
153
152
  * show errors in the form. */
154
153
  sdkResponse: unknown[] | unknown | undefined;
155
154
  /** Whether to show show errors in the form. Requires sdkErrors to be set. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipedream/connect-react",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Pipedream Connect library for React",
5
5
  "files": [
6
6
  "dist"
@@ -27,7 +27,7 @@
27
27
  "lodash.isequal": "^4.5.0",
28
28
  "react-markdown": "^9.0.1",
29
29
  "react-select": "^5.8.2",
30
- "@pipedream/sdk": "^1.5.2"
30
+ "@pipedream/sdk": "^1.5.3"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@emotion/react": "^11.13.5",