@xcelera/cli 2.4.0 → 3.0.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xcelera/cli",
3
3
  "description": "CLI for xcelera.dev",
4
- "version": "2.4.0",
4
+ "version": "3.0.0",
5
5
  "author": "",
6
6
  "type": "module",
7
7
  "repository": {
@@ -11,23 +11,14 @@
11
11
  "bugs": {
12
12
  "url": "https://github.com/xcelera-dev/cli/issues"
13
13
  },
14
- "keywords": [
15
- "actions",
16
- "xcelera",
17
- "performance",
18
- "lighthouse"
19
- ],
14
+ "keywords": ["actions", "xcelera", "performance", "lighthouse"],
20
15
  "exports": {
21
16
  ".": "./dist/action.js"
22
17
  },
23
18
  "bin": {
24
19
  "xcelera": "dist/cli.js"
25
20
  },
26
- "files": [
27
- "dist",
28
- "LICENSE",
29
- "README.md"
30
- ],
21
+ "files": ["dist", "LICENSE", "NOTICE", "README.md"],
31
22
  "engines": {
32
23
  "node": ">=22"
33
24
  },
@@ -41,11 +32,13 @@
41
32
  "package:watch": "npm run package -- --watch",
42
33
  "test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest --passWithNoTests",
43
34
  "all": "npm run format:write && npm run check && npm run test && npm run coverage && npm run package",
44
- "prepare": "husky"
35
+ "check:dist": "bash scripts/check-dist.sh",
36
+ "prepare": "husky",
37
+ "generate-notice": "npx generate-license-file --input package.json --output NOTICE --overwrite"
45
38
  },
46
39
  "license": "MIT",
47
40
  "dependencies": {
48
- "@actions/core": "^1.11.1",
41
+ "@actions/core": "^2.0.2",
49
42
  "@types/env-ci": "^3.1.4",
50
43
  "env-ci": "^11.2.0",
51
44
  "is-network-error": "^1.3.0",
@@ -53,7 +46,7 @@
53
46
  "simple-git": "^3.30.0"
54
47
  },
55
48
  "devDependencies": {
56
- "@biomejs/biome": "2.3.8",
49
+ "@biomejs/biome": "2.3.11",
57
50
  "@commitlint/cli": "^20.2.0",
58
51
  "@commitlint/config-conventional": "^20.2.0",
59
52
  "@github/local-action": "^6.0.2",