@kelet-ai/feedback-ui 0.7.1 → 1.0.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.
@@ -7,7 +7,7 @@ import { FeedbackData } from '../../types';
7
7
  export interface FeedbackStateOptions<T> {
8
8
  /**
9
9
  * Time to wait before sending feedback after state changes (ms)
10
- * @default 1500
10
+ * @default 3000
11
11
  */
12
12
  debounceMs?: number;
13
13
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kelet-ai/feedback-ui",
3
- "version": "0.7.1",
3
+ "version": "1.0.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/kelet-ai/feedback-ui.git"