@panneau/medias 3.0.263 → 3.0.264

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/es/index.js +1 -0
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -539,6 +539,7 @@ function MediaForm(_ref) {
539
539
  }
540
540
  }, [initialValue, mediaDelete, mediaTrash, deletedAt, setChanged, onDelete, withTrash]);
541
541
  var onUploadComplete = useCallback(function (data) {
542
+ console.log('MediaForm::onUploadComplete', data);
542
543
  var _ref4 = initialValue || {},
543
544
  _ref4$id = _ref4.id,
544
545
  id = _ref4$id === void 0 ? null : _ref4$id;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/medias",
3
- "version": "3.0.263",
3
+ "version": "3.0.264",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -74,5 +74,5 @@
74
74
  "publishConfig": {
75
75
  "access": "public"
76
76
  },
77
- "gitHead": "987a9411191ea92b59dc5c2b3003773a5d550dbb"
77
+ "gitHead": "e631523322f97d4a3cbb1db1d701afc04cccafe7"
78
78
  }