{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":4742918,"defaultBranch":"master","name":"node-gitlog","ownerLogin":"domharrington","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-06-21T18:41:57.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/848223?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1692957882.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"4e688b8af9e94721f4a2251e88604f8c49cfb4d3","ref":"refs/heads/feature/configure-dependabot","pushedAt":"2023-08-25T10:04:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"domharrington","name":"Dom Harrington","path":"/domharrington","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/848223?s=80&v=4"},"commit":{"message":"chore: make it so that dependabot only cares about production dependencies","shortMessageHtmlLink":"chore: make it so that dependabot only cares about production depende…"}},{"before":null,"after":"2ea450a525a3a6f51a2fcc82c90ca0590b79f220","ref":"refs/heads/feature/reduce-package-size","pushedAt":"2023-08-25T09:58:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"domharrington","name":"Dom Harrington","path":"/domharrington","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/848223?s=80&v=4"},"commit":{"message":"fix: reduce package size by adding files array to package.json\n\nBefore:\n\n```\nnpm notice\nnpm notice 📦 gitlog@4.0.8\nnpm notice === Tarball Contents ===\nnpm notice 6.1kB .all-contributorsrc\nnpm notice 129B .github/PULL_REQUEST_TEMPLATE.md\nnpm notice 492B .github/workflows/ci.yaml\nnpm notice 37B .prettierignore\nnpm notice 9.3kB CHANGELOG.md\nnpm notice 1.5kB LICENSE\nnpm notice 15.0kB README.md\nnpm notice 7.0kB dist/gitlog.cjs.development.js\nnpm notice 19.0kB dist/gitlog.cjs.development.js.map\nnpm notice 2.9kB dist/gitlog.cjs.production.min.js\nnpm notice 15.1kB dist/gitlog.cjs.production.min.js.map\nnpm notice 6.8kB dist/gitlog.esm.js\nnpm notice 19.0kB dist/gitlog.esm.js.map\nnpm notice 4.7kB dist/index.d.ts\nnpm notice 190B dist/index.js\nnpm notice 336B example/example.js\nnpm notice 1.4kB package.json\nnpm notice 10.8kB src/index.ts\nnpm notice 1.7kB test/create-repo.sh\nnpm notice 48B test/delete-repo.sh\nnpm notice 9.8kB test/gitlog.test.ts\nnpm notice 694B tsconfig.json\nnpm notice === Tarball Details ===\nnpm notice name: gitlog\nnpm notice version: 4.0.8\nnpm notice filename: gitlog-4.0.8.tgz\nnpm notice package size: 26.7 kB\nnpm notice unpacked size: 132.2 kB\nnpm notice shasum: 23a24926458ed7a8d762dc1ee96e20b05216d65e\nnpm notice integrity: sha512-pP85Mh1Mz3vue[...]3Dmewadw8Ro/g==\nnpm notice total files: 22\nnpm notice\ngitlog-4.0.8.tgz\n```\n\nAfter:\n```\nnpm notice\nnpm notice 📦 gitlog@4.0.8\nnpm notice === Tarball Contents ===\nnpm notice 1.5kB LICENSE\nnpm notice 15.0kB README.md\nnpm notice 7.0kB dist/gitlog.cjs.development.js\nnpm notice 19.0kB dist/gitlog.cjs.development.js.map\nnpm notice 2.9kB dist/gitlog.cjs.production.min.js\nnpm notice 15.1kB dist/gitlog.cjs.production.min.js.map\nnpm notice 6.8kB dist/gitlog.esm.js\nnpm notice 19.0kB dist/gitlog.esm.js.map\nnpm notice 4.7kB dist/index.d.ts\nnpm notice 190B dist/index.js\nnpm notice 1.4kB package.json\nnpm notice === Tarball Details ===\nnpm notice name: gitlog\nnpm notice version: 4.0.8\nnpm notice filename: gitlog-4.0.8.tgz\nnpm notice package size: 18.6 kB\nnpm notice unpacked size: 92.7 kB\nnpm notice shasum: 50b2cdd949c12dde92e09ba458b41fe578320307\nnpm notice integrity: sha512-TXGm7onw4826N[...]b5Y5A5M6vRdtA==\nnpm notice total files: 11\nnpm notice\ngitlog-4.0.8.tgz\n```\n\nFixes: https://github.com/domharrington/node-gitlog/issues/93","shortMessageHtmlLink":"fix: reduce package size by adding files array to package.json"}},{"before":"33cfb44c9954526f5923a0b2e6a0a04dbb94aa9a","after":"0c43facdf6e6e8d96807afc1bd270989163abe38","ref":"refs/heads/feature/gh-actions-ci","pushedAt":"2023-08-25T09:44:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"domharrington","name":"Dom Harrington","path":"/domharrington","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/848223?s=80&v=4"},"commit":{"message":"fix: update branch name","shortMessageHtmlLink":"fix: update branch name"}},{"before":null,"after":"33cfb44c9954526f5923a0b2e6a0a04dbb94aa9a","ref":"refs/heads/feature/gh-actions-ci","pushedAt":"2023-08-25T09:41:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"domharrington","name":"Dom Harrington","path":"/domharrington","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/848223?s=80&v=4"},"commit":{"message":"fix: typescript error to do with unknown type\n\n```\nTypeScript diagnostics (customize using `[jest-config].globals.ts-jest.diagnostics` option):\nsrc/index.ts:5:3 - error TS2724: '\"child_process\"' has no exported member named 'ExecFileException'. Did you mean 'ExecException'?\n\n5 ExecFileException,\n ~~~~~~~~~~~~~~~~~\n```","shortMessageHtmlLink":"fix: typescript error to do with unknown type"}},{"before":"c2825d926eb9bd25e29bdc9a6d5a9920f2540905","after":"f121d240cf258bd743cf19fabe8a161b417446bb","ref":"refs/heads/master","pushedAt":"2023-05-16T01:36:56.343Z","pushType":"push","commitsCount":4,"pusher":{"login":"hipstersmoothie","name":"Andrew Lisowski","path":"/hipstersmoothie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1192452?s=80&v=4"},"commit":{"message":"Bump version to: 4.0.8 [skip ci]","shortMessageHtmlLink":"Bump version to: 4.0.8 [skip ci]"}},{"before":"1e9b6f484c0d0e421f5f04c78896c214e3909e17","after":"c2825d926eb9bd25e29bdc9a6d5a9920f2540905","ref":"refs/heads/master","pushedAt":"2023-05-16T01:35:28.638Z","pushType":"push","commitsCount":4,"pusher":{"login":"hipstersmoothie","name":"Andrew Lisowski","path":"/hipstersmoothie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1192452?s=80&v=4"},"commit":{"message":"remove registry","shortMessageHtmlLink":"remove registry"}},{"before":"fe2e7d7f04b693ded5d867f9eeab553cc0614495","after":"1e9b6f484c0d0e421f5f04c78896c214e3909e17","ref":"refs/heads/master","pushedAt":"2023-05-16T01:34:42.297Z","pushType":"push","commitsCount":4,"pusher":{"login":"hipstersmoothie","name":"Andrew Lisowski","path":"/hipstersmoothie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1192452?s=80&v=4"},"commit":{"message":"upgrade auto","shortMessageHtmlLink":"upgrade auto"}},{"before":"7ae02f8d35c61f7e58c7fe767c0435f1cb2b75ec","after":"fe2e7d7f04b693ded5d867f9eeab553cc0614495","ref":"refs/heads/master","pushedAt":"2023-05-16T01:33:02.172Z","pushType":"push","commitsCount":1,"pusher":{"login":"hipstersmoothie","name":"Andrew Lisowski","path":"/hipstersmoothie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1192452?s=80&v=4"},"commit":{"message":"fix build","shortMessageHtmlLink":"fix build"}},{"before":"617373ef33158760cd4b5d3d4b4a4e3b887448fe","after":"7ae02f8d35c61f7e58c7fe767c0435f1cb2b75ec","ref":"refs/heads/master","pushedAt":"2023-05-16T01:26:58.426Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"hipstersmoothie","name":"Andrew Lisowski","path":"/hipstersmoothie","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1192452?s=80&v=4"},"commit":{"message":"Merge pull request #92 from vlovich/throw-error-instead-of-string\n\nMake sure that errors throw Error instead of string","shortMessageHtmlLink":"Merge pull request #92 from vlovich/throw-error-instead-of-string"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADcmP4SwA","startCursor":null,"endCursor":null}},"title":"Activity · domharrington/node-gitlog"}