mentie 0.3.4 → 0.3.5

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.
@@ -10,7 +10,7 @@
10
10
  * @returns {Function} signal_data.abort - Alias for abort_signal
11
11
  * @returns {number} signal_data.timeout_id - Timeout ID
12
12
  */
13
- export const timeout_signal = ( { timeout_ms }={} ) => {
13
+ export const abort_controller = ( { timeout_ms }={} ) => {
14
14
 
15
15
  // Request with timeout
16
16
  const controller = new AbortController()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mentie",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Mentor's toolbelt",
5
5
  "type": "module",
6
6
  "main": "index.js",