mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 07:06:07 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8736e92447 | |||
| f4f179b825 | |||
| a228c4f190 | |||
| 730131f5b9 |
+1
-1
@@ -82,7 +82,7 @@ SOFTWARE.
|
||||
|
||||
-----
|
||||
|
||||
The following software may be included in this product: @eslint/config-array, @eslint/config-helpers, @eslint/core, @eslint/object-schema, @eslint/plugin-kit, @humanfs/core, @humanfs/node, @humanwhocodes/module-importer, @humanwhocodes/retry, b4a, bare-events, bare-fs, bare-os, bare-stream, bare-url, events-universal, text-decoder. A copy of the source code may be downloaded from git+https://github.com/eslint/rewrite.git (@eslint/config-array), git+https://github.com/eslint/rewrite.git (@eslint/config-helpers), git+https://github.com/eslint/rewrite.git (@eslint/core), git+https://github.com/eslint/rewrite.git (@eslint/object-schema), git+https://github.com/eslint/rewrite.git (@eslint/plugin-kit), git+https://github.com/humanwhocodes/humanfs.git (@humanfs/core), git+https://github.com/humanwhocodes/humanfs.git (@humanfs/node), git+https://github.com/humanwhocodes/module-importer.git (@humanwhocodes/module-importer), git+https://github.com/humanwhocodes/retry.git (@humanwhocodes/retry), git+https://github.com/holepunchto/b4a.git (b4a), git+https://github.com/holepunchto/bare-events.git (bare-events), git+https://github.com/holepunchto/bare-fs.git (bare-fs), git+https://github.com/holepunchto/bare-os.git (bare-os), git+https://github.com/holepunchto/bare-stream.git (bare-stream), git+https://github.com/holepunchto/bare-url.git (bare-url), git+https://github.com/holepunchto/events-universal.git (events-universal), git+https://github.com/holepunchto/text-decoder.git (text-decoder). This software contains the following license and notice below:
|
||||
The following software may be included in this product: @eslint/config-array, @eslint/config-helpers, @eslint/core, @eslint/object-schema, @eslint/plugin-kit, @humanfs/core, @humanfs/node, @humanwhocodes/module-importer, @humanwhocodes/retry, b4a, bare-events, bare-fs, bare-stream, bare-url, events-universal, text-decoder. A copy of the source code may be downloaded from git+https://github.com/eslint/rewrite.git (@eslint/config-array), git+https://github.com/eslint/rewrite.git (@eslint/config-helpers), git+https://github.com/eslint/rewrite.git (@eslint/core), git+https://github.com/eslint/rewrite.git (@eslint/object-schema), git+https://github.com/eslint/rewrite.git (@eslint/plugin-kit), git+https://github.com/humanwhocodes/humanfs.git (@humanfs/core), git+https://github.com/humanwhocodes/humanfs.git (@humanfs/node), git+https://github.com/humanwhocodes/module-importer.git (@humanwhocodes/module-importer), git+https://github.com/humanwhocodes/retry.git (@humanwhocodes/retry), git+https://github.com/holepunchto/b4a.git (b4a), git+https://github.com/holepunchto/bare-events.git (bare-events), git+https://github.com/holepunchto/bare-fs.git (bare-fs), git+https://github.com/holepunchto/bare-stream.git (bare-stream), git+https://github.com/holepunchto/bare-url.git (bare-url), git+https://github.com/holepunchto/events-universal.git (events-universal), git+https://github.com/holepunchto/text-decoder.git (text-decoder). This software contains the following license and notice below:
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
|
||||
Vendored
+1
-1
@@ -37889,7 +37889,7 @@ async function main() {
|
||||
await maybeInstallRebar3(rebar3Spec)
|
||||
|
||||
// undefined is replaced by a function, post- main branch merge
|
||||
const setupBeamVersion = '324994a'
|
||||
const setupBeamVersion = 'f4f179b'
|
||||
setOutput('setup-beam-version', setupBeamVersion)
|
||||
}
|
||||
|
||||
|
||||
Generated
+4
-4
@@ -11,7 +11,7 @@
|
||||
"@actions/exec": "3.0.0",
|
||||
"@actions/tool-cache": "4.0.0",
|
||||
"csv-parse": "7.0.1",
|
||||
"semver": "7.8.5",
|
||||
"semver": "7.7.4",
|
||||
"smol-toml": "1.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -3254,9 +3254,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/semver": {
|
||||
"version": "7.8.5",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.5.tgz",
|
||||
"integrity": "sha512-Y7/KDsb8LjooZpwaqGyulO6DQlksgCncchHGk+sZIY4SBvUocMBEFH5Ur1fI4dV+Jvl0w6cjvucaIi40puRioA==",
|
||||
"version": "7.7.4",
|
||||
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.4.tgz",
|
||||
"integrity": "sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==",
|
||||
"license": "ISC",
|
||||
"bin": {
|
||||
"semver": "bin/semver.js"
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@
|
||||
"@actions/exec": "3.0.0",
|
||||
"@actions/tool-cache": "4.0.0",
|
||||
"csv-parse": "7.0.1",
|
||||
"semver": "7.8.5",
|
||||
"semver": "7.7.4",
|
||||
"smol-toml": "1.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
+1
-1
@@ -57,7 +57,7 @@ async function main() {
|
||||
await maybeInstallRebar3(rebar3Spec)
|
||||
|
||||
// undefined is replaced by a function, post- main branch merge
|
||||
const setupBeamVersion = '324994a'
|
||||
const setupBeamVersion = 'f4f179b'
|
||||
core.setOutput('setup-beam-version', setupBeamVersion)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user