Skip to content

Commit

Permalink
Release v24.9.0
Browse files Browse the repository at this point in the history
-- git fetch;git merge-base --is-ancestor @{upstream} HEAD

-- rm -rf node_modules;npm install
added 2 packages, and audited 3 packages in 385ms

found 0 vulnerabilities

-- lj lint
# Lint OK 2 files: package.json, s3.js

-- npm outdated

-- ! git rev-parse -q --verify v24.9.0

-- lj build
Nothing to build, use --out=build/index.html

-- lj test --brief test/index.js
# pass  17/17 [57/57] in 24 ms at 12:17:23
  • Loading branch information
lauriro committed Sep 21, 2024
1 parent 373dcae commit efa9686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@litejs/s3",
"version": "24.6.0",
"version": "24.9.0",
"description": "Small S3 client",
"license": "MIT",
"author": "Lauri Rooden <lauri@rooden.ee>",
Expand All @@ -16,6 +16,6 @@
"test": "lj t test/index.js"
},
"devDependencies": {
"@litejs/cli": "24.6.1"
"@litejs/cli": "24.6.2"
}
}

0 comments on commit efa9686

Please sign in to comment.