@aurodesignsystem-dev/auro-icon 0.0.0-pr219.1 → 0.0.0-pr223.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-icon",
10
- "version": "0.0.0-pr219.1",
10
+ "version": "0.0.0-pr223.0",
11
11
  "description": "auro-icon 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.0"
@@ -29,7 +29,7 @@
29
29
  "@aurodesignsystem/design-tokens": "^8.5.0",
30
30
  "@aurodesignsystem/webcorestylesheets": "10.1.1",
31
31
  "@aurodesignsystem/auro-cli": "^3.0.3",
32
- "@aurodesignsystem/auro-config": "^1.3.0",
32
+ "@aurodesignsystem/auro-config": "^1.3.1",
33
33
  "sinon": "^20.0.0",
34
34
  "husky": "^9.1.7"
35
35
  },
@@ -41,7 +41,8 @@
41
41
  "last 2 Safari major versions"
42
42
  ],
43
43
  "publishConfig": {
44
- "access": "public"
44
+ "access": "public",
45
+ "provenance": true
45
46
  },
46
47
  "keywords": [
47
48
  "alaska airlines",
@@ -57,7 +58,8 @@
57
58
  "lint:fix": "biome check --fix --no-errors-on-unmatched && stylelint \"./src/**/*.scss\" --fix",
58
59
  "test": "auro test",
59
60
  "test:watch": "auro test --watch",
60
- "prepare": "husky"
61
+ "prepare": "husky",
62
+ "test:coverage": "auro test --coverage-report --open"
61
63
  },
62
64
  "exports": {
63
65
  "./package.json": "./package.json",