@aurodesignsystem-dev/auro-header 0.0.0-pr168.0 → 0.0.0-pr172.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-header",
10
- "version": "0.0.0-pr168.0",
10
+ "version": "0.0.0-pr172.0",
11
11
  "description": "auro-header HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",
@@ -18,14 +18,14 @@
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.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@aurodesignsystem/auro-cli": "^3.0.3",
28
- "@aurodesignsystem/auro-config": "^1.3.0",
28
+ "@aurodesignsystem/auro-config": "^1.3.1",
29
29
  "@aurodesignsystem/auro-library": "^5.4.0",
30
30
  "@aurodesignsystem/design-tokens": "^8.4.0",
31
31
  "@aurodesignsystem/webcorestylesheets": "10.0.3",
@@ -39,7 +39,8 @@
39
39
  "last 2 Safari major versions"
40
40
  ],
41
41
  "publishConfig": {
42
- "access": "public"
42
+ "access": "public",
43
+ "provenance": true
43
44
  },
44
45
  "keywords": [
45
46
  "alaska airlines",
@@ -55,7 +56,8 @@
55
56
  "lint:fix": "biome check --fix --no-errors-on-unmatched && stylelint \"./src/**/*.scss\" --fix",
56
57
  "test": "auro test",
57
58
  "test:watch": "auro test --watch",
58
- "prepare": "husky"
59
+ "prepare": "husky",
60
+ "test:coverage": "auro test --coverage-report --open"
59
61
  },
60
62
  "exports": {
61
63
  "./package.json": "./package.json",