- updated basic-ftp
- new vx.x.x tags
This commit is contained in:
Sam Kirkland
2023-03-15 00:50:07 -05:00
committed by GitHub
parent 89e533f02c
commit 8a24039354
5 changed files with 3106 additions and 1792 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ftp-deploy-action",
"version": "4.3.3",
"version": "4.3.4",
"private": true,
"description": "Automate deploying websites and more with this GitHub action",
"main": "dist/index.js",
@@ -23,10 +23,10 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",
"@samkirkland/ftp-deploy": "^1.2.2",
"@types/jest": "^28.1.7",
"jest": "^28.1.3",
"ts-jest": "^28.0.8",
"@samkirkland/ftp-deploy": "^1.2.3",
"@types/jest": "^29.4.1",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
"ts-node-dev": "^2.0.0"
},
"devDependencies": {