@uppy/xhr-upload
Advanced tools
Comparing version 3.6.2 to 3.6.3
@@ -20,3 +20,3 @@ function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; } | ||
const packageJson = { | ||
"version": "3.6.2" | ||
"version": "3.6.3" | ||
}; | ||
@@ -23,0 +23,0 @@ import locale from "./locale.js"; |
{ | ||
"name": "@uppy/xhr-upload", | ||
"description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.", | ||
"version": "3.6.2", | ||
"version": "3.6.3", | ||
"license": "MIT", | ||
@@ -28,4 +28,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^3.7.2", | ||
"@uppy/utils": "^5.7.2", | ||
"@uppy/companion-client": "^3.7.3", | ||
"@uppy/utils": "^5.7.3", | ||
"nanoid": "^4.0.0" | ||
@@ -38,4 +38,4 @@ }, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.9.1" | ||
"@uppy/core": "^3.9.2" | ||
} | ||
} |
@@ -1,2 +0,1 @@ | ||
/* eslint-disable @typescript-eslint/no-non-null-assertion */ | ||
import { vi, describe, it, expect } from 'vitest' | ||
@@ -3,0 +2,0 @@ import nock from 'nock' |
96208
1264
Updated@uppy/utils@^5.7.3