fare-privy-core 1.7.0 → 1.7.1
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/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* fare-privy-core - v1.
|
|
2
|
+
* fare-privy-core - v1.7.1 - Streamlined Package with Balance Checking
|
|
3
3
|
* This package exports core functionality without external app dependencies.
|
|
4
4
|
*/
|
|
5
5
|
export { PrivyProvider, type PrivyProviderProps } from "./PrivyProviderTest.js";
|
|
6
6
|
export * from "./farePrivy/store/switchWallet.js";
|
|
7
7
|
export { useConnectedWallets, useWalletAddresses, useIsAuthenticated, useAuthActions, useWalletBalance, } from "./hooks/useWallets.js";
|
|
8
8
|
/**
|
|
9
|
-
* ✅ PRODUCTION READY - v1.7.
|
|
9
|
+
* ✅ PRODUCTION READY - v1.7.1:
|
|
10
10
|
*
|
|
11
11
|
* ✅ Dependencies: Tightened version constraints for stability
|
|
12
12
|
* ✅ Build System: TypeScript compilation working flawlessly
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* fare-privy-core - v1.
|
|
2
|
+
* fare-privy-core - v1.7.1 - Streamlined Package with Balance Checking
|
|
3
3
|
* This package exports core functionality without external app dependencies.
|
|
4
4
|
*/
|
|
5
5
|
// ✅ CURRENT EXPORTS - Available Now
|
|
@@ -11,7 +11,7 @@ export { useConnectedWallets, useWalletAddresses, useIsAuthenticated, useAuthAct
|
|
|
11
11
|
// ❌ REMOVED - Had too many external dependencies
|
|
12
12
|
// export * from "./farePrivy/modals/index.js";
|
|
13
13
|
/**
|
|
14
|
-
* ✅ PRODUCTION READY - v1.7.
|
|
14
|
+
* ✅ PRODUCTION READY - v1.7.1:
|
|
15
15
|
*
|
|
16
16
|
* ✅ Dependencies: Tightened version constraints for stability
|
|
17
17
|
* ✅ Build System: TypeScript compilation working flawlessly
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fare-privy-core",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"description": "A comprehensive React library for Privy authentication and wallet management with casino gaming features including balance checking",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"privy",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"homepage": "https://github.com/farePrivy/fare-privy-core#readme",
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "https://github.com/farePrivy/fare-privy-core.git"
|
|
21
|
+
"url": "git+https://github.com/farePrivy/fare-privy-core.git"
|
|
22
22
|
},
|
|
23
23
|
"bugs": {
|
|
24
24
|
"url": "https://github.com/farePrivy/fare-privy-core/issues"
|