Skip to content

Commit adea8e3

Browse files
committed
Wrapper use CommonJS
1 parent 824f044 commit adea8e3

File tree

8 files changed

+130322
-259
lines changed

8 files changed

+130322
-259
lines changed

bundler.js renamed to bundler.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ for (const script of scripts.values()) {
2020
cache: false,
2121
debugLog: false,
2222
license: "",
23-
minify: true,
23+
minify: false,
2424
quiet: false,
2525
sourceMap: false,
2626
sourceMapRegister: false,

hugoalh.GitHubActionsToolkit/hugoalh.GitHubActionsToolkit.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
RootModule = 'hugoalh.GitHubActionsToolkit.psm1'
44

55
# Version number of this module.
6-
ModuleVersion = '2.1.2'
6+
ModuleVersion = '2.1.3'
77

88
# Supported PSEditions
99
# CompatiblePSEditions = @()
@@ -219,7 +219,7 @@
219219
ReleaseNotes = '(Please visit https://github.com/hugoalh-studio/ghactions-toolkit-powershell/releases.)'
220220

221221
# Prerelease string of this module
222-
# Prerelease = ''
222+
Prerelease = 'beta2'
223223

224224
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
225225
RequireLicenseAcceptance = $False

hugoalh.GitHubActionsToolkit/nodejs-wrapper/main.js

Lines changed: 130136 additions & 65 deletions
Large diffs are not rendered by default.

hugoalh.GitHubActionsToolkit/nodejs-wrapper/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hugoalh/ghactions-toolkit-powershell-nodejs-wrapper",
3-
"version": "2.1.2",
3+
"version": "2.1.3-beta.2",
44
"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.",
55
"keywords": [
66
"gh-actions",
@@ -15,11 +15,8 @@
1515
},
1616
"license": "MIT",
1717
"author": "hugoalh",
18-
"type": "module",
18+
"type": "commonjs",
1919
"main": "./main.js",
20-
"exports": {
21-
"import": "./main.js"
22-
},
2320
"repository": {
2421
"type": "git",
2522
"url": "git+https://github.com/hugoalh-studio/ghactions-toolkit-powershell.git"

0 commit comments

Comments
 (0)