r2-explorer 1.1.4 → 1.1.5

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 (24) hide show
  1. package/README.md +19 -25
  2. package/dashboard/assets/{AuthLayout.69a601d4.js → AuthLayout.f3de3475.js} +1 -1
  3. package/dashboard/{spa/assets/EmailFilePage.b9af5203.js → assets/EmailFilePage.510911e0.js} +1 -1
  4. package/dashboard/{spa/assets/ErrorNotFound.e25d48e7.js → assets/ErrorNotFound.6f605de5.js} +1 -1
  5. package/dashboard/{spa/assets/LoginPage.7cae560f.js → assets/LoginPage.228795ec.js} +1 -1
  6. package/dashboard/assets/{auth-store.adb4e0f1.js → auth-store.3a30d58f.js} +1 -1
  7. package/dashboard/assets/{auth.888ee5c0.js → auth.bc3f554f.js} +1 -1
  8. package/dashboard/assets/{bus.f801e67b.js → bus.90beaa04.js} +1 -1
  9. package/dashboard/assets/{index.81c5f354.js → index.59e10803.js} +3 -3
  10. package/dashboard/assets/{index.7e109f1f.css → index.9dfc5b79.css} +1 -1
  11. package/dashboard/index.html +2 -2
  12. package/dashboard/spa/assets/{AuthLayout.69a601d4.js → AuthLayout.f3de3475.js} +1 -1
  13. package/dashboard/{assets/EmailFilePage.b9af5203.js → spa/assets/EmailFilePage.510911e0.js} +1 -1
  14. package/dashboard/{assets/ErrorNotFound.e25d48e7.js → spa/assets/ErrorNotFound.6f605de5.js} +1 -1
  15. package/dashboard/{assets/LoginPage.7cae560f.js → spa/assets/LoginPage.228795ec.js} +1 -1
  16. package/dashboard/spa/assets/{auth-store.adb4e0f1.js → auth-store.3a30d58f.js} +1 -1
  17. package/dashboard/spa/assets/{auth.888ee5c0.js → auth.bc3f554f.js} +1 -1
  18. package/dashboard/spa/assets/{bus.f801e67b.js → bus.90beaa04.js} +1 -1
  19. package/dashboard/spa/assets/{index.81c5f354.js → index.59e10803.js} +3 -3
  20. package/dashboard/spa/assets/{index.7e109f1f.css → index.9dfc5b79.css} +1 -1
  21. package/dashboard/spa/index.html +2 -2
  22. package/dist/index.js +4 -4
  23. package/dist/index.mjs +4 -4
  24. package/package.json +2 -2
@@ -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.81c5f354.js"></script>
37
- <link rel="stylesheet" href="/assets/index.7e109f1f.css">
36
+ }</style> <script type="module" crossorigin src="/assets/index.59e10803.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.4";
63
+ var version = "1.1.5";
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.dev/guides/migrating-to-1.1/",
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.dev/guides/migrating-to-1.1/",
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.dev/guides/migrating-to-1.1/",
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.4";
33
+ var version = "1.1.5";
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.dev/guides/migrating-to-1.1/",
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.dev/guides/migrating-to-1.1/",
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.dev/guides/migrating-to-1.1/",
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.4",
3
+ "version": "1.1.5",
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.dev",
46
+ "homepage": "https://r2explorer.com",
47
47
  "repository": {
48
48
  "type": "git",
49
49
  "url": "git+https://github.com/G4brym/R2-Explorer.git"