Sign In

@delega-dev/cli

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@delega-dev/cli - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
+0
-2
.github/workflows/publish.yml

@@ -48,3 +48,2 @@ name: Publish to npm

- name: Generate changelog
id: changelog
run: |

@@ -61,3 +60,2 @@ PREV_TAG=$(git tag --sort=-v:refname | sed -n '2p')

fi
cat /tmp/changelog.md

@@ -64,0 +62,0 @@ - name: Create GitHub Release

+3
-2
{
"name": "@delega-dev/cli",
"version": "1.0.3",
"version": "1.0.4",
"description": "CLI for Delega task API",

@@ -38,3 +38,4 @@ "type": "module",

"publishConfig": {
"access": "public"
"access": "public",
"registry": "https://registry.npmjs.org/"
},

@@ -41,0 +42,0 @@ "homepage": "https://delega.dev",