We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c721d73 commit 72a3b5dCopy full SHA for 72a3b5d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "return-dispatch",
3
- "version": "2.0.5",
+ "version": "2.1.0",
4
"private": true,
5
"description": "Dispatch an action and output the run ID.",
6
"main": "lib/main.js",
@@ -52,10 +52,5 @@
52
"typescript": "^5.8.3",
53
"typescript-eslint": "^8.34.0",
54
"vitest": "~3.1.4"
55
- },
56
- "pnpm": {
57
- "onlyBuiltDependencies": [
58
- "esbuild"
59
- ]
60
}
61
pnpm-workspace.yaml
@@ -0,0 +1,3 @@
+onlyBuiltDependencies:
+ - esbuild
+ - unrs-resolver
0 commit comments