omegga 1.2.3 → 1.2.4

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/public/auth.html CHANGED
@@ -1186,7 +1186,7 @@ body {
1186
1186
  }
1187
1187
  }
1188
1188
  </style>
1189
- <script type="importmap">{"imports":{"react":"./assets/shared/react-CR6vSpIu.js","react-dom":"./assets/shared/react-dom-BznoGTRX.js","react/jsx-runtime":"./assets/shared/react_jsx-runtime-C15Zu6_p.js","@nanostores/react":"./assets/shared/@nanostores_react-HTG3s0lp.js","nanostores":"./assets/shared/nanostores-BFqqIY_c.js","@utils":"./assets/shared/@utils-BQyGUOvP.js","@tabler/icons-react":"./assets/shared/@tabler_icons-react-DwfGvIVr.js","@hooks":"./assets/shared/@hooks-DfTzYBIL.js","wouter":"./assets/shared/wouter-DbmGxXTo.js","@components":"./assets/shared/@components-B442wlEb.js"}}</script>
1189
+ <script type="importmap">{"imports":{"react":"./assets/shared/react-CR6vSpIu.js","react-dom":"./assets/shared/react-dom-BznoGTRX.js","react/jsx-runtime":"./assets/shared/react_jsx-runtime-C15Zu6_p.js","@nanostores/react":"./assets/shared/@nanostores_react-HTG3s0lp.js","nanostores":"./assets/shared/nanostores-BFqqIY_c.js","@utils":"./assets/shared/@utils-BQyGUOvP.js","@tabler/icons-react":"./assets/shared/@tabler_icons-react--FJWdUou.js","@hooks":"./assets/shared/@hooks-DfTzYBIL.js","wouter":"./assets/shared/wouter-DbmGxXTo.js","@components":"./assets/shared/@components-B442wlEb.js"}}</script>
1190
1190
  <script type="module" crossorigin src="/assets/auth-CvxEWAMc.js"></script>
1191
1191
  <link rel="modulepreload" crossorigin href="/assets/index-c0qeY2gs.js">
1192
1192
  <link rel="modulepreload" crossorigin href="/assets/index-DqHVrEeL.js">
@@ -1,9 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- if uname -r | grep Microsoft > /dev/null; then
4
- echo "WSL1"
5
- elif [ -d /run/WSL ]; then
6
- echo "WSL2"
7
- else
8
- echo "LINUX"
9
- fi