filestack-js 3.37.5 → 3.39.5
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 -2
- package/README.md +1 -1
- package/build/browser/filestack.esm.js +10 -3
- package/build/browser/filestack.esm.js.map +1 -1
- package/build/browser/filestack.min.js +10 -3
- package/build/browser/filestack.min.js.map +1 -1
- package/build/browser/filestack.umd.js +10 -3
- 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/client.js +4 -4
- package/build/main/lib/utils/index.browser.js +1 -1
- package/build/main/lib/utils/index.js +6 -6
- 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/client.js +4 -4
- package/build/module/lib/utils/index.browser.js +1 -1
- package/build/module/lib/utils/index.js +6 -6
- 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 -2
- package/src/config.ts +1 -1
- package/src/lib/client.ts +3 -4
- package/src/lib/utils/index.ts +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,8 +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.
|
|
6
|
-
* **
|
|
5
|
+
## [3.39.5](https://github.com/filestack/filestack-js/compare/3.38.5...3.39.5) (2025-03-31)
|
|
6
|
+
* **sentry:** Upgraded sentry version ([579](https://github.com/filestack/filestack-js/pull/579)) ([578](https://github.com/filestack/filestack-js/pull/578)) ([577](https://github.com/filestack/filestack-js/pull/577)) ([575](https://github.com/filestack/filestack-js/pull/575))
|
|
7
|
+
|
|
8
|
+
## [3.38.5](https://github.com/filestack/filestack-js/compare/3.37.5...3.38.5) (2025-02-18)
|
|
9
|
+
* **getMimeType:** Fixed getMimetype response ([61741c](https://github.com/filestack/filestack-js/commit/61741c3e01926277e2b96dcb1b1b052d26ea2857))
|
|
10
|
+
* **picker:** Updated picker with fixed seperated camera and microphone permission. ([f380e6](https://github.com/filestack/filestack-js/commit/f380e61b5eb9832c0f081f158c4262a83622ed2e))
|
|
11
|
+
|
|
12
|
+
## [3.37.4](https://github.com/filestack/filestack-js/compare/3.36.4...3.37.4) (2025-01-22)
|
|
13
|
+
* **getMimeType:** Fixed getMimetype response ([6c0615](https://github.com/filestack/filestack-js/commit/6c0615f644bc2279e850df077f1308b6ef9c8564))
|
|
7
14
|
|
|
8
15
|
## [3.36.4](https://github.com/filestack/filestack-js/compare/3.35.4...3.36.4) (2024-12-11)
|
|
9
16
|
* **picker:** Updated picker v1.31.4
|
package/README.md
CHANGED
|
@@ -232,7 +232,7 @@ Upload abort throws an `FilestackError` with type `FilestackErrorType.ABORTED`
|
|
|
232
232
|
|
|
233
233
|
## Sentry Integration
|
|
234
234
|
|
|
235
|
-
If you're using [Sentry](https://sentry.io/welcome/) to monitor your application, Filestack will automatically report upload errors to Sentry, and tag them with helpful diagnostic information via [`@sentry/
|
|
235
|
+
If you're using [Sentry](https://sentry.io/welcome/) to monitor your application, Filestack will automatically report upload errors to Sentry, and tag them with helpful diagnostic information via [`@sentry/browser`](https://github.com/getsentry/sentry-javascript/tree/master/packages/browser).
|
|
236
236
|
|
|
237
237
|
## Versioning
|
|
238
238
|
|