|
1 | 1 | {
|
2 | 2 | "name": "@technote-space/github-action-helper",
|
3 |
| - "version": "5.3.4", |
| 3 | + "version": "5.3.5", |
4 | 4 | "description": "Helper for GitHub Action.",
|
5 | 5 | "keywords": [
|
6 | 6 | "github",
|
|
21 | 21 | "url": "https://technote.space"
|
22 | 22 | },
|
23 | 23 | "type": "module",
|
24 |
| - "exports": "./dist/index.mjs", |
| 24 | + "exports": { |
| 25 | + "import": "./dist/index.mjs", |
| 26 | + "require": "./dist/index.cjs" |
| 27 | + }, |
25 | 28 | "main": "dist/index.mjs",
|
26 | 29 | "types": "dist/index.d.ts",
|
27 | 30 | "files": [
|
|
44 | 47 | "@actions/github": "^5.0.1",
|
45 | 48 | "@octokit/openapi-types": "^11.2.0",
|
46 | 49 | "@octokit/plugin-rest-endpoint-methods": "^5.13.0",
|
47 |
| - "@technote-space/github-action-log-helper": "^0.2.3", |
| 50 | + "@technote-space/github-action-log-helper": "^0.2.4", |
48 | 51 | "shell-escape": "^0.2.0",
|
49 | 52 | "sprintf-js": "^1.1.2"
|
50 | 53 | },
|
|
53 | 56 | "@commitlint/config-conventional": "^16.2.1",
|
54 | 57 | "@rollup/plugin-typescript": "^8.3.2",
|
55 | 58 | "@sindresorhus/tsconfig": "^2.0.0",
|
56 |
| - "@technote-space/github-action-test-helper": "^0.9.4", |
| 59 | + "@technote-space/github-action-test-helper": "^0.9.5", |
57 | 60 | "@types/node": "^17.0.25",
|
58 | 61 | "@types/shell-escape": "^0.2.0",
|
59 | 62 | "@typescript-eslint/eslint-plugin": "^5.20.0",
|
|
62 | 65 | "eslint": "^8.13.0",
|
63 | 66 | "eslint-plugin-import": "^2.26.0",
|
64 | 67 | "husky": "^7.0.4",
|
65 |
| - "lint-staged": "^12.3.8", |
| 68 | + "lint-staged": "^12.4.0", |
66 | 69 | "nock": "^13.2.4",
|
67 | 70 | "rollup": "^2.70.2",
|
68 | 71 | "typescript": "^4.6.3",
|
69 |
| - "vitest": "^0.9.3" |
| 72 | + "vitest": "^0.9.4" |
70 | 73 | },
|
71 | 74 | "publishConfig": {
|
72 | 75 | "access": "public"
|
|
0 commit comments