full site update

This commit is contained in:
2025-07-24 18:46:24 +02:00
parent bfe2b90d8d
commit 37a6e0ab31
6912 changed files with 540482 additions and 361712 deletions

5
node_modules/ci-info/package.json generated vendored
View File

@@ -1,6 +1,6 @@
{
"name": "ci-info",
"version": "4.2.0",
"version": "4.3.0",
"description": "Get details about the current Continuous Integration environment",
"main": "index.js",
"typings": "index.d.ts",
@@ -36,6 +36,7 @@
"CHANGELOG.md"
],
"scripts": {
"build": "node sort-vendors.js && node create-typings.js",
"lint:fix": "standard --fix",
"test": "standard && node test.js",
"prepare": "husky install || true"
@@ -43,7 +44,7 @@
"devDependencies": {
"clear-module": "^4.1.2",
"husky": "^9.1.7",
"publint": "^0.3.8",
"publint": "^0.3.12",
"standard": "^17.1.2",
"tape": "^5.9.0"
},