Skip to content

Commit e2e5e9a

Browse files
committed
Missing patch version in package.json
1 parent 35e3108 commit e2e5e9a

File tree

3 files changed

+226
-424
lines changed

3 files changed

+226
-424
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30943,7 +30943,7 @@ module.exports = parseParams
3094330943
/***/ ((module) => {
3094430944

3094530945
"use strict";
30946-
module.exports = JSON.parse('{"name":"workflow-dispatch","version":"1.2.","description":"Trigger running GitHub Actions workflows","main":"dist/index.js","scripts":{"build":"ncc build src/main.ts -o dist","lint":"eslint src/","lint-fix":"eslint src/ --fix","format":"prettier --write src/"},"keywords":["github","actions"],"author":"Ben Coleman","license":"MIT","devDependencies":{"@actions/core":"^1.10.1","@actions/github":"^6.0.0","@vercel/ncc":"^0.38.1","typescript-eslint":"^8.0.0","eslint":"^9.8.0","typescript":"^5.5.4","prettier":"^3.3.3"}}');
30946+
module.exports = JSON.parse('{"name":"workflow-dispatch","version":"1.2.4","description":"Trigger running GitHub Actions workflows","main":"dist/index.js","scripts":{"build":"ncc build src/main.ts -o dist","lint":"eslint src/","lint-fix":"eslint src/ --fix","format":"prettier --write src/"},"keywords":["github","actions"],"author":"Ben Coleman","license":"MIT","devDependencies":{"@actions/core":"^1.10.1","@actions/github":"^6.0.0","@vercel/ncc":"^0.38.1","typescript-eslint":"^8.0.0","eslint":"^9.8.0","typescript":"^5.5.4","prettier":"^3.3.3"}}');
3094730947

3094830948
/***/ })
3094930949

0 commit comments

Comments
 (0)