@avatijs/debounce 0.1.2 → 0.1.3

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.
package/README.md CHANGED
@@ -124,7 +124,9 @@ try {
124
124
  - **Resource Management**: Automatic cleanup of resources
125
125
  - **Memory Efficient**: Proper cleanup and memory management
126
126
 
127
+ ## Demo
127
128
 
129
+ Checkout the [Demo](https://codepen.io/khaledsmq/pen/wvVVYYe) to see TypeScript Debounce in action.
128
130
 
129
131
  ## Changelog
130
132
 
package/dist/cjs/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @avatijs/debounce 0.1.2
2
+ * @avatijs/debounce 0.1.3
3
3
  * Copyright (c) 2024 Khaled Sameer <khaled.smq@hotmail.com>
4
4
  * Licensed under MIT, https://opensource.org/licenses/MIT/
5
5
  * Please visit https://avati.io/ for details.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @avatijs/debounce 0.1.2
2
+ * @avatijs/debounce 0.1.3
3
3
  * Copyright (c) 2024 Khaled Sameer <khaled.smq@hotmail.com>
4
4
  * Licensed under MIT, https://opensource.org/licenses/MIT/
5
5
  * Please visit https://avati.io/ for details.
package/dist/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @avatijs/debounce 0.1.2
2
+ * @avatijs/debounce 0.1.3
3
3
  * Copyright (c) 2024 Khaled Sameer <khaled.smq@hotmail.com>
4
4
  * Licensed under MIT, https://opensource.org/licenses/MIT/
5
5
  * Please visit https://avati.io/ for details.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @avatijs/debounce 0.1.2
2
+ * @avatijs/debounce 0.1.3
3
3
  * Copyright (c) 2024 Khaled Sameer <khaled.smq@hotmail.com>
4
4
  * Licensed under MIT, https://opensource.org/licenses/MIT/
5
5
  * Please visit https://avati.io/ for details.
package/dist/umd/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @avatijs/debounce 0.1.2
2
+ * @avatijs/debounce 0.1.3
3
3
  * Copyright (c) 2024 Khaled Sameer <khaled.smq@hotmail.com>
4
4
  * Licensed under MIT, https://opensource.org/licenses/MIT/
5
5
  * Please visit https://avati.io/ for details.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @avatijs/debounce 0.1.2
2
+ * @avatijs/debounce 0.1.3
3
3
  * Copyright (c) 2024 Khaled Sameer <khaled.smq@hotmail.com>
4
4
  * Licensed under MIT, https://opensource.org/licenses/MIT/
5
5
  * Please visit https://avati.io/ for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avatijs/debounce",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Debounce package part of Avati project",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",