@poap-xyz/poaps
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -1,3 +0,3 @@ | ||
export { PoapsSortFields } from './types/input'; | ||
export { PoapsSortFields, FetchPoapsInput } from './types/input'; | ||
export { PoapsClient } from './PoapsClient'; | ||
export { POAP } from './domain/Poap'; |
@@ -1,3 +0,3 @@ | ||
export { PoapsSortFields } from './types/input'; | ||
export { PoapsSortFields, FetchPoapsInput } from './types/input'; | ||
export { PoapsClient } from './PoapsClient'; | ||
export { POAP } from './domain/Poap'; |
@@ -1,3 +0,3 @@ | ||
export { PoapsSortFields } from './types/input'; | ||
export { PoapsSortFields, FetchPoapsInput } from './types/input'; | ||
export { PoapsClient } from './PoapsClient'; | ||
export { POAP } from './domain/Poap'; |
{ | ||
"name": "@poap-xyz/poaps", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "Poaps module for the poap.js library", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.cjs", |
51805