Skip to content

Commit

Permalink
Update @fig/autocomplete-merge to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grant0417 committed May 31, 2024
1 parent 1eb3002 commit 2f5eddb
Show file tree
Hide file tree
Showing 5 changed files with 31,141 additions and 1,408 deletions.
32,376 changes: 31,053 additions & 1,323 deletions dist/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/index.js.map

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"package": "esbuild --bundle src/main.ts --outfile=dist/index.js --minify --keep-names --sourcemap --platform=node",
"package": "tsc && esbuild --bundle src/main.ts --outfile=dist/index.js --minify --keep-names --sourcemap --platform=node",
"test": "vitest --run --passWithNoTests",
"all": "npm run format && npm run lint && npm run package && npm test",
"prepare": "husky install"
Expand All @@ -32,24 +32,24 @@
"author": "Grant Gurvis <[email protected]>",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^2.1.4",
"@actions/artifact": "^2.1.7",
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@fig/autocomplete-merge": "^1.3.0"
"@fig/autocomplete-merge": "^1.4.0"
},
"devDependencies": {
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.14",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"esbuild": "^0.21.4",
"eslint": "^8.57.0",
"eslint-plugin-github": "5.0.0-2",
"husky": "^9.0.11",
"js-yaml": "^4.1.0",
"prettier": "^3.2.5",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 2f5eddb

Please sign in to comment.