Skip to content

Commit 72a3b5d

Browse files
committed
release: 2.1.0
1 parent c721d73 commit 72a3b5d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "return-dispatch",
3-
"version": "2.0.5",
3+
"version": "2.1.0",
44
"private": true,
55
"description": "Dispatch an action and output the run ID.",
66
"main": "lib/main.js",
@@ -52,10 +52,5 @@
5252
"typescript": "^5.8.3",
5353
"typescript-eslint": "^8.34.0",
5454
"vitest": "~3.1.4"
55-
},
56-
"pnpm": {
57-
"onlyBuiltDependencies": [
58-
"esbuild"
59-
]
6055
}
6156
}

pnpm-workspace.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
onlyBuiltDependencies:
2+
- esbuild
3+
- unrs-resolver

0 commit comments

Comments
 (0)