mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-10 10:26:45 +00:00
fix: switch back to package.json as it's necessary for GH actions (#101)
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -116,12 +116,12 @@ jobs:
|
|||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Deno
|
- name: Setup Deno
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
deno-version: "rc"
|
deno-version: canary
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: deno lint
|
run: deno lint
|
||||||
@@ -140,7 +140,7 @@ jobs:
|
|||||||
- name: Setup Deno
|
- name: Setup Deno
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
deno-version: "rc"
|
deno-version: canary
|
||||||
|
|
||||||
- name: Build code
|
- name: Build code
|
||||||
run: deno run -A scripts/build.ts
|
run: deno run -A scripts/build.ts
|
||||||
|
|||||||
11
deno.json
11
deno.json
@@ -12,16 +12,5 @@
|
|||||||
],
|
],
|
||||||
"tasks": {
|
"tasks": {
|
||||||
"build": "deno run -A scripts/build.ts"
|
"build": "deno run -A scripts/build.ts"
|
||||||
},
|
|
||||||
"imports": {
|
|
||||||
"@actions/cache": "npm:@actions/cache@^4.0.3",
|
|
||||||
"@actions/core": "npm:@actions/core@^1.11.1",
|
|
||||||
"@actions/glob": "npm:@actions/glob@^0.5.0",
|
|
||||||
"@actions/tool-cache": "npm:@actions/tool-cache@^2.0.2",
|
|
||||||
"@types/node": "npm:@types/node@^22.15.0",
|
|
||||||
"@types/semver": "npm:@types/semver@^7.7.0",
|
|
||||||
"semver": "npm:semver@^7.7.1",
|
|
||||||
"tsdown": "npm:tsdown@0.10.1",
|
|
||||||
"undici": "npm:undici@^7.8.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
101
deno.lock
generated
101
deno.lock
generated
@@ -1,14 +1,13 @@
|
|||||||
{
|
{
|
||||||
"version": "5",
|
"version": "5",
|
||||||
"specifiers": {
|
"specifiers": {
|
||||||
"npm:@actions/cache@^4.0.3": "4.0.3",
|
"npm:@actions/cache@4.0.3": "4.0.3",
|
||||||
"npm:@actions/core@^1.11.1": "1.11.1",
|
"npm:@actions/core@^1.11.1": "1.11.1",
|
||||||
"npm:@actions/glob@0.5": "0.5.0",
|
"npm:@actions/glob@0.5": "0.5.0",
|
||||||
"npm:@actions/tool-cache@^2.0.2": "2.0.2",
|
"npm:@actions/tool-cache@^2.0.2": "2.0.2",
|
||||||
"npm:@types/node@*": "22.15.15",
|
"npm:@types/node@^20.16.5": "20.17.47",
|
||||||
"npm:@types/node@^22.15.0": "22.15.17",
|
|
||||||
"npm:@types/semver@^7.7.0": "7.7.0",
|
"npm:@types/semver@^7.7.0": "7.7.0",
|
||||||
"npm:semver@^7.7.1": "7.7.1",
|
"npm:semver@^7.7.1": "7.7.2",
|
||||||
"npm:tsdown@0.10.1": "0.10.1_rolldown@1.0.0-beta.8-commit.852c603__valibot@1.0.0",
|
"npm:tsdown@0.10.1": "0.10.1_rolldown@1.0.0-beta.8-commit.852c603__valibot@1.0.0",
|
||||||
"npm:undici@^7.8.0": "7.9.0"
|
"npm:undici@^7.8.0": "7.9.0"
|
||||||
},
|
},
|
||||||
@@ -512,14 +511,8 @@
|
|||||||
"tslib@2.8.1"
|
"tslib@2.8.1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"@types/node@22.15.15": {
|
"@types/node@20.17.47": {
|
||||||
"integrity": "sha512-R5muMcZob3/Jjchn5LcO8jdKwSCbzqmPB6ruBxMcf9kbxtniZHP327s6C37iOfuw8mbKK3cAQa7sEl7afLrQ8A==",
|
"integrity": "sha512-3dLX0Upo1v7RvUimvxLeXqwrfyKxUINk0EAM83swP2mlSUcwV73sZy8XhNz8bcZ3VbsfQyC/y6jRdL5tgCNpDQ==",
|
||||||
"dependencies": [
|
|
||||||
"undici-types"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"@types/node@22.15.17": {
|
|
||||||
"integrity": "sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw==",
|
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"undici-types"
|
"undici-types"
|
||||||
]
|
]
|
||||||
@@ -605,8 +598,8 @@
|
|||||||
"consola@3.4.2": {
|
"consola@3.4.2": {
|
||||||
"integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA=="
|
"integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA=="
|
||||||
},
|
},
|
||||||
"debug@4.4.0": {
|
"debug@4.4.1": {
|
||||||
"integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
|
"integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"ms"
|
"ms"
|
||||||
]
|
]
|
||||||
@@ -768,58 +761,58 @@
|
|||||||
"integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
|
"integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
|
||||||
"bin": true
|
"bin": true
|
||||||
},
|
},
|
||||||
"lightningcss-darwin-arm64@1.30.0": {
|
"lightningcss-darwin-arm64@1.30.1": {
|
||||||
"integrity": "sha512-L9lhvW4rTHL6vaG1WU3Itj0ivtdBuwu7ufrKEbijRCPhS1pt1haXEXI8h9g73qCQsOaYs1GCc9chvSgxPmhpRA==",
|
"integrity": "sha512-c8JK7hyE65X1MHMN+Viq9n11RRC7hgin3HhYKhrMyaXflk5GVplZ60IxyoVtzILeKr+xAJwg6zK6sjTBJ0FKYQ==",
|
||||||
"os": ["darwin"],
|
"os": ["darwin"],
|
||||||
"cpu": ["arm64"]
|
"cpu": ["arm64"]
|
||||||
},
|
},
|
||||||
"lightningcss-darwin-x64@1.30.0": {
|
"lightningcss-darwin-x64@1.30.1": {
|
||||||
"integrity": "sha512-+qNst+L3GGwG5LypEFTmDUOtNarQVh717Enk4AfmKfwlTrKCSe9kAiPyK7ces269a+f0jNSa8Uww8WwGFXzt8w==",
|
"integrity": "sha512-k1EvjakfumAQoTfcXUcHQZhSpLlkAuEkdMBsI/ivWw9hL+7FtilQc0Cy3hrx0AAQrVtQAbMI7YjCgYgvn37PzA==",
|
||||||
"os": ["darwin"],
|
"os": ["darwin"],
|
||||||
"cpu": ["x64"]
|
"cpu": ["x64"]
|
||||||
},
|
},
|
||||||
"lightningcss-freebsd-x64@1.30.0": {
|
"lightningcss-freebsd-x64@1.30.1": {
|
||||||
"integrity": "sha512-/sfAWALScgggjjk5ZlmGdpFELwGPIwzAdfcBJcT6UTgQoDHzQ4aP41XTq3N4LL01U9dsJp6uAvCvmHX7snqTdg==",
|
"integrity": "sha512-kmW6UGCGg2PcyUE59K5r0kWfKPAVy4SltVeut+umLCFoJ53RdCUWxcRDzO1eTaxf/7Q2H7LTquFHPL5R+Gjyig==",
|
||||||
"os": ["freebsd"],
|
"os": ["freebsd"],
|
||||||
"cpu": ["x64"]
|
"cpu": ["x64"]
|
||||||
},
|
},
|
||||||
"lightningcss-linux-arm-gnueabihf@1.30.0": {
|
"lightningcss-linux-arm-gnueabihf@1.30.1": {
|
||||||
"integrity": "sha512-3B5val/f61unLgfZHEfkZGzunlyyL76l8xRoxFx+G0uwxK7rvaFcnkyf6k4Zto2STVj05FsLs+aTZoTqslPaug==",
|
"integrity": "sha512-MjxUShl1v8pit+6D/zSPq9S9dQ2NPFSQwGvxBCYaBYLPlCWuPh9/t1MRS8iUaR8i+a6w7aps+B4N0S1TYP/R+Q==",
|
||||||
"os": ["linux"],
|
"os": ["linux"],
|
||||||
"cpu": ["arm"]
|
"cpu": ["arm"]
|
||||||
},
|
},
|
||||||
"lightningcss-linux-arm64-gnu@1.30.0": {
|
"lightningcss-linux-arm64-gnu@1.30.1": {
|
||||||
"integrity": "sha512-Q45+fvm7eAAmorsEzc1ZBwajGnXDocB/nRaSldpHQa36QbP93GrzmBqfSdi2pEks2yXMxST4yznio24Q6en7Sg==",
|
"integrity": "sha512-gB72maP8rmrKsnKYy8XUuXi/4OctJiuQjcuqWNlJQ6jZiWqtPvqFziskH3hnajfvKB27ynbVCucKSm2rkQp4Bw==",
|
||||||
"os": ["linux"],
|
"os": ["linux"],
|
||||||
"cpu": ["arm64"]
|
"cpu": ["arm64"]
|
||||||
},
|
},
|
||||||
"lightningcss-linux-arm64-musl@1.30.0": {
|
"lightningcss-linux-arm64-musl@1.30.1": {
|
||||||
"integrity": "sha512-RNZNW/AyKax8wWR4xMKoyAb40dqhzOtnAw4knjbyxJUUEL0wzBEXO3k44AS3UFRjxTyd/s46adVQXxE/vOaSgg==",
|
"integrity": "sha512-jmUQVx4331m6LIX+0wUhBbmMX7TCfjF5FoOH6SD1CttzuYlGNVpA7QnrmLxrsub43ClTINfGSYyHe2HWeLl5CQ==",
|
||||||
"os": ["linux"],
|
"os": ["linux"],
|
||||||
"cpu": ["arm64"]
|
"cpu": ["arm64"]
|
||||||
},
|
},
|
||||||
"lightningcss-linux-x64-gnu@1.30.0": {
|
"lightningcss-linux-x64-gnu@1.30.1": {
|
||||||
"integrity": "sha512-ExVnSepsAyQb547i7SvPhS0SrgIDUjA1dYTT0DNFt/YsqfKhkxg405VDtMoV2MQGAyoEQIub+YK5NQo9Lw7IzQ==",
|
"integrity": "sha512-piWx3z4wN8J8z3+O5kO74+yr6ze/dKmPnI7vLqfSqI8bccaTGY5xiSGVIJBDd5K5BHlvVLpUB3S2YCfelyJ1bw==",
|
||||||
"os": ["linux"],
|
"os": ["linux"],
|
||||||
"cpu": ["x64"]
|
"cpu": ["x64"]
|
||||||
},
|
},
|
||||||
"lightningcss-linux-x64-musl@1.30.0": {
|
"lightningcss-linux-x64-musl@1.30.1": {
|
||||||
"integrity": "sha512-e/nHeX5SAEcfAzyLob5H1Jhm8uHLKwpOIHzcURKnXTMFdBqIDOsETMhmcB5AGDqsr6Q5D9u0QVswDdRo+btSgg==",
|
"integrity": "sha512-rRomAK7eIkL+tHY0YPxbc5Dra2gXlI63HL+v1Pdi1a3sC+tJTcFrHX+E86sulgAXeI7rSzDYhPSeHHjqFhqfeQ==",
|
||||||
"os": ["linux"],
|
"os": ["linux"],
|
||||||
"cpu": ["x64"]
|
"cpu": ["x64"]
|
||||||
},
|
},
|
||||||
"lightningcss-win32-arm64-msvc@1.30.0": {
|
"lightningcss-win32-arm64-msvc@1.30.1": {
|
||||||
"integrity": "sha512-Fd9XejM6GPHx5rv7I8aqsc8mBHs+TpHEVDalP5PVP986tF6rmiVfwQzM2Ic4Cn0rXbS3z95Ru8x50hnzfR2GDA==",
|
"integrity": "sha512-mSL4rqPi4iXq5YVqzSsJgMVFENoa4nGTT/GjO2c0Yl9OuQfPsIfncvLrEW6RbbB24WtZ3xP/2CCmI3tNkNV4oA==",
|
||||||
"os": ["win32"],
|
"os": ["win32"],
|
||||||
"cpu": ["arm64"]
|
"cpu": ["arm64"]
|
||||||
},
|
},
|
||||||
"lightningcss-win32-x64-msvc@1.30.0": {
|
"lightningcss-win32-x64-msvc@1.30.1": {
|
||||||
"integrity": "sha512-2BhpVDbNa+HpXPu63EYfcsL2TCBKLeuMckx4d6UZCzaj1KVuSRXi6r7H3rUeaADuX5NB/BT2smP4HI3s6I1/Ag==",
|
"integrity": "sha512-PVqXh48wh4T53F/1CCu8PIPCxLzWyCnn/9T5W1Jpmdy5h9Cwd+0YQS6/LwhHXSafuc61/xg9Lv5OrCby6a++jg==",
|
||||||
"os": ["win32"],
|
"os": ["win32"],
|
||||||
"cpu": ["x64"]
|
"cpu": ["x64"]
|
||||||
},
|
},
|
||||||
"lightningcss@1.30.0": {
|
"lightningcss@1.30.1": {
|
||||||
"integrity": "sha512-uuurN2onfoNwQtaWnX9UYLz6DlZHnUd88SceOXDAQzQ5+FJ+ELPgcC/EVtRJoFOveXe44zRE+foh2KMD/vQxqQ==",
|
"integrity": "sha512-xi6IyHML+c9+Q3W0S4fCQJOym42pyurFiJUHEcEyHS0CeKzia4yZDEsLlqOFykxOdHpNy0NmvVO31vcSqAxJCg==",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"detect-libc"
|
"detect-libc"
|
||||||
],
|
],
|
||||||
@@ -965,8 +958,8 @@
|
|||||||
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
||||||
"bin": true
|
"bin": true
|
||||||
},
|
},
|
||||||
"semver@7.7.1": {
|
"semver@7.7.2": {
|
||||||
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
|
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
||||||
"bin": true
|
"bin": true
|
||||||
},
|
},
|
||||||
"strnum@2.1.0": {
|
"strnum@2.1.0": {
|
||||||
@@ -1028,8 +1021,8 @@
|
|||||||
"quansync"
|
"quansync"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"undici-types@6.21.0": {
|
"undici-types@6.19.8": {
|
||||||
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ=="
|
"integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw=="
|
||||||
},
|
},
|
||||||
"undici@5.29.0": {
|
"undici@5.29.0": {
|
||||||
"integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==",
|
"integrity": "sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==",
|
||||||
@@ -1048,8 +1041,8 @@
|
|||||||
"unplugin"
|
"unplugin"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"unplugin@2.3.3": {
|
"unplugin@2.3.4": {
|
||||||
"integrity": "sha512-DN4DgiS13HFrAapoRmmoa9B35QzmQVRH2k58HelO28htXVNEEFZ8CGlZL0aRHXOXtz9McwY6lqaZjcc15uWMow==",
|
"integrity": "sha512-m4PjxTurwpWfpMomp8AptjD5yj8qEZN5uQjjGM3TAs9MWWD2tXSSNNj6jGR2FoVGod4293ytyV6SwBbertfyJg==",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"acorn",
|
"acorn",
|
||||||
"picomatch",
|
"picomatch",
|
||||||
@@ -1088,16 +1081,18 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"workspace": {
|
"workspace": {
|
||||||
"dependencies": [
|
"packageJson": {
|
||||||
"npm:@actions/cache@^4.0.3",
|
"dependencies": [
|
||||||
"npm:@actions/core@^1.11.1",
|
"npm:@actions/cache@4.0.3",
|
||||||
"npm:@actions/glob@0.5",
|
"npm:@actions/core@^1.11.1",
|
||||||
"npm:@actions/tool-cache@^2.0.2",
|
"npm:@actions/glob@0.5",
|
||||||
"npm:@types/node@^22.15.0",
|
"npm:@actions/tool-cache@^2.0.2",
|
||||||
"npm:@types/semver@^7.7.0",
|
"npm:@types/node@^20.16.5",
|
||||||
"npm:semver@^7.7.1",
|
"npm:@types/semver@^7.7.0",
|
||||||
"npm:tsdown@0.10.1",
|
"npm:semver@^7.7.1",
|
||||||
"npm:undici@^7.8.0"
|
"npm:tsdown@0.10.1",
|
||||||
]
|
"npm:undici@^7.8.0"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { __commonJS, __require, __toESM, import_core, require_auth, require_core, require_exec, require_io, require_lib, require_semver } from "./semver-DmxAwBYV.mjs";
|
import { __commonJS, __require, __toESM, import_core, require_auth, require_core, require_exec, require_io, require_lib, require_semver } from "./semver-C43QPvfi.mjs";
|
||||||
import process$1 from "node:process";
|
import process$1 from "node:process";
|
||||||
|
|
||||||
//#region node_modules/.deno/@actions+glob@0.1.2/node_modules/@actions/glob/lib/internal-glob-options-helper.js
|
//#region node_modules/.deno/@actions+glob@0.1.2/node_modules/@actions/glob/lib/internal-glob-options-helper.js
|
||||||
@@ -4378,8 +4378,8 @@ var require_ms = __commonJS({ "node_modules/.deno/ms@2.1.3/node_modules/ms/index
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/debug@4.4.0/node_modules/debug/src/common.js
|
//#region node_modules/.deno/debug@4.4.1/node_modules/debug/src/common.js
|
||||||
var require_common = __commonJS({ "node_modules/.deno/debug@4.4.0/node_modules/debug/src/common.js"(exports, module) {
|
var require_common = __commonJS({ "node_modules/.deno/debug@4.4.1/node_modules/debug/src/common.js"(exports, module) {
|
||||||
/**
|
/**
|
||||||
* This is the common logic for both the Node.js and web browser
|
* This is the common logic for both the Node.js and web browser
|
||||||
* implementations of `debug()`.
|
* implementations of `debug()`.
|
||||||
@@ -4502,7 +4502,7 @@ var require_common = __commonJS({ "node_modules/.deno/debug@4.4.0/node_modules/d
|
|||||||
createDebug.namespaces = namespaces;
|
createDebug.namespaces = namespaces;
|
||||||
createDebug.names = [];
|
createDebug.names = [];
|
||||||
createDebug.skips = [];
|
createDebug.skips = [];
|
||||||
const split = (typeof namespaces === "string" ? namespaces : "").trim().replace(" ", ",").split(",").filter(Boolean);
|
const split = (typeof namespaces === "string" ? namespaces : "").trim().replace(/\s+/g, ",").split(",").filter(Boolean);
|
||||||
for (const ns of split) if (ns[0] === "-") createDebug.skips.push(ns.slice(1));
|
for (const ns of split) if (ns[0] === "-") createDebug.skips.push(ns.slice(1));
|
||||||
else createDebug.names.push(ns);
|
else createDebug.names.push(ns);
|
||||||
}
|
}
|
||||||
@@ -4583,8 +4583,8 @@ var require_common = __commonJS({ "node_modules/.deno/debug@4.4.0/node_modules/d
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/debug@4.4.0/node_modules/debug/src/browser.js
|
//#region node_modules/.deno/debug@4.4.1/node_modules/debug/src/browser.js
|
||||||
var require_browser = __commonJS({ "node_modules/.deno/debug@4.4.0/node_modules/debug/src/browser.js"(exports, module) {
|
var require_browser = __commonJS({ "node_modules/.deno/debug@4.4.1/node_modules/debug/src/browser.js"(exports, module) {
|
||||||
/**
|
/**
|
||||||
* This is the web browser implementation of `debug()`.
|
* This is the web browser implementation of `debug()`.
|
||||||
*/
|
*/
|
||||||
@@ -4745,7 +4745,7 @@ var require_browser = __commonJS({ "node_modules/.deno/debug@4.4.0/node_modules/
|
|||||||
function load$1() {
|
function load$1() {
|
||||||
let r;
|
let r;
|
||||||
try {
|
try {
|
||||||
r = exports.storage.getItem("debug");
|
r = exports.storage.getItem("debug") || exports.storage.getItem("DEBUG");
|
||||||
} catch (error) {}
|
} catch (error) {}
|
||||||
if (!r && typeof process !== "undefined" && "env" in process) r = process.env.DEBUG;
|
if (!r && typeof process !== "undefined" && "env" in process) r = process.env.DEBUG;
|
||||||
return r;
|
return r;
|
||||||
@@ -4780,8 +4780,8 @@ var require_browser = __commonJS({ "node_modules/.deno/debug@4.4.0/node_modules/
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/debug@4.4.0/node_modules/debug/src/node.js
|
//#region node_modules/.deno/debug@4.4.1/node_modules/debug/src/node.js
|
||||||
var require_node = __commonJS({ "node_modules/.deno/debug@4.4.0/node_modules/debug/src/node.js"(exports, module) {
|
var require_node = __commonJS({ "node_modules/.deno/debug@4.4.1/node_modules/debug/src/node.js"(exports, module) {
|
||||||
/**
|
/**
|
||||||
* Module dependencies.
|
* Module dependencies.
|
||||||
*/
|
*/
|
||||||
@@ -4988,8 +4988,8 @@ var require_node = __commonJS({ "node_modules/.deno/debug@4.4.0/node_modules/deb
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/debug@4.4.0/node_modules/debug/src/index.js
|
//#region node_modules/.deno/debug@4.4.1/node_modules/debug/src/index.js
|
||||||
var require_src = __commonJS({ "node_modules/.deno/debug@4.4.0/node_modules/debug/src/index.js"(exports, module) {
|
var require_src = __commonJS({ "node_modules/.deno/debug@4.4.1/node_modules/debug/src/index.js"(exports, module) {
|
||||||
/**
|
/**
|
||||||
* Detect Electron renderer / nwjs process, which is node, but we should
|
* Detect Electron renderer / nwjs process, which is node, but we should
|
||||||
* treat as a browser.
|
* treat as a browser.
|
||||||
@@ -43117,7 +43117,7 @@ var require_cache = __commonJS({ "node_modules/.deno/@actions+cache@4.0.3/node_m
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
} });
|
} });
|
||||||
var import_cache = __toESM(require_cache());
|
var import_cache = __toESM(require_cache(), 1);
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/@actions+glob@0.5.0/node_modules/@actions/glob/lib/internal-glob-options-helper.js
|
//#region node_modules/.deno/@actions+glob@0.5.0/node_modules/@actions/glob/lib/internal-glob-options-helper.js
|
||||||
@@ -44220,7 +44220,7 @@ var require_glob = __commonJS({ "node_modules/.deno/@actions+glob@0.5.0/node_mod
|
|||||||
}
|
}
|
||||||
exports.hashFiles = hashFiles;
|
exports.hashFiles = hashFiles;
|
||||||
} });
|
} });
|
||||||
var import_glob = __toESM(require_glob());
|
var import_glob = __toESM(require_glob(), 1);
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region src/cache.ts
|
//#region src/cache.ts
|
||||||
4
dist/cache-CSb2jW5L.mjs
vendored
Normal file
4
dist/cache-CSb2jW5L.mjs
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
import "./semver-C43QPvfi.mjs";
|
||||||
|
import { restoreCache, saveCache } from "./cache-BG71A93Z.mjs";
|
||||||
|
|
||||||
|
export { restoreCache };
|
||||||
4
dist/cache-D7LLZXo3.mjs
vendored
4
dist/cache-D7LLZXo3.mjs
vendored
@@ -1,4 +0,0 @@
|
|||||||
import "./semver-DmxAwBYV.mjs";
|
|
||||||
import { restoreCache, saveCache } from "./cache-zjpbixka.mjs";
|
|
||||||
|
|
||||||
export { restoreCache };
|
|
||||||
263
dist/main.mjs
vendored
263
dist/main.mjs
vendored
@@ -1,4 +1,4 @@
|
|||||||
import { __commonJS, __require, __toESM, import_core, require_core, require_exec, require_io, require_lib, require_semver } from "./semver-DmxAwBYV.mjs";
|
import { __commonJS, __require, __toESM, import_core, require_core, require_exec, require_io, require_lib, require_semver } from "./semver-C43QPvfi.mjs";
|
||||||
import process$1 from "node:process";
|
import process$1 from "node:process";
|
||||||
import * as path$1 from "node:path";
|
import * as path$1 from "node:path";
|
||||||
import path from "node:path";
|
import path from "node:path";
|
||||||
@@ -8,8 +8,8 @@ import { setTimeout as setTimeout$1 } from "node:timers";
|
|||||||
import * as os from "node:os";
|
import * as os from "node:os";
|
||||||
import * as fs from "node:fs/promises";
|
import * as fs from "node:fs/promises";
|
||||||
|
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/internal/constants.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/internal/constants.js
|
||||||
var require_constants$5 = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/internal/constants.js"(exports, module) {
|
var require_constants$5 = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/internal/constants.js"(exports, module) {
|
||||||
const SEMVER_SPEC_VERSION = "2.0.0";
|
const SEMVER_SPEC_VERSION = "2.0.0";
|
||||||
const MAX_LENGTH$2 = 256;
|
const MAX_LENGTH$2 = 256;
|
||||||
const MAX_SAFE_INTEGER$1 = Number.MAX_SAFE_INTEGER || 9007199254740991;
|
const MAX_SAFE_INTEGER$1 = Number.MAX_SAFE_INTEGER || 9007199254740991;
|
||||||
@@ -37,21 +37,21 @@ var require_constants$5 = __commonJS({ "node_modules/.deno/semver@7.7.1/node_mod
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/internal/debug.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/internal/debug.js
|
||||||
var require_debug = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/internal/debug.js"(exports, module) {
|
var require_debug = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/internal/debug.js"(exports, module) {
|
||||||
const debug$4 = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {};
|
const debug$4 = typeof process === "object" && process.env && process.env.NODE_DEBUG && /\bsemver\b/i.test(process.env.NODE_DEBUG) ? (...args) => console.error("SEMVER", ...args) : () => {};
|
||||||
module.exports = debug$4;
|
module.exports = debug$4;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/internal/re.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/internal/re.js
|
||||||
var require_re = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/internal/re.js"(exports, module) {
|
var require_re = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/internal/re.js"(exports, module) {
|
||||||
const { MAX_SAFE_COMPONENT_LENGTH, MAX_SAFE_BUILD_LENGTH, MAX_LENGTH: MAX_LENGTH$1 } = require_constants$5();
|
const { MAX_SAFE_COMPONENT_LENGTH, MAX_SAFE_BUILD_LENGTH, MAX_LENGTH: MAX_LENGTH$1 } = require_constants$5();
|
||||||
const debug$3 = require_debug();
|
const debug$3 = require_debug();
|
||||||
exports = module.exports = {};
|
exports = module.exports = {};
|
||||||
const re$4 = exports.re = [];
|
const re$4 = exports.re = [];
|
||||||
const safeRe = exports.safeRe = [];
|
const safeRe = exports.safeRe = [];
|
||||||
const src$1 = exports.src = [];
|
const src = exports.src = [];
|
||||||
const safeSrc = exports.safeSrc = [];
|
const safeSrc = exports.safeSrc = [];
|
||||||
const t$4 = exports.t = {};
|
const t$4 = exports.t = {};
|
||||||
let R = 0;
|
let R = 0;
|
||||||
@@ -70,7 +70,7 @@ var require_re = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semv
|
|||||||
const index = R++;
|
const index = R++;
|
||||||
debug$3(name, index, value);
|
debug$3(name, index, value);
|
||||||
t$4[name] = index;
|
t$4[name] = index;
|
||||||
src$1[index] = value;
|
src[index] = value;
|
||||||
safeSrc[index] = safe;
|
safeSrc[index] = safe;
|
||||||
re$4[index] = new RegExp(value, isGlobal ? "g" : void 0);
|
re$4[index] = new RegExp(value, isGlobal ? "g" : void 0);
|
||||||
safeRe[index] = new RegExp(safe, isGlobal ? "g" : void 0);
|
safeRe[index] = new RegExp(safe, isGlobal ? "g" : void 0);
|
||||||
@@ -78,54 +78,54 @@ var require_re = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semv
|
|||||||
createToken("NUMERICIDENTIFIER", "0|[1-9]\\d*");
|
createToken("NUMERICIDENTIFIER", "0|[1-9]\\d*");
|
||||||
createToken("NUMERICIDENTIFIERLOOSE", "\\d+");
|
createToken("NUMERICIDENTIFIERLOOSE", "\\d+");
|
||||||
createToken("NONNUMERICIDENTIFIER", `\\d*[a-zA-Z-]${LETTERDASHNUMBER}*`);
|
createToken("NONNUMERICIDENTIFIER", `\\d*[a-zA-Z-]${LETTERDASHNUMBER}*`);
|
||||||
createToken("MAINVERSION", `(${src$1[t$4.NUMERICIDENTIFIER]})\\.(${src$1[t$4.NUMERICIDENTIFIER]})\\.(${src$1[t$4.NUMERICIDENTIFIER]})`);
|
createToken("MAINVERSION", `(${src[t$4.NUMERICIDENTIFIER]})\\.(${src[t$4.NUMERICIDENTIFIER]})\\.(${src[t$4.NUMERICIDENTIFIER]})`);
|
||||||
createToken("MAINVERSIONLOOSE", `(${src$1[t$4.NUMERICIDENTIFIERLOOSE]})\\.(${src$1[t$4.NUMERICIDENTIFIERLOOSE]})\\.(${src$1[t$4.NUMERICIDENTIFIERLOOSE]})`);
|
createToken("MAINVERSIONLOOSE", `(${src[t$4.NUMERICIDENTIFIERLOOSE]})\\.(${src[t$4.NUMERICIDENTIFIERLOOSE]})\\.(${src[t$4.NUMERICIDENTIFIERLOOSE]})`);
|
||||||
createToken("PRERELEASEIDENTIFIER", `(?:${src$1[t$4.NUMERICIDENTIFIER]}|${src$1[t$4.NONNUMERICIDENTIFIER]})`);
|
createToken("PRERELEASEIDENTIFIER", `(?:${src[t$4.NONNUMERICIDENTIFIER]}|${src[t$4.NUMERICIDENTIFIER]})`);
|
||||||
createToken("PRERELEASEIDENTIFIERLOOSE", `(?:${src$1[t$4.NUMERICIDENTIFIERLOOSE]}|${src$1[t$4.NONNUMERICIDENTIFIER]})`);
|
createToken("PRERELEASEIDENTIFIERLOOSE", `(?:${src[t$4.NONNUMERICIDENTIFIER]}|${src[t$4.NUMERICIDENTIFIERLOOSE]})`);
|
||||||
createToken("PRERELEASE", `(?:-(${src$1[t$4.PRERELEASEIDENTIFIER]}(?:\\.${src$1[t$4.PRERELEASEIDENTIFIER]})*))`);
|
createToken("PRERELEASE", `(?:-(${src[t$4.PRERELEASEIDENTIFIER]}(?:\\.${src[t$4.PRERELEASEIDENTIFIER]})*))`);
|
||||||
createToken("PRERELEASELOOSE", `(?:-?(${src$1[t$4.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${src$1[t$4.PRERELEASEIDENTIFIERLOOSE]})*))`);
|
createToken("PRERELEASELOOSE", `(?:-?(${src[t$4.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${src[t$4.PRERELEASEIDENTIFIERLOOSE]})*))`);
|
||||||
createToken("BUILDIDENTIFIER", `${LETTERDASHNUMBER}+`);
|
createToken("BUILDIDENTIFIER", `${LETTERDASHNUMBER}+`);
|
||||||
createToken("BUILD", `(?:\\+(${src$1[t$4.BUILDIDENTIFIER]}(?:\\.${src$1[t$4.BUILDIDENTIFIER]})*))`);
|
createToken("BUILD", `(?:\\+(${src[t$4.BUILDIDENTIFIER]}(?:\\.${src[t$4.BUILDIDENTIFIER]})*))`);
|
||||||
createToken("FULLPLAIN", `v?${src$1[t$4.MAINVERSION]}${src$1[t$4.PRERELEASE]}?${src$1[t$4.BUILD]}?`);
|
createToken("FULLPLAIN", `v?${src[t$4.MAINVERSION]}${src[t$4.PRERELEASE]}?${src[t$4.BUILD]}?`);
|
||||||
createToken("FULL", `^${src$1[t$4.FULLPLAIN]}$`);
|
createToken("FULL", `^${src[t$4.FULLPLAIN]}$`);
|
||||||
createToken("LOOSEPLAIN", `[v=\\s]*${src$1[t$4.MAINVERSIONLOOSE]}${src$1[t$4.PRERELEASELOOSE]}?${src$1[t$4.BUILD]}?`);
|
createToken("LOOSEPLAIN", `[v=\\s]*${src[t$4.MAINVERSIONLOOSE]}${src[t$4.PRERELEASELOOSE]}?${src[t$4.BUILD]}?`);
|
||||||
createToken("LOOSE", `^${src$1[t$4.LOOSEPLAIN]}$`);
|
createToken("LOOSE", `^${src[t$4.LOOSEPLAIN]}$`);
|
||||||
createToken("GTLT", "((?:<|>)?=?)");
|
createToken("GTLT", "((?:<|>)?=?)");
|
||||||
createToken("XRANGEIDENTIFIERLOOSE", `${src$1[t$4.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);
|
createToken("XRANGEIDENTIFIERLOOSE", `${src[t$4.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);
|
||||||
createToken("XRANGEIDENTIFIER", `${src$1[t$4.NUMERICIDENTIFIER]}|x|X|\\*`);
|
createToken("XRANGEIDENTIFIER", `${src[t$4.NUMERICIDENTIFIER]}|x|X|\\*`);
|
||||||
createToken("XRANGEPLAIN", `[v=\\s]*(${src$1[t$4.XRANGEIDENTIFIER]})(?:\\.(${src$1[t$4.XRANGEIDENTIFIER]})(?:\\.(${src$1[t$4.XRANGEIDENTIFIER]})(?:${src$1[t$4.PRERELEASE]})?${src$1[t$4.BUILD]}?)?)?`);
|
createToken("XRANGEPLAIN", `[v=\\s]*(${src[t$4.XRANGEIDENTIFIER]})(?:\\.(${src[t$4.XRANGEIDENTIFIER]})(?:\\.(${src[t$4.XRANGEIDENTIFIER]})(?:${src[t$4.PRERELEASE]})?${src[t$4.BUILD]}?)?)?`);
|
||||||
createToken("XRANGEPLAINLOOSE", `[v=\\s]*(${src$1[t$4.XRANGEIDENTIFIERLOOSE]})(?:\\.(${src$1[t$4.XRANGEIDENTIFIERLOOSE]})(?:\\.(${src$1[t$4.XRANGEIDENTIFIERLOOSE]})(?:${src$1[t$4.PRERELEASELOOSE]})?${src$1[t$4.BUILD]}?)?)?`);
|
createToken("XRANGEPLAINLOOSE", `[v=\\s]*(${src[t$4.XRANGEIDENTIFIERLOOSE]})(?:\\.(${src[t$4.XRANGEIDENTIFIERLOOSE]})(?:\\.(${src[t$4.XRANGEIDENTIFIERLOOSE]})(?:${src[t$4.PRERELEASELOOSE]})?${src[t$4.BUILD]}?)?)?`);
|
||||||
createToken("XRANGE", `^${src$1[t$4.GTLT]}\\s*${src$1[t$4.XRANGEPLAIN]}$`);
|
createToken("XRANGE", `^${src[t$4.GTLT]}\\s*${src[t$4.XRANGEPLAIN]}$`);
|
||||||
createToken("XRANGELOOSE", `^${src$1[t$4.GTLT]}\\s*${src$1[t$4.XRANGEPLAINLOOSE]}$`);
|
createToken("XRANGELOOSE", `^${src[t$4.GTLT]}\\s*${src[t$4.XRANGEPLAINLOOSE]}$`);
|
||||||
createToken("COERCEPLAIN", `(^|[^\\d])(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}})(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?`);
|
createToken("COERCEPLAIN", `(^|[^\\d])(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}})(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?(?:\\.(\\d{1,${MAX_SAFE_COMPONENT_LENGTH}}))?`);
|
||||||
createToken("COERCE", `${src$1[t$4.COERCEPLAIN]}(?:$|[^\\d])`);
|
createToken("COERCE", `${src[t$4.COERCEPLAIN]}(?:$|[^\\d])`);
|
||||||
createToken("COERCEFULL", src$1[t$4.COERCEPLAIN] + `(?:${src$1[t$4.PRERELEASE]})?(?:${src$1[t$4.BUILD]})?(?:$|[^\\d])`);
|
createToken("COERCEFULL", src[t$4.COERCEPLAIN] + `(?:${src[t$4.PRERELEASE]})?(?:${src[t$4.BUILD]})?(?:$|[^\\d])`);
|
||||||
createToken("COERCERTL", src$1[t$4.COERCE], true);
|
createToken("COERCERTL", src[t$4.COERCE], true);
|
||||||
createToken("COERCERTLFULL", src$1[t$4.COERCEFULL], true);
|
createToken("COERCERTLFULL", src[t$4.COERCEFULL], true);
|
||||||
createToken("LONETILDE", "(?:~>?)");
|
createToken("LONETILDE", "(?:~>?)");
|
||||||
createToken("TILDETRIM", `(\\s*)${src$1[t$4.LONETILDE]}\\s+`, true);
|
createToken("TILDETRIM", `(\\s*)${src[t$4.LONETILDE]}\\s+`, true);
|
||||||
exports.tildeTrimReplace = "$1~";
|
exports.tildeTrimReplace = "$1~";
|
||||||
createToken("TILDE", `^${src$1[t$4.LONETILDE]}${src$1[t$4.XRANGEPLAIN]}$`);
|
createToken("TILDE", `^${src[t$4.LONETILDE]}${src[t$4.XRANGEPLAIN]}$`);
|
||||||
createToken("TILDELOOSE", `^${src$1[t$4.LONETILDE]}${src$1[t$4.XRANGEPLAINLOOSE]}$`);
|
createToken("TILDELOOSE", `^${src[t$4.LONETILDE]}${src[t$4.XRANGEPLAINLOOSE]}$`);
|
||||||
createToken("LONECARET", "(?:\\^)");
|
createToken("LONECARET", "(?:\\^)");
|
||||||
createToken("CARETTRIM", `(\\s*)${src$1[t$4.LONECARET]}\\s+`, true);
|
createToken("CARETTRIM", `(\\s*)${src[t$4.LONECARET]}\\s+`, true);
|
||||||
exports.caretTrimReplace = "$1^";
|
exports.caretTrimReplace = "$1^";
|
||||||
createToken("CARET", `^${src$1[t$4.LONECARET]}${src$1[t$4.XRANGEPLAIN]}$`);
|
createToken("CARET", `^${src[t$4.LONECARET]}${src[t$4.XRANGEPLAIN]}$`);
|
||||||
createToken("CARETLOOSE", `^${src$1[t$4.LONECARET]}${src$1[t$4.XRANGEPLAINLOOSE]}$`);
|
createToken("CARETLOOSE", `^${src[t$4.LONECARET]}${src[t$4.XRANGEPLAINLOOSE]}$`);
|
||||||
createToken("COMPARATORLOOSE", `^${src$1[t$4.GTLT]}\\s*(${src$1[t$4.LOOSEPLAIN]})$|^$`);
|
createToken("COMPARATORLOOSE", `^${src[t$4.GTLT]}\\s*(${src[t$4.LOOSEPLAIN]})$|^$`);
|
||||||
createToken("COMPARATOR", `^${src$1[t$4.GTLT]}\\s*(${src$1[t$4.FULLPLAIN]})$|^$`);
|
createToken("COMPARATOR", `^${src[t$4.GTLT]}\\s*(${src[t$4.FULLPLAIN]})$|^$`);
|
||||||
createToken("COMPARATORTRIM", `(\\s*)${src$1[t$4.GTLT]}\\s*(${src$1[t$4.LOOSEPLAIN]}|${src$1[t$4.XRANGEPLAIN]})`, true);
|
createToken("COMPARATORTRIM", `(\\s*)${src[t$4.GTLT]}\\s*(${src[t$4.LOOSEPLAIN]}|${src[t$4.XRANGEPLAIN]})`, true);
|
||||||
exports.comparatorTrimReplace = "$1$2$3";
|
exports.comparatorTrimReplace = "$1$2$3";
|
||||||
createToken("HYPHENRANGE", `^\\s*(${src$1[t$4.XRANGEPLAIN]})\\s+-\\s+(${src$1[t$4.XRANGEPLAIN]})\\s*$`);
|
createToken("HYPHENRANGE", `^\\s*(${src[t$4.XRANGEPLAIN]})\\s+-\\s+(${src[t$4.XRANGEPLAIN]})\\s*$`);
|
||||||
createToken("HYPHENRANGELOOSE", `^\\s*(${src$1[t$4.XRANGEPLAINLOOSE]})\\s+-\\s+(${src$1[t$4.XRANGEPLAINLOOSE]})\\s*$`);
|
createToken("HYPHENRANGELOOSE", `^\\s*(${src[t$4.XRANGEPLAINLOOSE]})\\s+-\\s+(${src[t$4.XRANGEPLAINLOOSE]})\\s*$`);
|
||||||
createToken("STAR", "(<|>)?=?\\s*\\*");
|
createToken("STAR", "(<|>)?=?\\s*\\*");
|
||||||
createToken("GTE0", "^\\s*>=\\s*0\\.0\\.0\\s*$");
|
createToken("GTE0", "^\\s*>=\\s*0\\.0\\.0\\s*$");
|
||||||
createToken("GTE0PRE", "^\\s*>=\\s*0\\.0\\.0-0\\s*$");
|
createToken("GTE0PRE", "^\\s*>=\\s*0\\.0\\.0-0\\s*$");
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/internal/parse-options.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/internal/parse-options.js
|
||||||
var require_parse_options = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/internal/parse-options.js"(exports, module) {
|
var require_parse_options = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/internal/parse-options.js"(exports, module) {
|
||||||
const looseOption = Object.freeze({ loose: true });
|
const looseOption = Object.freeze({ loose: true });
|
||||||
const emptyOpts = Object.freeze({});
|
const emptyOpts = Object.freeze({});
|
||||||
const parseOptions$3 = (options) => {
|
const parseOptions$3 = (options) => {
|
||||||
@@ -137,8 +137,8 @@ var require_parse_options = __commonJS({ "node_modules/.deno/semver@7.7.1/node_m
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/internal/identifiers.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/internal/identifiers.js
|
||||||
var require_identifiers = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/internal/identifiers.js"(exports, module) {
|
var require_identifiers = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/internal/identifiers.js"(exports, module) {
|
||||||
const numeric = /^[0-9]+$/;
|
const numeric = /^[0-9]+$/;
|
||||||
const compareIdentifiers$1 = (a, b) => {
|
const compareIdentifiers$1 = (a, b) => {
|
||||||
const anum = numeric.test(a);
|
const anum = numeric.test(a);
|
||||||
@@ -157,11 +157,11 @@ var require_identifiers = __commonJS({ "node_modules/.deno/semver@7.7.1/node_mod
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/classes/semver.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/classes/semver.js
|
||||||
var require_semver$3 = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/classes/semver.js"(exports, module) {
|
var require_semver$3 = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/classes/semver.js"(exports, module) {
|
||||||
const debug$2 = require_debug();
|
const debug$2 = require_debug();
|
||||||
const { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants$5();
|
const { MAX_LENGTH, MAX_SAFE_INTEGER } = require_constants$5();
|
||||||
const { safeRe: re$3, safeSrc: src, t: t$3 } = require_re();
|
const { safeRe: re$3, t: t$3 } = require_re();
|
||||||
const parseOptions$2 = require_parse_options();
|
const parseOptions$2 = require_parse_options();
|
||||||
const { compareIdentifiers } = require_identifiers();
|
const { compareIdentifiers } = require_identifiers();
|
||||||
var SemVer$15 = class SemVer$15 {
|
var SemVer$15 = class SemVer$15 {
|
||||||
@@ -251,8 +251,7 @@ var require_semver$3 = __commonJS({ "node_modules/.deno/semver@7.7.1/node_module
|
|||||||
if (release.startsWith("pre")) {
|
if (release.startsWith("pre")) {
|
||||||
if (!identifier && identifierBase === false) throw new Error("invalid increment argument: identifier is empty");
|
if (!identifier && identifierBase === false) throw new Error("invalid increment argument: identifier is empty");
|
||||||
if (identifier) {
|
if (identifier) {
|
||||||
const r = new RegExp(`^${this.options.loose ? src[t$3.PRERELEASELOOSE] : src[t$3.PRERELEASE]}$`);
|
const match = `-${identifier}`.match(this.options.loose ? re$3[t$3.PRERELEASELOOSE] : re$3[t$3.PRERELEASE]);
|
||||||
const match = `-${identifier}`.match(r);
|
|
||||||
if (!match || match[1] !== identifier) throw new Error(`invalid identifier: ${identifier}`);
|
if (!match || match[1] !== identifier) throw new Error(`invalid identifier: ${identifier}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -332,8 +331,8 @@ var require_semver$3 = __commonJS({ "node_modules/.deno/semver@7.7.1/node_module
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/parse.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/parse.js
|
||||||
var require_parse$1 = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/parse.js"(exports, module) {
|
var require_parse$1 = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/parse.js"(exports, module) {
|
||||||
const SemVer$14 = require_semver$3();
|
const SemVer$14 = require_semver$3();
|
||||||
const parse$6 = (version, options, throwErrors = false) => {
|
const parse$6 = (version, options, throwErrors = false) => {
|
||||||
if (version instanceof SemVer$14) return version;
|
if (version instanceof SemVer$14) return version;
|
||||||
@@ -348,8 +347,8 @@ var require_parse$1 = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/valid.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/valid.js
|
||||||
var require_valid$1 = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/valid.js"(exports, module) {
|
var require_valid$1 = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/valid.js"(exports, module) {
|
||||||
const parse$5 = require_parse$1();
|
const parse$5 = require_parse$1();
|
||||||
const valid$1 = (version, options) => {
|
const valid$1 = (version, options) => {
|
||||||
const v = parse$5(version, options);
|
const v = parse$5(version, options);
|
||||||
@@ -359,8 +358,8 @@ var require_valid$1 = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/clean.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/clean.js
|
||||||
var require_clean = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/clean.js"(exports, module) {
|
var require_clean = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/clean.js"(exports, module) {
|
||||||
const parse$4 = require_parse$1();
|
const parse$4 = require_parse$1();
|
||||||
const clean$1 = (version, options) => {
|
const clean$1 = (version, options) => {
|
||||||
const s = parse$4(version.trim().replace(/^[=v]+/, ""), options);
|
const s = parse$4(version.trim().replace(/^[=v]+/, ""), options);
|
||||||
@@ -370,8 +369,8 @@ var require_clean = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/s
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/inc.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/inc.js
|
||||||
var require_inc = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/inc.js"(exports, module) {
|
var require_inc = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/inc.js"(exports, module) {
|
||||||
const SemVer$13 = require_semver$3();
|
const SemVer$13 = require_semver$3();
|
||||||
const inc$1 = (version, release, options, identifier, identifierBase) => {
|
const inc$1 = (version, release, options, identifier, identifierBase) => {
|
||||||
if (typeof options === "string") {
|
if (typeof options === "string") {
|
||||||
@@ -389,8 +388,8 @@ var require_inc = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/sem
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/diff.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/diff.js
|
||||||
var require_diff = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/diff.js"(exports, module) {
|
var require_diff = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/diff.js"(exports, module) {
|
||||||
const parse$3 = require_parse$1();
|
const parse$3 = require_parse$1();
|
||||||
const diff$1 = (version1, version2) => {
|
const diff$1 = (version1, version2) => {
|
||||||
const v1 = parse$3(version1, null, true);
|
const v1 = parse$3(version1, null, true);
|
||||||
@@ -419,32 +418,32 @@ var require_diff = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/se
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/major.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/major.js
|
||||||
var require_major = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/major.js"(exports, module) {
|
var require_major = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/major.js"(exports, module) {
|
||||||
const SemVer$12 = require_semver$3();
|
const SemVer$12 = require_semver$3();
|
||||||
const major$1 = (a, loose) => new SemVer$12(a, loose).major;
|
const major$1 = (a, loose) => new SemVer$12(a, loose).major;
|
||||||
module.exports = major$1;
|
module.exports = major$1;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/minor.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/minor.js
|
||||||
var require_minor = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/minor.js"(exports, module) {
|
var require_minor = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/minor.js"(exports, module) {
|
||||||
const SemVer$11 = require_semver$3();
|
const SemVer$11 = require_semver$3();
|
||||||
const minor$1 = (a, loose) => new SemVer$11(a, loose).minor;
|
const minor$1 = (a, loose) => new SemVer$11(a, loose).minor;
|
||||||
module.exports = minor$1;
|
module.exports = minor$1;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/patch.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/patch.js
|
||||||
var require_patch = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/patch.js"(exports, module) {
|
var require_patch = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/patch.js"(exports, module) {
|
||||||
const SemVer$10 = require_semver$3();
|
const SemVer$10 = require_semver$3();
|
||||||
const patch$1 = (a, loose) => new SemVer$10(a, loose).patch;
|
const patch$1 = (a, loose) => new SemVer$10(a, loose).patch;
|
||||||
module.exports = patch$1;
|
module.exports = patch$1;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/prerelease.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/prerelease.js
|
||||||
var require_prerelease = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/prerelease.js"(exports, module) {
|
var require_prerelease = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/prerelease.js"(exports, module) {
|
||||||
const parse$2 = require_parse$1();
|
const parse$2 = require_parse$1();
|
||||||
const prerelease$1 = (version, options) => {
|
const prerelease$1 = (version, options) => {
|
||||||
const parsed = parse$2(version, options);
|
const parsed = parse$2(version, options);
|
||||||
@@ -454,32 +453,32 @@ var require_prerelease = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modu
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/compare.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/compare.js
|
||||||
var require_compare = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/compare.js"(exports, module) {
|
var require_compare = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/compare.js"(exports, module) {
|
||||||
const SemVer$9 = require_semver$3();
|
const SemVer$9 = require_semver$3();
|
||||||
const compare$11 = (a, b, loose) => new SemVer$9(a, loose).compare(new SemVer$9(b, loose));
|
const compare$11 = (a, b, loose) => new SemVer$9(a, loose).compare(new SemVer$9(b, loose));
|
||||||
module.exports = compare$11;
|
module.exports = compare$11;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/rcompare.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/rcompare.js
|
||||||
var require_rcompare = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/rcompare.js"(exports, module) {
|
var require_rcompare = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/rcompare.js"(exports, module) {
|
||||||
const compare$10 = require_compare();
|
const compare$10 = require_compare();
|
||||||
const rcompare$1 = (a, b, loose) => compare$10(b, a, loose);
|
const rcompare$1 = (a, b, loose) => compare$10(b, a, loose);
|
||||||
module.exports = rcompare$1;
|
module.exports = rcompare$1;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/compare-loose.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/compare-loose.js
|
||||||
var require_compare_loose = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/compare-loose.js"(exports, module) {
|
var require_compare_loose = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/compare-loose.js"(exports, module) {
|
||||||
const compare$9 = require_compare();
|
const compare$9 = require_compare();
|
||||||
const compareLoose$1 = (a, b) => compare$9(a, b, true);
|
const compareLoose$1 = (a, b) => compare$9(a, b, true);
|
||||||
module.exports = compareLoose$1;
|
module.exports = compareLoose$1;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/compare-build.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/compare-build.js
|
||||||
var require_compare_build = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/compare-build.js"(exports, module) {
|
var require_compare_build = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/compare-build.js"(exports, module) {
|
||||||
const SemVer$8 = require_semver$3();
|
const SemVer$8 = require_semver$3();
|
||||||
const compareBuild$3 = (a, b, loose) => {
|
const compareBuild$3 = (a, b, loose) => {
|
||||||
const versionA = new SemVer$8(a, loose);
|
const versionA = new SemVer$8(a, loose);
|
||||||
@@ -490,72 +489,72 @@ var require_compare_build = __commonJS({ "node_modules/.deno/semver@7.7.1/node_m
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/sort.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/sort.js
|
||||||
var require_sort = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/sort.js"(exports, module) {
|
var require_sort = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/sort.js"(exports, module) {
|
||||||
const compareBuild$2 = require_compare_build();
|
const compareBuild$2 = require_compare_build();
|
||||||
const sort$1 = (list, loose) => list.sort((a, b) => compareBuild$2(a, b, loose));
|
const sort$1 = (list, loose) => list.sort((a, b) => compareBuild$2(a, b, loose));
|
||||||
module.exports = sort$1;
|
module.exports = sort$1;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/rsort.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/rsort.js
|
||||||
var require_rsort = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/rsort.js"(exports, module) {
|
var require_rsort = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/rsort.js"(exports, module) {
|
||||||
const compareBuild$1 = require_compare_build();
|
const compareBuild$1 = require_compare_build();
|
||||||
const rsort$1 = (list, loose) => list.sort((a, b) => compareBuild$1(b, a, loose));
|
const rsort$1 = (list, loose) => list.sort((a, b) => compareBuild$1(b, a, loose));
|
||||||
module.exports = rsort$1;
|
module.exports = rsort$1;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/gt.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/gt.js
|
||||||
var require_gt = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/gt.js"(exports, module) {
|
var require_gt = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/gt.js"(exports, module) {
|
||||||
const compare$8 = require_compare();
|
const compare$8 = require_compare();
|
||||||
const gt$4 = (a, b, loose) => compare$8(a, b, loose) > 0;
|
const gt$4 = (a, b, loose) => compare$8(a, b, loose) > 0;
|
||||||
module.exports = gt$4;
|
module.exports = gt$4;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/lt.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/lt.js
|
||||||
var require_lt = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/lt.js"(exports, module) {
|
var require_lt = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/lt.js"(exports, module) {
|
||||||
const compare$7 = require_compare();
|
const compare$7 = require_compare();
|
||||||
const lt$3 = (a, b, loose) => compare$7(a, b, loose) < 0;
|
const lt$3 = (a, b, loose) => compare$7(a, b, loose) < 0;
|
||||||
module.exports = lt$3;
|
module.exports = lt$3;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/eq.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/eq.js
|
||||||
var require_eq = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/eq.js"(exports, module) {
|
var require_eq = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/eq.js"(exports, module) {
|
||||||
const compare$6 = require_compare();
|
const compare$6 = require_compare();
|
||||||
const eq$2 = (a, b, loose) => compare$6(a, b, loose) === 0;
|
const eq$2 = (a, b, loose) => compare$6(a, b, loose) === 0;
|
||||||
module.exports = eq$2;
|
module.exports = eq$2;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/neq.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/neq.js
|
||||||
var require_neq = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/neq.js"(exports, module) {
|
var require_neq = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/neq.js"(exports, module) {
|
||||||
const compare$5 = require_compare();
|
const compare$5 = require_compare();
|
||||||
const neq$2 = (a, b, loose) => compare$5(a, b, loose) !== 0;
|
const neq$2 = (a, b, loose) => compare$5(a, b, loose) !== 0;
|
||||||
module.exports = neq$2;
|
module.exports = neq$2;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/gte.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/gte.js
|
||||||
var require_gte = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/gte.js"(exports, module) {
|
var require_gte = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/gte.js"(exports, module) {
|
||||||
const compare$4 = require_compare();
|
const compare$4 = require_compare();
|
||||||
const gte$3 = (a, b, loose) => compare$4(a, b, loose) >= 0;
|
const gte$3 = (a, b, loose) => compare$4(a, b, loose) >= 0;
|
||||||
module.exports = gte$3;
|
module.exports = gte$3;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/lte.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/lte.js
|
||||||
var require_lte = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/lte.js"(exports, module) {
|
var require_lte = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/lte.js"(exports, module) {
|
||||||
const compare$3 = require_compare();
|
const compare$3 = require_compare();
|
||||||
const lte$3 = (a, b, loose) => compare$3(a, b, loose) <= 0;
|
const lte$3 = (a, b, loose) => compare$3(a, b, loose) <= 0;
|
||||||
module.exports = lte$3;
|
module.exports = lte$3;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/cmp.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/cmp.js
|
||||||
var require_cmp = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/cmp.js"(exports, module) {
|
var require_cmp = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/cmp.js"(exports, module) {
|
||||||
const eq$1 = require_eq();
|
const eq$1 = require_eq();
|
||||||
const neq$1 = require_neq();
|
const neq$1 = require_neq();
|
||||||
const gt$3 = require_gt();
|
const gt$3 = require_gt();
|
||||||
@@ -587,8 +586,8 @@ var require_cmp = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/sem
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/coerce.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/coerce.js
|
||||||
var require_coerce = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/coerce.js"(exports, module) {
|
var require_coerce = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/coerce.js"(exports, module) {
|
||||||
const SemVer$7 = require_semver$3();
|
const SemVer$7 = require_semver$3();
|
||||||
const parse$1 = require_parse$1();
|
const parse$1 = require_parse$1();
|
||||||
const { safeRe: re$2, t: t$2 } = require_re();
|
const { safeRe: re$2, t: t$2 } = require_re();
|
||||||
@@ -620,8 +619,8 @@ var require_coerce = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/internal/lrucache.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/internal/lrucache.js
|
||||||
var require_lrucache = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/internal/lrucache.js"(exports, module) {
|
var require_lrucache = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/internal/lrucache.js"(exports, module) {
|
||||||
var LRUCache = class {
|
var LRUCache = class {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.max = 1e3;
|
this.max = 1e3;
|
||||||
@@ -655,8 +654,8 @@ var require_lrucache = __commonJS({ "node_modules/.deno/semver@7.7.1/node_module
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/classes/range.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/classes/range.js
|
||||||
var require_range = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/classes/range.js"(exports, module) {
|
var require_range = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/classes/range.js"(exports, module) {
|
||||||
const SPACE_CHARACTERS = /\s+/g;
|
const SPACE_CHARACTERS = /\s+/g;
|
||||||
var Range$11 = class Range$11 {
|
var Range$11 = class Range$11 {
|
||||||
constructor(range, options) {
|
constructor(range, options) {
|
||||||
@@ -930,8 +929,8 @@ var require_range = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/s
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/classes/comparator.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/classes/comparator.js
|
||||||
var require_comparator = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/classes/comparator.js"(exports, module) {
|
var require_comparator = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/classes/comparator.js"(exports, module) {
|
||||||
const ANY$2 = Symbol("SemVer ANY");
|
const ANY$2 = Symbol("SemVer ANY");
|
||||||
var Comparator$3 = class Comparator$3 {
|
var Comparator$3 = class Comparator$3 {
|
||||||
static get ANY() {
|
static get ANY() {
|
||||||
@@ -1002,8 +1001,8 @@ var require_comparator = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modu
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/functions/satisfies.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/functions/satisfies.js
|
||||||
var require_satisfies = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/functions/satisfies.js"(exports, module) {
|
var require_satisfies = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/functions/satisfies.js"(exports, module) {
|
||||||
const Range$9 = require_range();
|
const Range$9 = require_range();
|
||||||
const satisfies$4 = (version, range, options) => {
|
const satisfies$4 = (version, range, options) => {
|
||||||
try {
|
try {
|
||||||
@@ -1017,16 +1016,16 @@ var require_satisfies = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modul
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/to-comparators.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/to-comparators.js
|
||||||
var require_to_comparators = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/to-comparators.js"(exports, module) {
|
var require_to_comparators = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/to-comparators.js"(exports, module) {
|
||||||
const Range$8 = require_range();
|
const Range$8 = require_range();
|
||||||
const toComparators$1 = (range, options) => new Range$8(range, options).set.map((comp) => comp.map((c) => c.value).join(" ").trim().split(" "));
|
const toComparators$1 = (range, options) => new Range$8(range, options).set.map((comp) => comp.map((c) => c.value).join(" ").trim().split(" "));
|
||||||
module.exports = toComparators$1;
|
module.exports = toComparators$1;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/max-satisfying.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/max-satisfying.js
|
||||||
var require_max_satisfying = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/max-satisfying.js"(exports, module) {
|
var require_max_satisfying = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/max-satisfying.js"(exports, module) {
|
||||||
const SemVer$4 = require_semver$3();
|
const SemVer$4 = require_semver$3();
|
||||||
const Range$7 = require_range();
|
const Range$7 = require_range();
|
||||||
const maxSatisfying$1 = (versions, range, options) => {
|
const maxSatisfying$1 = (versions, range, options) => {
|
||||||
@@ -1052,8 +1051,8 @@ var require_max_satisfying = __commonJS({ "node_modules/.deno/semver@7.7.1/node_
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/min-satisfying.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/min-satisfying.js
|
||||||
var require_min_satisfying = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/min-satisfying.js"(exports, module) {
|
var require_min_satisfying = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/min-satisfying.js"(exports, module) {
|
||||||
const SemVer$3 = require_semver$3();
|
const SemVer$3 = require_semver$3();
|
||||||
const Range$6 = require_range();
|
const Range$6 = require_range();
|
||||||
const minSatisfying$1 = (versions, range, options) => {
|
const minSatisfying$1 = (versions, range, options) => {
|
||||||
@@ -1079,8 +1078,8 @@ var require_min_satisfying = __commonJS({ "node_modules/.deno/semver@7.7.1/node_
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/min-version.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/min-version.js
|
||||||
var require_min_version = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/min-version.js"(exports, module) {
|
var require_min_version = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/min-version.js"(exports, module) {
|
||||||
const SemVer$2 = require_semver$3();
|
const SemVer$2 = require_semver$3();
|
||||||
const Range$5 = require_range();
|
const Range$5 = require_range();
|
||||||
const gt$2 = require_gt();
|
const gt$2 = require_gt();
|
||||||
@@ -1119,8 +1118,8 @@ var require_min_version = __commonJS({ "node_modules/.deno/semver@7.7.1/node_mod
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/valid.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/valid.js
|
||||||
var require_valid = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/valid.js"(exports, module) {
|
var require_valid = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/valid.js"(exports, module) {
|
||||||
const Range$4 = require_range();
|
const Range$4 = require_range();
|
||||||
const validRange$1 = (range, options) => {
|
const validRange$1 = (range, options) => {
|
||||||
try {
|
try {
|
||||||
@@ -1133,8 +1132,8 @@ var require_valid = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/s
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/outside.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/outside.js
|
||||||
var require_outside = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/outside.js"(exports, module) {
|
var require_outside = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/outside.js"(exports, module) {
|
||||||
const SemVer$1 = require_semver$3();
|
const SemVer$1 = require_semver$3();
|
||||||
const Comparator$2 = require_comparator();
|
const Comparator$2 = require_comparator();
|
||||||
const { ANY: ANY$1 } = Comparator$2;
|
const { ANY: ANY$1 } = Comparator$2;
|
||||||
@@ -1187,24 +1186,24 @@ var require_outside = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/gtr.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/gtr.js
|
||||||
var require_gtr = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/gtr.js"(exports, module) {
|
var require_gtr = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/gtr.js"(exports, module) {
|
||||||
const outside$2 = require_outside();
|
const outside$2 = require_outside();
|
||||||
const gtr$1 = (version, range, options) => outside$2(version, range, ">", options);
|
const gtr$1 = (version, range, options) => outside$2(version, range, ">", options);
|
||||||
module.exports = gtr$1;
|
module.exports = gtr$1;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/ltr.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/ltr.js
|
||||||
var require_ltr = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/ltr.js"(exports, module) {
|
var require_ltr = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/ltr.js"(exports, module) {
|
||||||
const outside$1 = require_outside();
|
const outside$1 = require_outside();
|
||||||
const ltr$1 = (version, range, options) => outside$1(version, range, "<", options);
|
const ltr$1 = (version, range, options) => outside$1(version, range, "<", options);
|
||||||
module.exports = ltr$1;
|
module.exports = ltr$1;
|
||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/intersects.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/intersects.js
|
||||||
var require_intersects = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/intersects.js"(exports, module) {
|
var require_intersects = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/intersects.js"(exports, module) {
|
||||||
const Range$2 = require_range();
|
const Range$2 = require_range();
|
||||||
const intersects$1 = (r1, r2, options) => {
|
const intersects$1 = (r1, r2, options) => {
|
||||||
r1 = new Range$2(r1, options);
|
r1 = new Range$2(r1, options);
|
||||||
@@ -1215,8 +1214,8 @@ var require_intersects = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modu
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/simplify.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/simplify.js
|
||||||
var require_simplify = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/simplify.js"(exports, module) {
|
var require_simplify = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/simplify.js"(exports, module) {
|
||||||
const satisfies$2 = require_satisfies();
|
const satisfies$2 = require_satisfies();
|
||||||
const compare$2 = require_compare();
|
const compare$2 = require_compare();
|
||||||
module.exports = (versions, range, options) => {
|
module.exports = (versions, range, options) => {
|
||||||
@@ -1249,8 +1248,8 @@ var require_simplify = __commonJS({ "node_modules/.deno/semver@7.7.1/node_module
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/subset.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/subset.js
|
||||||
var require_subset = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/ranges/subset.js"(exports, module) {
|
var require_subset = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/ranges/subset.js"(exports, module) {
|
||||||
const Range$1 = require_range();
|
const Range$1 = require_range();
|
||||||
const Comparator$1 = require_comparator();
|
const Comparator$1 = require_comparator();
|
||||||
const { ANY } = Comparator$1;
|
const { ANY } = Comparator$1;
|
||||||
@@ -1345,8 +1344,8 @@ var require_subset = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/
|
|||||||
} });
|
} });
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@7.7.1/node_modules/semver/index.js
|
//#region node_modules/.deno/semver@7.7.2/node_modules/semver/index.js
|
||||||
var require_semver$2 = __commonJS({ "node_modules/.deno/semver@7.7.1/node_modules/semver/index.js"(exports, module) {
|
var require_semver$2 = __commonJS({ "node_modules/.deno/semver@7.7.2/node_modules/semver/index.js"(exports, module) {
|
||||||
const internalRe = require_re();
|
const internalRe = require_re();
|
||||||
const constants$1 = require_constants$5();
|
const constants$1 = require_constants$5();
|
||||||
const SemVer = require_semver$3();
|
const SemVer = require_semver$3();
|
||||||
@@ -1436,7 +1435,7 @@ var require_semver$2 = __commonJS({ "node_modules/.deno/semver@7.7.1/node_module
|
|||||||
rcompareIdentifiers: identifiers.rcompareIdentifiers
|
rcompareIdentifiers: identifiers.rcompareIdentifiers
|
||||||
};
|
};
|
||||||
} });
|
} });
|
||||||
var import_semver = __toESM(require_semver$2());
|
var import_semver = __toESM(require_semver$2(), 1);
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/undici@7.9.0/node_modules/undici/lib/core/symbols.js
|
//#region node_modules/.deno/undici@7.9.0/node_modules/undici/lib/core/symbols.js
|
||||||
@@ -19291,7 +19290,7 @@ var require_undici = __commonJS({ "node_modules/.deno/undici@7.9.0/node_modules/
|
|||||||
const { EventSource } = require_eventsource();
|
const { EventSource } = require_eventsource();
|
||||||
module.exports.EventSource = EventSource;
|
module.exports.EventSource = EventSource;
|
||||||
} });
|
} });
|
||||||
var import_undici = __toESM(require_undici());
|
var import_undici = __toESM(require_undici(), 1);
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region src/version.ts
|
//#region src/version.ts
|
||||||
@@ -20249,7 +20248,7 @@ var require_tool_cache = __commonJS({ "node_modules/.deno/@actions+tool-cache@2.
|
|||||||
return Array.from(new Set(values));
|
return Array.from(new Set(values));
|
||||||
}
|
}
|
||||||
} });
|
} });
|
||||||
var import_tool_cache = __toESM(require_tool_cache());
|
var import_tool_cache = __toESM(require_tool_cache(), 1);
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region src/install.ts
|
//#region src/install.ts
|
||||||
@@ -20335,7 +20334,7 @@ async function main() {
|
|||||||
import_core.setOutput("release-channel", version.kind);
|
import_core.setOutput("release-channel", version.kind);
|
||||||
import_core.info("Installation complete.");
|
import_core.info("Installation complete.");
|
||||||
if (isCachingEnabled()) {
|
if (isCachingEnabled()) {
|
||||||
const { restoreCache } = await import("./cache-D7LLZXo3.mjs");
|
const { restoreCache } = await import("./cache-CSb2jW5L.mjs");
|
||||||
await restoreCache(import_core.getInput("cache-hash"));
|
await restoreCache(import_core.getInput("cache-hash"));
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
4
dist/post.mjs
vendored
4
dist/post.mjs
vendored
@@ -1,5 +1,5 @@
|
|||||||
import { import_core } from "./semver-DmxAwBYV.mjs";
|
import { import_core } from "./semver-C43QPvfi.mjs";
|
||||||
import { saveCache } from "./cache-zjpbixka.mjs";
|
import { saveCache } from "./cache-BG71A93Z.mjs";
|
||||||
import process from "node:process";
|
import process from "node:process";
|
||||||
|
|
||||||
//#region src/post.ts
|
//#region src/post.ts
|
||||||
|
|||||||
@@ -17074,7 +17074,7 @@ var require_core = __commonJS({ "node_modules/.deno/@actions+core@1.11.1/node_mo
|
|||||||
*/
|
*/
|
||||||
exports.platform = __importStar(require_platform());
|
exports.platform = __importStar(require_platform());
|
||||||
} });
|
} });
|
||||||
var import_core = __toESM(require_core());
|
var import_core = __toESM(require_core(), 1);
|
||||||
|
|
||||||
//#endregion
|
//#endregion
|
||||||
//#region node_modules/.deno/semver@6.3.1/node_modules/semver/semver.js
|
//#region node_modules/.deno/semver@6.3.1/node_modules/semver/semver.js
|
||||||
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"name": "setup-deno",
|
||||||
|
"description": "Set up Deno easily in GitHub Actions",
|
||||||
|
"version": "2.0.2",
|
||||||
|
"author": "Deno Land Inc",
|
||||||
|
"license": "MIT",
|
||||||
|
"type": "module",
|
||||||
|
"devDependencies": {
|
||||||
|
"@actions/cache": "4.0.3",
|
||||||
|
"@actions/core": "^1.11.1",
|
||||||
|
"@actions/glob": "^0.5.0",
|
||||||
|
"@actions/tool-cache": "^2.0.2",
|
||||||
|
"semver": "^7.7.1",
|
||||||
|
"undici": "^7.8.0",
|
||||||
|
"@types/node": "^20.16.5",
|
||||||
|
"@types/semver": "^7.7.0",
|
||||||
|
"tsdown": "0.10.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -23,4 +23,5 @@ await build({
|
|||||||
target: "node20.19",
|
target: "node20.19",
|
||||||
platform: "node",
|
platform: "node",
|
||||||
format: "esm",
|
format: "esm",
|
||||||
|
fixedExtension: true,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user