From da5d9995b6d32647382b232b83c9a7e5405209b6 Mon Sep 17 00:00:00 2001 From: Kyle O'Connor Date: Mon, 10 Jun 2024 15:37:19 -0400 Subject: [PATCH] --- .github/workflows/lint.yml | 2 +- .gitignore | 1 + package-lock.json | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 33745c7..aa9b387 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: Build and test the aws jslib against a Localstack instance +name: Lint the aws jslib on: # Enables running the workflow manually from the Actions tab workflow_dispatch: diff --git a/.gitignore b/.gitignore index 7273e94..9ff5785 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ /volume dist/ +.DS_Store diff --git a/package-lock.json b/package-lock.json index 35dc1e8..eafce00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "k6-jslib-aws", - "version": "0.12.0", + "version": "0.12.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "k6-jslib-aws", - "version": "0.12.0", + "version": "0.12.3", "license": "MIT", "devDependencies": { "@babel/core": "^7.4.4",