@tomassabol/aws-services 1.8.2 → 1.8.3
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.
- package/package.json +9 -2
package/package.json
CHANGED
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tomassabol/aws-services",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "AWS Services",
|
|
6
|
+
"exports": {
|
|
7
|
+
"./*": {
|
|
8
|
+
"import": "./*.js",
|
|
9
|
+
"require": "./*.js",
|
|
10
|
+
"types": "./*.d.ts"
|
|
11
|
+
}
|
|
12
|
+
},
|
|
6
13
|
"scripts": {
|
|
7
14
|
"build": "tsc -b tsconfig.build.json",
|
|
8
15
|
"clean": "rimraf dist .coverage .sonar",
|
|
9
16
|
"coverage": "open .coverage/lcov-report/index.html",
|
|
10
|
-
"dist": "tsc -b tsconfig.build.json && cp package.json dist &&
|
|
17
|
+
"dist": "tsc -b tsconfig.build.json && cp package.json dist && cd dist && npm publish",
|
|
11
18
|
"format": "prettier --check .",
|
|
12
19
|
"husky-install": "husky install",
|
|
13
20
|
"lint": "eslint . --max-warnings 0",
|