@jskit-ai/uploads-image-web 0.1.27 → 0.1.28

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.
@@ -1,7 +1,7 @@
1
1
  export default Object.freeze({
2
2
  packageVersion: 1,
3
3
  packageId: "@jskit-ai/uploads-image-web",
4
- version: "0.1.27",
4
+ version: "0.1.28",
5
5
  kind: "runtime",
6
6
  description: "Reusable client-side image upload runtime with pre-upload image editing.",
7
7
  dependsOn: [
@@ -65,7 +65,7 @@ export default Object.freeze({
65
65
  mutations: {
66
66
  dependencies: {
67
67
  runtime: {
68
- "@jskit-ai/uploads-runtime": "0.1.27",
68
+ "@jskit-ai/uploads-runtime": "0.1.28",
69
69
  "@uppy/compressor": "^3.1.0",
70
70
  "@uppy/core": "^5.2.0",
71
71
  "@uppy/dashboard": "^5.1.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jskit-ai/uploads-image-web",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "test": "node --test"
@@ -13,7 +13,7 @@
13
13
  "./shared": "./src/shared/index.js"
14
14
  },
15
15
  "dependencies": {
16
- "@jskit-ai/uploads-runtime": "0.1.27",
16
+ "@jskit-ai/uploads-runtime": "0.1.28",
17
17
  "@uppy/compressor": "^3.1.0",
18
18
  "@uppy/core": "^5.2.0",
19
19
  "@uppy/dashboard": "^5.1.1",