@authx/http-proxy-client
Advanced tools
Comparing version 3.1.0-alpha.29 to 3.1.0-alpha.30
@@ -22,3 +22,3 @@ { | ||
"eslint": "^7.12.1", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-config-prettier": "^7.1.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
@@ -51,3 +51,3 @@ "prettier": "^2.0.2", | ||
"build:development": "rm -rf dist && tsc --watch", | ||
"build:development:chained": "tsc --watch --preserveWatchOutput", | ||
"build:development:chained": "tsc --watch --preserveWatchOutput --pretty", | ||
"test": "ava --verbose dist/*.test.js", | ||
@@ -58,3 +58,3 @@ "test:development": "ava --verbose dist/*.test.js --watch", | ||
"types": "./dist/index.d.ts", | ||
"version": "3.1.0-alpha.29" | ||
"version": "3.1.0-alpha.30" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98803