typescript-github-action-template 0.2.1 → 0.2.2-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 +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typescript-github-action-template",
3
- "version": "0.2.1",
3
+ "version": "0.2.2-0",
4
4
  "description": "A template to create custom GitHub Action with TypeScript/JavaScript.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.js",
@@ -10,10 +10,9 @@
10
10
  "bundle": "rm -rf bundle && yarn ncc build src/index.ts --external eslint --source-map --license licenses.txt --out bundle",
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "lint": "eslint -c eslint.config.js",
13
- "_postinstall": "is-ci || husky install",
14
13
  "prepublishOnly": "pinst --disable && yarn build",
15
14
  "postpublish": "pinst --enable",
16
- "preversion": "yarn && yarn build && yarn bundle"
15
+ "prepare": "is-ci || husky"
17
16
  },
18
17
  "repository": {
19
18
  "type": "git",
@@ -30,9 +29,9 @@
30
29
  "@eslint/eslintrc": "^3.0.2",
31
30
  "@eslint/js": "^9.2.0",
32
31
  "@serverless-guru/prettier-plugin-import-order": "^0.4.2",
33
- "@types/node": "^20.1.0",
34
- "@typescript-eslint/eslint-plugin": "^7.0.1",
35
- "@typescript-eslint/parser": "^7.0.1",
32
+ "@types/node": "^22.0.0",
33
+ "@typescript-eslint/eslint-plugin": "^8.0.0",
34
+ "@typescript-eslint/parser": "^8.0.0",
36
35
  "@vercel/ncc": "^0.38.0",
37
36
  "eslint": "^9.0.0",
38
37
  "eslint-config-prettier": "^9.0.0",
@@ -43,7 +42,7 @@
43
42
  "pinst": "^3.0.0",
44
43
  "prettier": "^3.0.2",
45
44
  "typescript": "^5.0.2",
46
- "typescript-eslint": "^7.8.0"
45
+ "typescript-eslint": "^8.0.0"
47
46
  },
48
47
  "dependencies": {
49
48
  "@actions/core": "^1.10.0",