@cocreate/file 1.17.1 → 1.17.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.17.2](https://github.com/CoCreate-app/CoCreate-file/compare/v1.17.1...v1.17.2) (2024-04-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump cocreate dependencies ([6034fc5](https://github.com/CoCreate-app/CoCreate-file/commit/6034fc570aade211662c77aaf6d66ea2c11a7340))
7
+
1
8
  ## [1.17.1](https://github.com/CoCreate-app/CoCreate-file/compare/v1.17.0...v1.17.1) (2024-04-26)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/file",
3
- "version": "1.17.1",
3
+ "version": "1.17.2",
4
4
  "description": "A versatile, configurable headless file uploader supporting both local and server file operations. Accessible via a JavaScript API and HTML5 attributes, it offers seamless file reading, writing, and uploading capabilities with graceful fallbacks to the standard HTML5 file input API. Ideal for developers requiring robust file management in headless or UI-less environments.",
5
5
  "keywords": [
6
6
  "file-uploader",
@@ -63,9 +63,9 @@
63
63
  "webpack-log": "^3.0.1"
64
64
  },
65
65
  "dependencies": {
66
- "@cocreate/actions": "^1.14.0",
67
- "@cocreate/config": "^1.8.0",
68
- "@cocreate/render": "^1.35.0",
69
- "@cocreate/utils": "^1.29.0"
66
+ "@cocreate/actions": "^1.18.1",
67
+ "@cocreate/config": "^1.12.2",
68
+ "@cocreate/render": "^1.40.3",
69
+ "@cocreate/utils": "^1.33.6"
70
70
  }
71
71
  }