@feathery/react 2.3.102 → 2.3.104

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.
@@ -16,7 +16,7 @@ export declare let S3_URL: string;
16
16
  export declare const updateRegionApiUrls: (region: string) => void;
17
17
  export default class FeatheryClient extends IntegrationClient {
18
18
  /**
19
- * Used to aggregate field value updates for sucessive calls to
19
+ * Used to aggregate field value updates for successive calls to
20
20
  * submitCustom within the debounce window
21
21
  */
22
22
  pendingCustomFieldUpdates: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feathery/react",
3
- "version": "2.3.102",
3
+ "version": "2.3.104",
4
4
  "description": "React library for Feathery",
5
5
  "author": "Boyang Dun",
6
6
  "license": "MIT",