@tinacms/app 0.0.0-20221006133416 → 0.0.0-20221006135801

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.
@@ -81115,6 +81115,8 @@ class TinaMediaStore {
81115
81115
  throw new Error("Unexpected error generating upload url");
81116
81116
  }
81117
81117
  console.log(item.file);
81118
+ console.log(item.file.name);
81119
+ console.log(item.file.name.indexOf("/"));
81118
81120
  console.log(mimeTypes.contentType(item.file.name));
81119
81121
  const uploadRes = await this.fetchFunction(signedUrl, {
81120
81122
  method: "PUT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/app",
3
- "version": "0.0.0-20221006133416",
3
+ "version": "0.0.0-20221006135801",
4
4
  "main": "dist/index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -55,7 +55,7 @@
55
55
  "react-router-dom": "6",
56
56
  "styled-components": "5.3.5",
57
57
  "tailwindcss": "^3.1.6",
58
- "tinacms": "0.0.0-20221006133416",
58
+ "tinacms": "0.0.0-20221006135801",
59
59
  "typescript": "^4.6.4",
60
60
  "vite": "2.9.15",
61
61
  "vite-node": "^0.23.4",