@abstract-money/abstract.js-react
Advanced tools
@@ -5,2 +5,3 @@ export * from './account'; | ||
export * from './QueryProvider'; | ||
export * from './apps'; | ||
export * from '@abstract-money/abstract.js'; |
@@ -5,3 +5,4 @@ export * from './account'; | ||
export * from './QueryProvider'; | ||
export * from './apps'; | ||
// Re-export everything from abstract.js | ||
export * from '@abstract-money/abstract.js'; |
@@ -5,2 +5,3 @@ export * from './account'; | ||
export * from './QueryProvider'; | ||
export * from './apps'; | ||
export * from '@abstract-money/abstract.js'; |
@@ -21,3 +21,4 @@ "use strict"; | ||
__exportStar(require("./QueryProvider"), exports); | ||
__exportStar(require("./apps"), exports); | ||
// Re-export everything from abstract.js | ||
__exportStar(require("@abstract-money/abstract.js"), exports); |
{ | ||
"name": "@abstract-money/abstract.js-react", | ||
"version": "0.19.9", | ||
"version": "0.19.10", | ||
"description": "Typings for Abstract smart contracts with react query", | ||
@@ -20,4 +20,9 @@ "homepage": "https://github.com/Abstract-SDK/abstract.js#readme", | ||
"dependencies": { | ||
"@graphql-typed-document-node/core": "^3.1.1", | ||
"@lukemorales/query-key-factory": "^1.2.0", | ||
"graphql-request": "5.1.0", | ||
"lodash": "^4.17.21", | ||
"react-query-helpers": "^0.1.4", | ||
"type-fest": "^3.5.0", | ||
"@abstract-money/abstract.js": "0.19.9", | ||
"@abstract-money/abstract.js": "0.19.10", | ||
"@abstract-money/cw-query-hooks": "0.2.0" | ||
@@ -45,4 +50,4 @@ }, | ||
"ts-pattern": "^4.0.6", | ||
"typescript": "4.9.3", | ||
"tslib": "^2.3.1" | ||
"tslib": "^2.3.1", | ||
"typescript": "4.9.3" | ||
}, | ||
@@ -49,0 +54,0 @@ "scripts": { |
@@ -5,4 +5,5 @@ export * from './account' | ||
export * from './QueryProvider' | ||
export * from './apps' | ||
// Re-export everything from abstract.js | ||
export * from '@abstract-money/abstract.js' |
@@ -22,3 +22,4 @@ { | ||
], | ||
"importHelpers": false | ||
"importHelpers": false, | ||
"skipLibCheck": true | ||
}, | ||
@@ -25,0 +26,0 @@ "exclude": [ |
660395
19.16%166
56.6%12869
21.26%12
71.43%