Skip to content

Commit 298ff45

Browse files
author
GitHub Actions release workflow
committed
chore: release packages/nodejs_comlink 0.1.0-alpha.1
1 parent 46f1316 commit 298ff45

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/nodejs_comlink/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-alpha.0
1+
0.1.0-alpha.1

packages/nodejs_comlink/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@superfaceai/comlink",
3-
"version": "0.1.0-alpha.0",
3+
"version": "0.1.0-alpha.1",
44
"exports": {
55
".": "./dist/index.js",
66
"./assets/comlink.wasm": "./assets/comlink.wasm"
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"@types/node": "^20",
16-
"typescript": "^5",
17-
"rimraf": "^5"
16+
"rimraf": "^5",
17+
"typescript": "^5"
1818
},
1919
"scripts": {
2020
"clean": "rimraf dist",

0 commit comments

Comments
 (0)