@wix/sdk-runtime
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -94,2 +94,5 @@ import { constantCase } from './utils.js'; | ||
code: constantCase(httpClientError.response?.statusText ?? 'UNKNOWN'), | ||
...(!httpClientError.response && { | ||
runtimeError: httpClientError, | ||
}), | ||
}, | ||
@@ -96,0 +99,0 @@ }); |
@@ -98,2 +98,5 @@ "use strict"; | ||
code: (0, utils_js_1.constantCase)(httpClientError.response?.statusText ?? 'UNKNOWN'), | ||
...(!httpClientError.response && { | ||
runtimeError: httpClientError, | ||
}), | ||
}, | ||
@@ -100,0 +103,0 @@ }); |
{ | ||
"name": "@wix/sdk-runtime", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"license": "UNLICENSED", | ||
@@ -50,3 +50,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@wix/sdk-types": "^1.5.3" | ||
"@wix/sdk-types": "^1.5.5" | ||
}, | ||
@@ -83,3 +83,3 @@ "devDependencies": { | ||
}, | ||
"falconPackageHash": "926ce38187a1c4338b958073dbcc7c3979c2d010bfef043024e34687" | ||
"falconPackageHash": "eb3f99a2544690e71ba502b0a2a3e090c5346009eb53a2ea60cf3305" | ||
} |
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
130204
3261
Updated@wix/sdk-types@^1.5.5