Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
cb311d50de chore(deps): bump @actions/core from 2.0.3 to 3.0.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 2.0.3 to 3.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-29 03:53:08 +00:00
5 changed files with 10165 additions and 12014 deletions

18780
dist/index.cjs vendored

File diff suppressed because one or more lines are too long

8
dist/index.cjs.map vendored

File diff suppressed because one or more lines are too long

3377
dist/meta.json vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
import * as core from '@actions/core'
import core from '@actions/core'
import {
NeocitiesAPIClient,
printDeployText,

View File

@@ -9,17 +9,17 @@
"dependencies": {
"@actions/core": "3.0.0",
"async-neocities": "4.1.2",
"minimatch": "10.2.4"
"minimatch": "10.1.1"
},
"devDependencies": {
"@domstack/static": "^11.0.2",
"@voxpelli/tsconfig": "^16.1.0",
"top-bun": "^10.0.0",
"auto-changelog": "^2.0.0",
"c8": "^11.0.0",
"esbuild": "~0.27.1",
"gh-release": "^7.0.0",
"neostandard": "^0.13.0",
"npm-run-all2": "^8.0.1",
"neostandard": "^0.12.0",
"c8": "^10.0.0",
"esbuild": "~0.27.1",
"typescript": "~5.9.3"
},
"homepage": "https://github.com/bcomnes/deploy-to-neocities#readme",
@@ -35,7 +35,7 @@
"scripts": {
"build": "npm run clean && run-p build:*",
"build:action": "rm -rf dist && esbuild index.js --bundle --platform=node --sourcemap=external --outdir=dist --metafile=dist/meta.json --out-extension:.js=.cjs",
"build:site": "domstack --src . --dest public --ignore dist,coverage",
"build:site": "tb --src . --dest public --ignore dist,coverage",
"dist-pkg": "echo \"{ \\\"type\\\": \\\"commonjs\\\" }\" > dist/package.json",
"clean": "rm -rf public && mkdir -p public",
"release": "git push --follow-tags && gh-release -y",