@tinacms/app 0.0.0-20221006135801 → 0.0.0-20221006145102
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/dist/assets/out.es.js +3 -0
- package/package.json +2 -2
package/dist/assets/out.es.js
CHANGED
|
@@ -81117,6 +81117,9 @@ class TinaMediaStore {
|
|
|
81117
81117
|
console.log(item.file);
|
|
81118
81118
|
console.log(item.file.name);
|
|
81119
81119
|
console.log(item.file.name.indexOf("/"));
|
|
81120
|
+
console.log(mimeTypes.lookup(item.file.name));
|
|
81121
|
+
console.log(mimeTypes.types["png"]);
|
|
81122
|
+
window.MIME = mimeTypes;
|
|
81120
81123
|
console.log(mimeTypes.contentType(item.file.name));
|
|
81121
81124
|
const uploadRes = await this.fetchFunction(signedUrl, {
|
|
81122
81125
|
method: "PUT",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/app",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-20221006145102",
|
|
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-
|
|
58
|
+
"tinacms": "0.0.0-20221006145102",
|
|
59
59
|
"typescript": "^4.6.4",
|
|
60
60
|
"vite": "2.9.15",
|
|
61
61
|
"vite-node": "^0.23.4",
|