@wix/motion-edm-autogen-transformations
Advanced tools
Comparing version 1.24.0 to 1.25.0
@@ -347,3 +347,3 @@ "use strict"; | ||
const httpStatus = aRandomApplicationErrorHttpStatusCode(); | ||
const statusText = (0, _httpStatusCodes.getStatusText)(httpStatus); | ||
const statusText = (0, _httpStatusCodes.getReasonPhrase)(httpStatus); | ||
const expectedCode = statusText.split(' ').map(_lodash.upperCase).join('_'); | ||
@@ -350,0 +350,0 @@ describe('when no message exists in the response', () => { |
import { __makeTemplateObject } from "tslib"; | ||
import { anObject, aNumber, aRandomItemFrom, aRequestId, aString, } from '@wix/motion-runtime-test-context'; | ||
import dedent from 'dedent-js'; | ||
import { getStatusText } from 'http-status-codes'; | ||
import { getReasonPhrase } from 'http-status-codes'; | ||
import { set, times, upperCase } from 'lodash'; | ||
@@ -262,3 +262,3 @@ import { transformError } from '../../..'; | ||
var httpStatus = aRandomApplicationErrorHttpStatusCode(); | ||
var statusText = getStatusText(httpStatus); | ||
var statusText = getReasonPhrase(httpStatus); | ||
var expectedCode = statusText.split(' ').map(upperCase).join('_'); | ||
@@ -265,0 +265,0 @@ describe('when no message exists in the response', function () { |
{ | ||
"name": "@wix/motion-edm-autogen-transformations", | ||
"version": "1.24.0", | ||
"version": "1.25.0", | ||
"license": "UNLICENSED", | ||
@@ -40,4 +40,4 @@ "author": { | ||
"@rushstack/eslint-patch": "^1.1.0", | ||
"@wix/motion-edm-autogen-common": "1.19.0", | ||
"@wix/motion-edm-autogen-transformations-core": "1.22.0", | ||
"@wix/motion-edm-autogen-common": "1.20.0", | ||
"@wix/motion-edm-autogen-transformations-core": "1.23.0", | ||
"constant-case": "~3.0.0", | ||
@@ -63,3 +63,3 @@ "deep-for-each": "~3.0.0", | ||
"ts-jest": "^26.4.4", | ||
"typescript": "~4.1.6" | ||
"typescript": "~4.7.4" | ||
}, | ||
@@ -78,3 +78,3 @@ "jest": { | ||
}, | ||
"falconPackageHash": "8ab148867ac9a3209b495bce24a6e523e296783a54814d7b6b1a5113" | ||
"falconPackageHash": "7d6a520f6adfbc84bc29fcdf6713423b9591e12e880392e4b744839b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
436267
+ Added@wix/motion-edm-autogen-common@1.20.0(transitive)
+ Added@wix/motion-edm-autogen-transformations-core@1.23.0(transitive)
+ Added@wix/motion-edm-autogen-types@1.0.10(transitive)
- Removed@wix/motion-edm-autogen-common@1.19.0(transitive)
- Removed@wix/motion-edm-autogen-transformations-core@1.22.0(transitive)
- Removed@wix/motion-edm-autogen-types@1.0.9(transitive)