conjure-client
Advanced tools
Comparing version 0.2.0 to 1.0.0
@@ -181,3 +181,3 @@ "use strict"; | ||
var pathArgument = _a[_i]; | ||
pathArgument = pathArgument || ""; | ||
pathArgument = pathArgument == null ? "" : pathArgument; | ||
path = path.replace(urlParameterRegex, encodeURIComponent(pathArgument)); | ||
@@ -184,0 +184,0 @@ } |
{ | ||
"name": "conjure-client", | ||
"version": "0.2.0", | ||
"version": "1.0.0", | ||
"description": "An HTTP bridge library for use in front end applications and generated conjure code", | ||
@@ -10,2 +10,3 @@ "sideEffects": false, | ||
"build": "npm-run-all clean compile", | ||
"circle-publish": "./scripts/circle-publish-npm", | ||
"clean": "rm -rf lib/*", | ||
@@ -12,0 +13,0 @@ "compile": "tsc -p ./src", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
41829
1