Fixed imports
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	"name": "@ztimson/utils",
 | 
						"name": "@ztimson/utils",
 | 
				
			||||||
	"version": "0.13.1",
 | 
						"version": "0.13.2",
 | 
				
			||||||
	"description": "Utility library",
 | 
						"description": "Utility library",
 | 
				
			||||||
	"author": "Zak Timson",
 | 
						"author": "Zak Timson",
 | 
				
			||||||
	"license": "MIT",
 | 
						"license": "MIT",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
import {clean} from './objects';
 | 
					import {clean} from './objects';
 | 
				
			||||||
import {PromiseProgress} from './promise-progress.ts';
 | 
					import {PromiseProgress} from './promise-progress';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export type DecodedResponse<T> = Response & {data?: T}
 | 
					export type DecodedResponse<T> = Response & {data?: T}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,4 @@
 | 
				
			|||||||
import {PromiseProgress} from './promise-progress.ts';
 | 
					import {PromiseProgress} from './promise-progress';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export type UploadOptions = {
 | 
					export type UploadOptions = {
 | 
				
			||||||
	url: string;
 | 
						url: string;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user