ag-awsauth 0.0.245 → 0.0.246

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -5,12 +5,12 @@
5
5
  "author": "andrei gec (andreigec@hotmail.com)",
6
6
  "license": "ISC",
7
7
  "private": false,
8
- "version": "0.0.245",
8
+ "version": "0.0.246",
9
9
  "preferGlobal": true,
10
10
  "scripts": {
11
- "format": "eslint --ext .ts,.tsx,.js,.json src --fix",
11
+ "format": "eslint --ext .ts,.tsx src --fix",
12
12
  "lint:tsc": "tsc --noEmit",
13
- "lint:eslint": "eslint --ext .ts,.tsx,.js,.json src",
13
+ "lint:eslint": "eslint --ext .ts,.tsx src",
14
14
  "lint": "pnpm run /^lint:/",
15
15
  "start": "tsc && node bin/awsauth.js",
16
16
  "build": "tsc"