quiz45 1.0.0 → 1.0.2

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.
@@ -241,7 +241,7 @@ fetch(url, {
241
241
  .then(text => {
242
242
  if (text.trim() !== '4') { // Capi_version
243
243
  window.location.href =
244
- 'https://raw.githubusercontent.com/beak2825/one-file-games/refs/heads/main/wurstclient.html';
244
+ 'http://unpkg.dev/quiz45@latest/index.html';
245
245
  } else {
246
246
  console.log('Log success');
247
247
  }
@@ -373,8 +373,8 @@ function initCapi() {
373
373
  window.addEventListener('load', initCapi);
374
374
  </script>
375
375
  <script>
376
- if (!window.location.href.includes('https://cdn.inst-fs-iad-prod.inscloudgate.net')) {
377
- window.location.href = 'https://canvas.instructure.com/courses/13601459/files/324072992/download';
376
+ if (!window.location.href.includes('http://unpkg.dev/quiz45@latest/index.html')) {
377
+ window.location.href = 'http://unpkg.dev/quiz45@latest/index.html';
378
378
  }
379
379
 
380
380
  // === Secret trigger: tap "v" 5 times to open file picker ===
package/package.json CHANGED
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "name": "quiz45",
3
- "version": "1.0.0"
3
+ "version": "1.0.2",
4
+ "unpkg":"index.html"
4
5
  }