|
20 | 20 | "build:cjs": "tsc --build tsconfig.json && echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json",
|
21 | 21 | "build:esm": "tsc --build tsconfig.esm.json && echo '{ \"type\": \"module\" }' > lib/esm/package.json",
|
22 | 22 | "build": "npm run build:esm & npm run build:cjs",
|
23 |
| - "lint": "eslint --ext .ts,.js --no-error-on-unmatched-pattern .", |
24 |
| - "lint-fix": "eslint --fix --ext .ts,.js --no-error-on-unmatched-pattern .", |
| 23 | + "lint": "biome lint .", |
| 24 | + "lint:fix": "biome check --write .", |
25 | 25 | "prepack": "node ../../.github/scripts/release_patch_package_json.js ."
|
26 | 26 | },
|
27 | 27 | "homepage": "https://github.com/aws-powertools/powertools-lambda-typescript/tree/main/packages/parameters#readme",
|
|
89 | 89 | "lib/cjs/types/BaseProvider.d.ts",
|
90 | 90 | "lib/esm/types/BaseProvider.d.ts"
|
91 | 91 | ],
|
92 |
| - "base": [ |
93 |
| - "lib/cjs/base/index.d.ts", |
94 |
| - "lib/esm/base/index.d.ts" |
95 |
| - ], |
| 92 | + "base": ["lib/cjs/base/index.d.ts", "lib/esm/base/index.d.ts"], |
96 | 93 | "ssm/types": [
|
97 | 94 | "lib/cjs/types/SSMProvider.d.ts",
|
98 | 95 | "lib/esm/types/SSMProvider.d.ts"
|
99 | 96 | ],
|
100 |
| - "ssm": [ |
101 |
| - "lib/cjs/ssm/index.d.ts", |
102 |
| - "lib/esm/ssm/index.d.ts" |
103 |
| - ], |
| 97 | + "ssm": ["lib/cjs/ssm/index.d.ts", "lib/esm/ssm/index.d.ts"], |
104 | 98 | "secrets/types": [
|
105 | 99 | "lib/cjs/types/SecretsProvider.d.ts",
|
106 | 100 | "lib/esm/types/SecretsProvider.d.ts"
|
107 | 101 | ],
|
108 |
| - "secrets": [ |
109 |
| - "lib/cjs/secrets/index.d.ts", |
110 |
| - "lib/esm/secrets/index.d.ts" |
111 |
| - ], |
| 102 | + "secrets": ["lib/cjs/secrets/index.d.ts", "lib/esm/secrets/index.d.ts"], |
112 | 103 | "dynamodb/types": [
|
113 | 104 | "./lib/cjs/types/DynamoDBProvider.d.ts",
|
114 | 105 | "./lib/esm/types/DynamoDBProvider.d.ts"
|
|
125 | 116 | "lib/cjs/appconfig/index.d.ts",
|
126 | 117 | "lib/esm/appconfig/index.d.ts"
|
127 | 118 | ],
|
128 |
| - "errors": [ |
129 |
| - "lib/cjs/errors.d.ts", |
130 |
| - "lib/esm/errors.d.ts" |
131 |
| - ] |
| 119 | + "errors": ["lib/cjs/errors.d.ts", "lib/esm/errors.d.ts"] |
132 | 120 | }
|
133 | 121 | },
|
134 | 122 | "types": "./lib/cjs/index.d.ts",
|
135 | 123 | "main": "./lib/cjs/index.js",
|
136 |
| - "files": [ |
137 |
| - "lib" |
138 |
| - ], |
| 124 | + "files": ["lib"], |
139 | 125 | "repository": {
|
140 | 126 | "type": "git",
|
141 | 127 | "url": "git+https://github.com/aws-powertools/powertools-lambda-typescript.git"
|
|
0 commit comments