From cc9ce390e6fab0a15b359f61611c1c406844fcc4 Mon Sep 17 00:00:00 2001 From: JB Date: Thu, 22 Feb 2024 13:53:39 -0800 Subject: [PATCH] v1.4.2 --- .github/workflows/release.yaml | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3cfd348..6fdab24 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,4 +35,4 @@ jobs: - name: Publish new version to NPM Registry run: | yarn version --patch - yarn npm publish + yarn npm publish --access public diff --git a/package.json b/package.json index e57578a..d0162b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@awell-health/moleculer-decorators", - "version": "1.4.1", + "version": "1.4.2", "description": "decorators for moleculer", "main": "dist/index.js", "packageManager": "yarn@3.4.1", @@ -18,7 +18,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/ColonelBundy/moleculer-decorators.git" + "url": "git+https://github.com/awell-health/moleculer-decorators.git" }, "keywords": [ "microservices", @@ -29,9 +29,9 @@ "moleculer" ], "bugs": { - "url": "https://github.com/ColonelBundy/moleculer-decorators/issues" + "url": "https://github.com/awell-health/moleculer-decorators/issues" }, - "homepage": "https://github.com/ColonelBundy/moleculer-decorators#readme", + "homepage": "https://github.com/awell-health/moleculer-decorators#readme", "dependencies": { "@moleculer/channels": "^0.1.8", "moleculer": "^0.14.32"