@uppy/companion-client
Advanced tools
Comparing version 1.5.4 to 1.6.0
@@ -10,2 +10,4 @@ 'use strict'; | ||
var SearchProvider = require('./SearchProvider'); | ||
var Socket = require('./Socket'); | ||
@@ -16,3 +18,4 @@ | ||
Provider: Provider, | ||
SearchProvider: SearchProvider, | ||
Socket: Socket | ||
}; |
@@ -210,2 +210,2 @@ 'use strict'; | ||
return RequestClient; | ||
}(), _class.VERSION = "1.5.4", _temp); | ||
}(), _class.VERSION = "1.6.0", _temp); |
{ | ||
"name": "@uppy/companion-client", | ||
"description": "Client library for communication with Companion. Intended for use in Uppy plugins.", | ||
"version": "1.5.4", | ||
"version": "1.6.0", | ||
"license": "MIT", | ||
@@ -24,6 +24,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^3.2.3", | ||
"@uppy/utils": "^3.2.4", | ||
"namespace-emitter": "^2.0.1" | ||
}, | ||
"gitHead": "7bf5ca55a74eed7a7fcc71285dfb98350ac2e08e" | ||
"gitHead": "84f7b4d37daa4c1dc98138a169189412af2ae498" | ||
} |
@@ -9,2 +9,3 @@ 'use strict' | ||
const Provider = require('./Provider') | ||
const SearchProvider = require('./SearchProvider') | ||
const Socket = require('./Socket') | ||
@@ -15,3 +16,4 @@ | ||
Provider, | ||
SearchProvider, | ||
Socket | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70381
28
1001
Updated@uppy/utils@^3.2.4