@putkoff/abstract-utilities 0.1.104 → 0.1.106

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.
@@ -1,3 +1,4 @@
1
+ export { useCallback, useRef, useState, useEffect } from "react";
1
2
  export * from './auth_utils';
2
3
  export * from './constants_utils';
3
4
  export * from './env_utils';
package/dist/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
- import * as react_jsx_runtime from 'react/jsx-runtime';
2
1
  import * as react from 'react';
3
2
  import react__default from 'react';
3
+ export { useCallback, useEffect, useRef, useState } from 'react';
4
+ import * as react_jsx_runtime from 'react/jsx-runtime';
4
5
 
5
6
  /** Non-React “direct download” used by some old links (kept for parity) */
6
7
  declare function directDownload(relPath: string, filename: string): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@putkoff/abstract-utilities",
3
- "version": "0.1.104",
3
+ "version": "0.1.106",
4
4
  "type": "module",
5
5
  "description": "A reusable React Login component with JWT authentication",
6
6
  "main": "dist/cjs/index.js",