@aurodesignsystem-dev/auro-nav 0.0.0-pr86.1 → 0.0.0-pr91.0

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 (1) hide show
  1. package/package.json +7 -5
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-nav",
10
- "version": "0.0.0-pr86.1",
10
+ "version": "0.0.0-pr91.0",
11
11
  "description": "auro-nav HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",
@@ -18,7 +18,7 @@
18
18
  "types": "dist/index.d.ts",
19
19
  "license": "Apache-2.0",
20
20
  "engines": {
21
- "node": "^20.x || ^22.x"
21
+ "node": ">=20"
22
22
  },
23
23
  "dependencies": {
24
24
  "lit": "^3.3.1"
@@ -26,7 +26,7 @@
26
26
  "devDependencies": {
27
27
  "@aurodesignsystem/auro-button": "^12.3.0",
28
28
  "@aurodesignsystem/auro-cli": "^3.1.0",
29
- "@aurodesignsystem/auro-config": "^1.3.0",
29
+ "@aurodesignsystem/auro-config": "^1.3.1",
30
30
  "@aurodesignsystem/auro-hyperlink": "^7.1.0",
31
31
  "@aurodesignsystem/auro-icon": "^9.1.0",
32
32
  "@aurodesignsystem/auro-library": "^5.5.4",
@@ -42,7 +42,8 @@
42
42
  "last 2 Safari major versions"
43
43
  ],
44
44
  "publishConfig": {
45
- "access": "public"
45
+ "access": "public",
46
+ "provenance": true
46
47
  },
47
48
  "keywords": [
48
49
  "alaska airlines",
@@ -73,7 +74,8 @@
73
74
  "module": "./dist/index.js",
74
75
  "types": "./dist/index.d.ts",
75
76
  "default": "./dist/index.js"
76
- }
77
+ },
78
+ "./package.json": "./package.json"
77
79
  },
78
80
  "files": [
79
81
  "custom-elements.json",