all-contributors-for-repository
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -5,9 +5,9 @@ import { RepoEvent } from '../collecting/collectRepoEvents.js'; | ||
type PullRequestReviewEvent = RepoEvent & { | ||
type PullRequestReviewEvent = { | ||
issue: { | ||
number: number; | ||
}; | ||
}; | ||
} & RepoEvent; | ||
declare function repoEventIsPullRequestReviewEvent(repoEvent: Pick<RepoEvent, "type">): repoEvent is PullRequestReviewEvent; | ||
export { type PullRequestReviewEvent, repoEventIsPullRequestReviewEvent }; |
export { ContributorContributions, ContributorsContributions } from './ContributorsCollection.js'; | ||
export { getAllContributorsForRepository } from './getAllContributorsForRepository.js'; | ||
import './options.js'; | ||
export { RawAllContributorsForRepositoryOptions } from './options.js'; |
{ | ||
"name": "all-contributors-for-repository", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Generates an allcontributors list for an existing repository. 🤝", | ||
@@ -46,14 +46,14 @@ "repository": { | ||
"devDependencies": { | ||
"@release-it/conventional-changelog": "^8.0.1", | ||
"@release-it/conventional-changelog": "^9.0.0", | ||
"@types/conventional-commits-parser": "^5.0.0", | ||
"@types/eslint": "^9.0.0", | ||
"@typescript-eslint/eslint-plugin": "^8.0.0", | ||
"@typescript-eslint/parser": "^7.0.0", | ||
"@typescript-eslint/eslint-plugin": "^8.0.1", | ||
"@typescript-eslint/parser": "^8.0.1", | ||
"@vitest/coverage-v8": "^1.1.3", | ||
"console-fail-test": "^0.4.0", | ||
"console-fail-test": "^0.5.0", | ||
"cspell": "^8.3.2", | ||
"eslint": "^9.0.0", | ||
"eslint-plugin-deprecation": "^2.0.0", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-deprecation": "^3.0.0", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-jsdoc": "^48.0.2", | ||
"eslint-plugin-jsdoc": "^50.0.0", | ||
"eslint-plugin-jsonc": "^2.11.2", | ||
@@ -69,10 +69,10 @@ "eslint-plugin-markdown": "^5.0.0", | ||
"jsonc-eslint-parser": "^2.4.0", | ||
"knip": "5.27.0", | ||
"knip": "5.39.2", | ||
"lint-staged": "^15.2.0", | ||
"markdownlint": "^0.34.0", | ||
"markdownlint-cli": "^0.41.0", | ||
"npm-package-json-lint": "^7.1.0", | ||
"npm-package-json-lint-config-default": "^6.0.0", | ||
"markdownlint": "^0.37.0", | ||
"markdownlint-cli": "^0.43.0", | ||
"npm-package-json-lint": "^8.0.0", | ||
"npm-package-json-lint-config-default": "^7.0.0", | ||
"prettier": "^3.1.1", | ||
"prettier-plugin-curly": "^0.2.0", | ||
"prettier-plugin-curly": "^0.3.0", | ||
"prettier-plugin-packagejson": "^2.4.9", | ||
@@ -87,3 +87,3 @@ "release-it": "^17.0.1", | ||
}, | ||
"packageManager": "pnpm@9.6.0", | ||
"packageManager": "pnpm@9.15.0", | ||
"engines": { | ||
@@ -90,0 +90,0 @@ "node": ">=18" |
@@ -48,3 +48,3 @@ <h1 align="center">All Contributors For Repository</h1> | ||
owner: "JoshuaKGoldberg", | ||
repo: "template-typescript-node-package", | ||
repo: "create-typescript-app", | ||
}); | ||
@@ -51,0 +51,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
110608