diff --git a/hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1 b/hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1 index 0e02391..8ab341e 100644 --- a/hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1 +++ b/hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1 @@ -3,7 +3,7 @@ RootModule = 'hugoalh.GitHubActionsToolkit.psm1' # Version number of this module. - ModuleVersion = '2.1.2' + ModuleVersion = '2.1.3' # Supported PSEditions # CompatiblePSEditions = @() @@ -219,7 +219,7 @@ ReleaseNotes = '(Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)' # Prerelease string of this module - # Prerelease = '' + Prerelease = 'beta1' # Flag to indicate whether the module requires explicit user acceptance for install/update/save RequireLicenseAcceptance = $False diff --git a/hugoalh.GitHubActionsToolkit/nodejs-wrapper/package.json b/hugoalh.GitHubActionsToolkit/nodejs-wrapper/package.json index ff178d0..853b613 100644 --- a/hugoalh.GitHubActionsToolkit/nodejs-wrapper/package.json +++ b/hugoalh.GitHubActionsToolkit/nodejs-wrapper/package.json @@ -1,6 +1,6 @@ { "name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper", - "version": "2.1.2", + "version": "2.1.3-beta.1", "description": "A PowerShell module to provide a better and easier way for GitHub Actions to communicate with the runner machine, and the toolkit for developing GitHub Actions in PowerShell.", "keywords": [ "gh-actions", @@ -15,6 +15,7 @@ }, "license": "MIT", "author": "hugoalh", + "type": "commonjs", "main": "./main.js", "repository": { "type": "git", diff --git a/package-lock.json b/package-lock.json index bda5e60..142f1ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper", - "version": "2.1.2", + "version": "2.1.3-beta.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper", - "version": "2.1.2", + "version": "2.1.3-beta.1", "license": "MIT", "dependencies": { "@actions/artifact": "^2.1.0", diff --git a/package.json b/package.json index b8b4112..bee429a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper", - "version": "2.1.2", + "version": "2.1.3-beta.1", "description": "A PowerShell module to provide a better and easier way for GitHub Actions to communicate with the runner machine, and the toolkit for developing GitHub Actions in PowerShell.", "keywords": [ "gh-actions",