Skip to content

Commit

Permalink
npm: bump 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jul 16, 2024
1 parent a7386ae commit ff7e088
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/npm/install.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export async function install() {
const baseReleaseUrl =
"https://github.com/anycable/anycable-go/releases/download/";

import packageJson from "./package.json" assert { type: "json" };
import packageJson from "./package.json" with { type: "json" };
const packageVersion = packageJson.version;
const version = packageVersion.replace(/-patch.*$/, "");

Expand Down
5 changes: 4 additions & 1 deletion packaging/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "@anycable/anycable-go",
"version": "1.5.1",
"version": "1.5.2",
"description": "A wrapper to install and run AnyCable server",
"main": "index.js",
"bin": {
"anycable-go": "./bin/index.mjs"
},
"engines": {
"node": ">=20.0.0"
},
"repository": "https://github.com/anycable/anycable-go",
"keywords": [
"websockets",
Expand Down

0 comments on commit ff7e088

Please sign in to comment.