filestack-js 3.31.0 → 3.32.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/build/browser/filestack.esm.js +2 -2
- package/build/browser/filestack.esm.js.map +1 -1
- package/build/browser/filestack.min.js +2 -2
- package/build/browser/filestack.min.js.map +1 -1
- package/build/browser/filestack.umd.js +2 -2
- package/build/browser/filestack.umd.js.map +1 -1
- package/build/browser/manifest.json +2 -2
- package/build/main/config.js +2 -2
- package/build/main/index.d.ts +1 -1
- package/build/main/index.js +2 -2
- package/build/main/lib/utils/extensions.d.ts +1 -0
- package/build/main/lib/utils/extensions.js +3 -1
- package/build/main/lib/utils/index.browser.js +1 -1
- package/build/main/lib/utils/index.js +2 -2
- package/build/main/lib/utils/index.node.js +1 -1
- package/build/main/lib/utils/index.spec.browser.js +1 -1
- package/build/module/config.js +2 -2
- package/build/module/index.d.ts +1 -1
- package/build/module/index.js +2 -2
- package/build/module/lib/utils/extensions.d.ts +1 -0
- package/build/module/lib/utils/extensions.js +3 -1
- package/build/module/lib/utils/index.browser.js +1 -1
- package/build/module/lib/utils/index.js +2 -2
- package/build/module/lib/utils/index.node.js +1 -1
- package/build/module/lib/utils/index.spec.browser.js +1 -1
- package/package.json +2 -1
- package/src/config.ts +1 -1
- package/src/lib/utils/extensions.ts +2 -0
- package/src/lib/utils/index.ts +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [3.32.1](https://github.com/filestack/filestack-js/compare/v3.32.0...v3.32.1) (2024-05-30)
|
|
6
|
+
* **miemtypes:** Fixed support for vsdx file using through accept params
|
|
7
|
+
|
|
8
|
+
## [3.32.0](https://github.com/filestack/filestack-js/compare/v3.31.0...v3.32.0) (2024-04-03)
|
|
9
|
+
|
|
10
|
+
### Updgrade
|
|
11
|
+
* **picker:** Upgraded picker to v1.27.1.
|
|
12
|
+
* **picker:** Fixed support for hpt file type ([558](https://github.com/filestack/filestack-js/pull/558/))
|
|
13
|
+
|
|
5
14
|
## [3.30.2](https://github.com/filestack/filestack-js/compare/v3.30.2...v3.31.0) (2024-03-10)
|
|
6
15
|
|
|
7
16
|
### Updgrade
|