r2-explorer 1.1.4 → 1.1.6
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/README.md +19 -25
- package/dashboard/assets/{AuthLayout.69a601d4.js → AuthLayout.b8a06fe7.js} +1 -1
- package/dashboard/{spa/assets/EmailFilePage.b9af5203.js → assets/EmailFilePage.6051a393.js} +1 -1
- package/dashboard/{spa/assets/ErrorNotFound.e25d48e7.js → assets/ErrorNotFound.0a48c788.js} +1 -1
- package/dashboard/{spa/assets/LoginPage.7cae560f.js → assets/LoginPage.56938389.js} +1 -1
- package/dashboard/assets/{auth-store.adb4e0f1.js → auth-store.56a803cf.js} +1 -1
- package/dashboard/assets/{auth.888ee5c0.js → auth.9b1934ac.js} +1 -1
- package/dashboard/assets/{bus.f801e67b.js → bus.71537b60.js} +1 -1
- package/dashboard/assets/{index.81c5f354.js → index.6c65756b.js} +39 -39
- package/dashboard/assets/{index.7e109f1f.css → index.9dfc5b79.css} +1 -1
- package/dashboard/index.html +2 -2
- package/dashboard/spa/assets/{AuthLayout.69a601d4.js → AuthLayout.b8a06fe7.js} +1 -1
- package/dashboard/{assets/EmailFilePage.b9af5203.js → spa/assets/EmailFilePage.6051a393.js} +1 -1
- package/dashboard/{assets/ErrorNotFound.e25d48e7.js → spa/assets/ErrorNotFound.0a48c788.js} +1 -1
- package/dashboard/{assets/LoginPage.7cae560f.js → spa/assets/LoginPage.56938389.js} +1 -1
- package/dashboard/spa/assets/{auth-store.adb4e0f1.js → auth-store.56a803cf.js} +1 -1
- package/dashboard/spa/assets/{auth.888ee5c0.js → auth.9b1934ac.js} +1 -1
- package/dashboard/spa/assets/{bus.f801e67b.js → bus.71537b60.js} +1 -1
- package/dashboard/spa/assets/{index.81c5f354.js → index.6c65756b.js} +39 -39
- package/dashboard/spa/assets/{index.7e109f1f.css → index.9dfc5b79.css} +1 -1
- package/dashboard/spa/index.html +2 -2
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +2 -2
package/dashboard/spa/index.html
CHANGED
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
color: #333;
|
|
34
34
|
font-size: 1.2rem;
|
|
35
35
|
margin-bottom: 0.5rem;
|
|
36
|
-
}</style> <script type="module" crossorigin src="/assets/index.
|
|
37
|
-
<link rel="stylesheet" href="/assets/index.
|
|
36
|
+
}</style> <script type="module" crossorigin src="/assets/index.6c65756b.js"></script>
|
|
37
|
+
<link rel="stylesheet" href="/assets/index.9dfc5b79.css">
|
|
38
38
|
</head><body><div id=q-app></div></body><script>var elem = document.getElementById('q-app')
|
|
39
39
|
elem.innerHTML = `
|
|
40
40
|
<div class="initialLoading">
|
package/dist/index.js
CHANGED
|
@@ -60,7 +60,7 @@ async function readOnlyMiddleware(c, next) {
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
// package.json
|
|
63
|
-
var version = "1.1.
|
|
63
|
+
var version = "1.1.6";
|
|
64
64
|
|
|
65
65
|
// src/foundation/settings.ts
|
|
66
66
|
var settings = {
|
|
@@ -527,19 +527,19 @@ var PutObject = class extends import_chanfana11.OpenAPIRoute {
|
|
|
527
527
|
function dashboardIndex(c) {
|
|
528
528
|
if (c.env.ASSETS === void 0) {
|
|
529
529
|
return c.text(
|
|
530
|
-
"ASSETS binding is not defined, learn more here: https://r2explorer.
|
|
530
|
+
"ASSETS binding is not defined, learn more here: https://r2explorer.com/guides/migrating-to-1.1/",
|
|
531
531
|
500
|
|
532
532
|
);
|
|
533
533
|
}
|
|
534
534
|
return c.text(
|
|
535
|
-
"ASSETS binding is not pointing to a valid dashboard, learn more here: https://r2explorer.
|
|
535
|
+
"ASSETS binding is not pointing to a valid dashboard, learn more here: https://r2explorer.com/guides/migrating-to-1.1/",
|
|
536
536
|
500
|
|
537
537
|
);
|
|
538
538
|
}
|
|
539
539
|
async function dashboardRedirect(c, next) {
|
|
540
540
|
if (c.env.ASSETS === void 0) {
|
|
541
541
|
return c.text(
|
|
542
|
-
"ASSETS binding is not defined, learn more here: https://r2explorer.
|
|
542
|
+
"ASSETS binding is not defined, learn more here: https://r2explorer.com/guides/migrating-to-1.1/",
|
|
543
543
|
500
|
|
544
544
|
);
|
|
545
545
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -30,7 +30,7 @@ async function readOnlyMiddleware(c, next) {
|
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
// package.json
|
|
33
|
-
var version = "1.1.
|
|
33
|
+
var version = "1.1.6";
|
|
34
34
|
|
|
35
35
|
// src/foundation/settings.ts
|
|
36
36
|
var settings = {
|
|
@@ -497,19 +497,19 @@ var PutObject = class extends OpenAPIRoute11 {
|
|
|
497
497
|
function dashboardIndex(c) {
|
|
498
498
|
if (c.env.ASSETS === void 0) {
|
|
499
499
|
return c.text(
|
|
500
|
-
"ASSETS binding is not defined, learn more here: https://r2explorer.
|
|
500
|
+
"ASSETS binding is not defined, learn more here: https://r2explorer.com/guides/migrating-to-1.1/",
|
|
501
501
|
500
|
|
502
502
|
);
|
|
503
503
|
}
|
|
504
504
|
return c.text(
|
|
505
|
-
"ASSETS binding is not pointing to a valid dashboard, learn more here: https://r2explorer.
|
|
505
|
+
"ASSETS binding is not pointing to a valid dashboard, learn more here: https://r2explorer.com/guides/migrating-to-1.1/",
|
|
506
506
|
500
|
|
507
507
|
);
|
|
508
508
|
}
|
|
509
509
|
async function dashboardRedirect(c, next) {
|
|
510
510
|
if (c.env.ASSETS === void 0) {
|
|
511
511
|
return c.text(
|
|
512
|
-
"ASSETS binding is not defined, learn more here: https://r2explorer.
|
|
512
|
+
"ASSETS binding is not defined, learn more here: https://r2explorer.com/guides/migrating-to-1.1/",
|
|
513
513
|
500
|
|
514
514
|
);
|
|
515
515
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "r2-explorer",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"description": "A Google Drive Interface for your Cloudflare R2 Buckets",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
],
|
|
44
44
|
"author": "Gabriel Massadas",
|
|
45
45
|
"license": "MIT",
|
|
46
|
-
"homepage": "https://r2explorer.
|
|
46
|
+
"homepage": "https://r2explorer.com",
|
|
47
47
|
"repository": {
|
|
48
48
|
"type": "git",
|
|
49
49
|
"url": "git+https://github.com/G4brym/R2-Explorer.git"
|