@internetarchive/ia-topnav 1.1.17 → 1.1.18-a1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetarchive/ia-topnav",
3
- "version": "1.1.17",
3
+ "version": "1.1.18-a1",
4
4
  "description": "Top nav for Internet Archive",
5
5
  "license": "AGPL-3.0-only",
6
6
  "main": "index.js",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@internetarchive/ia-wayback-search": "^0.2.2",
33
- "lit": "^2.0.2"
33
+ "lit": "^2.2.7"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@open-wc/demoing-storybook": "^0.3.0",
package/src/data/menus.js CHANGED
@@ -478,7 +478,7 @@ const web = {
478
478
  external: true,
479
479
  }],
480
480
  browserExtensionsLinks: [{
481
- url: 'https://chrome.google.com/webstore/detail/save-to-the-wayback-machi/eebpioaailbjojmdbmlpomfgijnlcemk?hl=en',
481
+ url: 'https://chrome.google.com/webstore/detail/wayback-machine/fpnmgdkabkmnadcjpehmlllkndpkmiak',
482
482
  title: 'Chrome',
483
483
  external: true,
484
484
  }, {
@@ -489,6 +489,10 @@ const web = {
489
489
  url: 'https://apps.apple.com/us/app/wayback-machine/id1472432422?mt=12',
490
490
  title: 'Safari',
491
491
  external: true,
492
+ }, {
493
+ url: 'https://microsoftedge.microsoft.com/addons/detail/wayback-machine/kjmickeoogghaimmomagaghnogelpcpn?hl=en-US',
494
+ title: 'Edge',
495
+ external: true,
492
496
  }],
493
497
  archiveItLinks: [{
494
498
  url: 'https://www.archive-it.org/explore',
@@ -377,7 +377,7 @@ export default {
377
377
  ],
378
378
  "browserExtensionsLinks": [
379
379
  {
380
- "url": "https://chrome.google.com/webstore/detail/save-to-the-wayback-machi/eebpioaailbjojmdbmlpomfgijnlcemk?hl=en",
380
+ "url": "https://chrome.google.com/webstore/detail/wayback-machine/fpnmgdkabkmnadcjpehmlllkndpkmiak",
381
381
  "title": "Chrome",
382
382
  "external": true
383
383
  },
@@ -390,6 +390,11 @@ export default {
390
390
  "url": "https://apps.apple.com/us/app/wayback-machine/id1472432422?mt=12",
391
391
  "title": "Safari",
392
392
  "external": true
393
+ },
394
+ {
395
+ "url": "https://microsoftedge.microsoft.com/addons/detail/wayback-machine/kjmickeoogghaimmomagaghnogelpcpn?hl=en-US",
396
+ "title": "Edge",
397
+ "external": true
393
398
  }
394
399
  ],
395
400
  "archiveItLinks": [