Skip to content

Commit

Permalink
chore: release packages/nodejs_comlink 0.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions release workflow committed Feb 8, 2024
1 parent 46f1316 commit 298ff45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/nodejs_comlink/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0-alpha.0
0.1.0-alpha.1
6 changes: 3 additions & 3 deletions packages/nodejs_comlink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfaceai/comlink",
"version": "0.1.0-alpha.0",
"version": "0.1.0-alpha.1",
"exports": {
".": "./dist/index.js",
"./assets/comlink.wasm": "./assets/comlink.wasm"
Expand All @@ -13,8 +13,8 @@
},
"devDependencies": {
"@types/node": "^20",
"typescript": "^5",
"rimraf": "^5"
"rimraf": "^5",
"typescript": "^5"
},
"scripts": {
"clean": "rimraf dist",
Expand Down

0 comments on commit 298ff45

Please sign in to comment.