@poap-xyz/drops
Advanced tools
Comparing version 0.0.39 to 0.1.0
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { Order, PaginationInput } from '@poap-xyz/utils'; | ||
@@ -27,3 +26,3 @@ export declare enum DropsSortFields { | ||
virtualEvent: boolean; | ||
image: Buffer; | ||
image: Blob; | ||
filename: string; | ||
@@ -30,0 +29,0 @@ contentType: string; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { Order, PaginationInput } from '@poap-xyz/utils'; | ||
@@ -27,3 +26,3 @@ export declare enum DropsSortFields { | ||
virtualEvent: boolean; | ||
image: Buffer; | ||
image: Blob; | ||
filename: string; | ||
@@ -30,0 +29,0 @@ contentType: string; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { Order, PaginationInput } from '@poap-xyz/utils'; | ||
@@ -27,3 +26,3 @@ export declare enum DropsSortFields { | ||
virtualEvent: boolean; | ||
image: Buffer; | ||
image: Blob; | ||
filename: string; | ||
@@ -30,0 +29,0 @@ contentType: string; |
{ | ||
"name": "@poap-xyz/drops", | ||
"version": "0.0.39", | ||
"version": "0.1.0", | ||
"description": "Drops module for the poap.js library", | ||
@@ -28,6 +28,9 @@ "main": "dist/cjs/index.cjs", | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"dependencies": { | ||
"@poap-xyz/providers": "0.0.39", | ||
"@poap-xyz/utils": "0.0.39" | ||
"@poap-xyz/providers": "0.1.0", | ||
"@poap-xyz/utils": "0.1.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
116195
1329
+ Added@poap-xyz/providers@0.1.0(transitive)
+ Added@poap-xyz/utils@0.1.0(transitive)
- Removed@poap-xyz/providers@0.0.39(transitive)
- Removed@poap-xyz/utils@0.0.39(transitive)
Updated@poap-xyz/providers@0.1.0
Updated@poap-xyz/utils@0.1.0