filestack-js
Advanced tools
Comparing version 3.32.0 to 3.32.1
{ | ||
"main.js": { | ||
"src": "filestack.min.js", | ||
"integrity": "sha256-92lxnrFQFwoq8ZBNKPR12jj5WHJWEFtD7tYW40UAB8U= sha384-b6GJNKc1JHKIgc6Sv5SKVzfTCtDuQK1NmkKYoSurJF//96SyF38qXtHf2dS5USd0 sha512-NoDf7+d2Dyi6SRfSaIPtIaJKsZRrUV/sP1q/gOxLyoZskZQ6IOV5C5Hw7CECGmDS9pzxcQ/EgSN/1V/KdB4YUQ==" | ||
"integrity": "sha256-/KfurHrRIeNtEOF8NaePJBWYAcHiP0gQrBcl9z4icIE= sha384-zu+ncHISUwA+djYxy8unospmb7yzbb5dDdktpSkN/K2MmXj11NOxGE2KHKtUUf6u sha512-02QWKQxOV+0iPkzZqrlvU/+xYjxOEJAypXk1Q+5Au5wz6aS5iTWChkjNOcblkwQQhsDUseD4tD6uVW2nhYCXQA==" | ||
}, | ||
"main.js.map": { | ||
"src": "filestack.min.js.map", | ||
"integrity": "sha256-4+9jc6LV7hkhJ0H6YCbcq5BUu1RBY5MXK1sbI1gayuM= sha384-pfa0umAZ+VE89zaaxdrTISfb7EtxS3Ih6+UUe6kjKB3Cy6Mzda078mDOmyGwmVr+ sha512-IB3/91rczOjsDsMOFkhf3KTimlfQz6SwZO0D9vPqLubACOIfxtQGeT1sb0rAPWtGUgv+9T8mr963EyLuwOgYNQ==" | ||
"integrity": "sha256-XDOh7kqV1LI5g7MXFn4QVIhEuXTg/jLv5b9niHkBeIg= sha384-E3U0mwtDHYuMTayHqQyBtfd6oqQ6JMur3eVE3Ab9rmkySxRmKJR7EnDDjQsC4/uB sha512-xQT1K8UB7/n/ICGscYDGw7TxQHeCGXJIQXXhWvNHzA3HotrFLwmGcjDfsH7foqawZiu/GFX/VYNErJrmKOlBHg==" | ||
} | ||
} |
@@ -26,3 +26,3 @@ import { SecurityOptions, getSecurity, validateWebhookSignature, WebhookValidatePayload } from './lib/api/security'; | ||
*/ | ||
export declare const version = "3.32.0"; | ||
export declare const version = "3.32.1"; | ||
export * from './lib/api/transform'; | ||
@@ -29,0 +29,0 @@ export * from './lib/filelink'; |
@@ -52,4 +52,4 @@ "use strict"; | ||
*/ | ||
exports.version = '3.32.0'; | ||
(0, loader_1.registerModule)(loader_1.FILESTACK_MODULES.FILESTACK_SDK, exports.Filestack, { version: '3.32.0' }); | ||
exports.version = '3.32.1'; | ||
(0, loader_1.registerModule)(loader_1.FILESTACK_MODULES.FILESTACK_SDK, exports.Filestack, { version: '3.32.1' }); | ||
tslib_1.__exportStar(require("./lib/api/transform"), exports); | ||
@@ -56,0 +56,0 @@ tslib_1.__exportStar(require("./lib/filelink"), exports); |
@@ -598,2 +598,3 @@ export declare const ExtensionsMap: { | ||
'application/vnd.visio': string[]; | ||
'application/vnd.ms-visio.drawing.main+xml': string[]; | ||
'application/vnd.visionary': string[]; | ||
@@ -600,0 +601,0 @@ 'application/vnd.vsf': string[]; |
@@ -52,3 +52,3 @@ "use strict"; | ||
var getVersion = function () { | ||
return 'JS-3.32.0'; | ||
return 'JS-3.32.1'; | ||
}; | ||
@@ -55,0 +55,0 @@ exports.getVersion = getVersion; |
@@ -50,3 +50,3 @@ "use strict"; | ||
var getVersion = function () { | ||
return 'JS-3.32.0'; | ||
return 'JS-3.32.1'; | ||
}; | ||
@@ -53,0 +53,0 @@ exports.getVersion = getVersion; |
@@ -24,3 +24,3 @@ "use strict"; | ||
it('should return version string to replace', function () { | ||
expect(utils.getVersion()).toEqual("JS-3.32.0"); | ||
expect(utils.getVersion()).toEqual("JS-3.32.1"); | ||
}); | ||
@@ -27,0 +27,0 @@ }); |
@@ -26,3 +26,3 @@ import { SecurityOptions, getSecurity, validateWebhookSignature, WebhookValidatePayload } from './lib/api/security'; | ||
*/ | ||
export declare const version = "3.32.0"; | ||
export declare const version = "3.32.1"; | ||
export * from './lib/api/transform'; | ||
@@ -29,0 +29,0 @@ export * from './lib/filelink'; |
@@ -39,4 +39,4 @@ /* | ||
*/ | ||
export var version = '3.32.0'; | ||
registerModule(FILESTACK_MODULES.FILESTACK_SDK, Filestack, { version: '3.32.0' }); | ||
export var version = '3.32.1'; | ||
registerModule(FILESTACK_MODULES.FILESTACK_SDK, Filestack, { version: '3.32.1' }); | ||
export * from './lib/api/transform'; | ||
@@ -43,0 +43,0 @@ export * from './lib/filelink'; |
@@ -598,2 +598,3 @@ export declare const ExtensionsMap: { | ||
'application/vnd.visio': string[]; | ||
'application/vnd.ms-visio.drawing.main+xml': string[]; | ||
'application/vnd.visionary': string[]; | ||
@@ -600,0 +601,0 @@ 'application/vnd.vsf': string[]; |
@@ -46,3 +46,3 @@ /* | ||
export var getVersion = function () { | ||
return 'JS-3.32.0'; | ||
return 'JS-3.32.1'; | ||
}; | ||
@@ -49,0 +49,0 @@ /** |
@@ -45,3 +45,3 @@ /* | ||
export var getVersion = function () { | ||
return 'JS-3.32.0'; | ||
return 'JS-3.32.1'; | ||
}; | ||
@@ -48,0 +48,0 @@ /** |
@@ -21,3 +21,3 @@ /* | ||
it('should return version string to replace', function () { | ||
expect(utils.getVersion()).toEqual("JS-3.32.0"); | ||
expect(utils.getVersion()).toEqual("JS-3.32.1"); | ||
}); | ||
@@ -24,0 +24,0 @@ }); |
@@ -5,2 +5,5 @@ # Changelog | ||
## [3.32.1](https://github.com/filestack/filestack-js/compare/v3.32.0...v3.32.1) (2024-05-30) | ||
* **miemtypes:** Fixed support for vsdx file using through accept params | ||
## [3.32.0](https://github.com/filestack/filestack-js/compare/v3.31.0...v3.32.0) (2024-04-03) | ||
@@ -7,0 +10,0 @@ |
{ | ||
"name": "filestack-js", | ||
"version": "3.32.0", | ||
"version": "3.32.1", | ||
"description": "Official JavaScript library for Filestack", | ||
@@ -5,0 +5,0 @@ "main": "build/main/index.js", |
@@ -643,2 +643,3 @@ /* | ||
'application/vnd.visio': ['vsd', 'vst', 'vss', 'vsw'], | ||
'application/vnd.ms-visio.drawing.main+xml': ['vsdx'], | ||
'application/vnd.visionary': ['vis'], | ||
@@ -645,0 +646,0 @@ 'application/vnd.vsf': ['vsf'], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
10059740
88724