@fusionauth/typescript-client
Advanced tools
Comparing version 1.15.4 to 1.15.8
{ | ||
"name": "@fusionauth/typescript-client", | ||
"version": "1.15.4", | ||
"version": "1.15.8", | ||
"description": "A typescript implementation of the FusionAuth client.", | ||
@@ -22,4 +22,4 @@ "main": "build/index.js", | ||
"build-browser": "npx browserify index.ts --debug -p tsify -o dist/fusionauth-typescript-client.js", | ||
"pretest": "npx browserify test/FusionAuthClientTest.ts --debug -p tsify -o dist/fusionauth-typescript-client-test.js && tsc", | ||
"prepare": "tsc" | ||
"pretest": "npx browserify test/FusionAuthClientTest.ts -t envify --debug -p tsify -o dist/fusionauth-typescript-client-test.js && npx tsc", | ||
"prepare": "npx tsc" | ||
}, | ||
@@ -45,4 +45,5 @@ "repository": { | ||
"@types/request": "^2.48.4", | ||
"browserify": "^16.5.0", | ||
"browserify": "^16.5.1", | ||
"chai": "^4.2.0", | ||
"envify": "^4.1.0", | ||
"karma": "^4.4.1", | ||
@@ -49,0 +50,0 @@ "karma-chai": "^0.1.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
386871
8398
15