@yuno-payments/dashboard-api-mfe 0.34.19 → 0.34.20

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 +2 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.34.19",
3
+ "version": "0.34.20",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",
@@ -30,11 +30,7 @@
30
30
  "watch-tests": "cross-env BABEL_ENV=test jest --watch",
31
31
  "prepare": "husky install",
32
32
  "coverage": "cross-env BABEL_ENV=test jest --coverage",
33
- "build:types": "tsc",
34
- "login": "npm run sso:login && npm run ca:login",
35
- "sso:login": "aws sso login --profile registry",
36
- "preinstall": "npm run ca:login",
37
- "ca:login": "aws codeartifact login --tool npm --repository yuno --domain yuno --namespace @yuno --profile registry"
33
+ "build:types": "tsc"
38
34
  },
39
35
  "devDependencies": {
40
36
  "@babel/core": "^7.15.0",