aws-testing-library
Advanced tools
Comparing version 1.0.9 to 1.1.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const diff = require("jest-diff"); | ||
const jest_diff_1 = require("jest-diff"); | ||
const os_1 = require("os"); | ||
@@ -28,3 +28,3 @@ const common_1 = require("../common"); | ||
else { | ||
const diffString = diff(expected, received, { | ||
const diffString = jest_diff_1.default(expected, received, { | ||
expand: true, | ||
@@ -31,0 +31,0 @@ }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const diff = require("jest-diff"); | ||
const jest_diff_1 = require("jest-diff"); | ||
const os_1 = require("os"); | ||
@@ -42,3 +42,3 @@ const common_1 = require("../common"); | ||
else { | ||
const diffString = diff(expected, received, { | ||
const diffString = jest_diff_1.default(expected, received, { | ||
expand: true, | ||
@@ -45,0 +45,0 @@ }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const diff = require("jest-diff"); | ||
const jest_diff_1 = require("jest-diff"); | ||
const os_1 = require("os"); | ||
@@ -39,3 +39,3 @@ const common_1 = require("../common"); | ||
else { | ||
const diffString = diff(expected, received, { | ||
const diffString = jest_diff_1.default(expected, received, { | ||
expand: true, | ||
@@ -42,0 +42,0 @@ }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const diff = require("jest-diff"); | ||
const jest_diff_1 = require("jest-diff"); | ||
const os_1 = require("os"); | ||
@@ -26,3 +26,3 @@ const common_1 = require("../common"); | ||
else { | ||
const diffString = diff(expected, received, { | ||
const diffString = jest_diff_1.default(expected, received, { | ||
expand: true, | ||
@@ -29,0 +29,0 @@ }); |
import AWS = require('aws-sdk'); | ||
export declare const filterLogEvents: (region: string, functionName: string, startTime: number, pattern: string) => Promise<{ | ||
events: AWS.CloudWatchLogs.FilteredLogEvent[]; | ||
events: AWS.CloudWatchLogs.FilteredLogEvents; | ||
}>; | ||
export declare const deleteAllLogs: (region: string, functionName: string) => Promise<void>; |
{ | ||
"name": "aws-testing-library", | ||
"version": "1.0.9", | ||
"version": "1.1.1", | ||
"description": "Chai and Jest matchers for aws services", | ||
@@ -12,6 +12,6 @@ "scripts": { | ||
"coverage": "jest --coverage", | ||
"coverage:ci": "mkdir -p coverage && TZ=GMT jest --coverage --coverageReporters=text-lcov > ./coverage/lcov.info", | ||
"prettier": "prettier --write src/**/*.ts", | ||
"prettier:ci": "prettier --list-different src/**/*.ts", | ||
"tag": "git tag \"v$npm_package_version\" && git push --tags", | ||
"prepublishOnly": "yarn run build" | ||
"tag": "git tag \"v$npm_package_version\" && git push --tags" | ||
}, | ||
@@ -54,15 +54,16 @@ "files": [ | ||
"@types/chai": "^4.1.7", | ||
"@types/jest": "^24.0.13", | ||
"@types/jest-diff": "^20.0.1", | ||
"@types/jest": "^25.0.0", | ||
"@types/jest-diff": "^24.3.0", | ||
"@types/jest-matcher-utils": "^21.0.2", | ||
"@types/mockdate": "^2.0.0", | ||
"@types/node": "^12.0.4", | ||
"@types/node": "^13.1.6", | ||
"@types/uuid": "^3.4.4", | ||
"chai": "^4.2.0", | ||
"husky": "^3.0.4", | ||
"jest": "^24.9.0", | ||
"jest-junit": "^8.0.0", | ||
"coveralls": "^3.0.6", | ||
"husky": "^4.0.7", | ||
"jest": "^25.0.0", | ||
"jest-junit": "^10.0.0", | ||
"mockdate": "^2.0.2", | ||
"prettier": "^1.17.1", | ||
"ts-jest": "^24.0.2", | ||
"ts-jest": "^25.0.0", | ||
"ts-node": "^8.2.0", | ||
@@ -76,8 +77,8 @@ "tslint": "^5.17.0", | ||
"axios": "^0.19.0", | ||
"jest-diff": "^24.8.0", | ||
"jest-diff": "^25.0.0", | ||
"uuid": "^3.3.2" | ||
}, | ||
"engines": { | ||
"node": ">=8.0.0" | ||
"node": ">=v8.17.0" | ||
} | ||
} |
@@ -5,2 +5,3 @@ # AWS Testing Library | ||
[![CircleCI](https://circleci.com/gh/erezrokah/aws-testing-library.svg?style=svg)](https://circleci.com/gh/erezrokah/aws-testing-library) | ||
[![Coverage Status](https://coveralls.io/repos/github/erezrokah/aws-testing-library/badge.svg?branch=master)](https://coveralls.io/github/erezrokah/aws-testing-library?branch=master) | ||
@@ -7,0 +8,0 @@ > Note: If you're missing any capability please open an issue/feature request :) |
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
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
101317
38
21
+ Added@jest/types@25.5.0(transitive)
+ Added@types/yargs@15.0.19(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedansi-styles@4.3.0(transitive)
+ Addedchalk@3.0.0(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addeddiff-sequences@25.2.6(transitive)
+ Addedhas-flag@4.0.0(transitive)
+ Addedjest-diff@25.5.0(transitive)
+ Addedjest-get-type@25.2.6(transitive)
+ Addedpretty-format@25.5.0(transitive)
+ Addedsupports-color@7.2.0(transitive)
- Removed@jest/types@24.9.0(transitive)
- Removed@types/yargs@13.0.12(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedansi-styles@3.2.1(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removeddiff-sequences@24.9.0(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedjest-diff@24.9.0(transitive)
- Removedjest-get-type@24.9.0(transitive)
- Removedpretty-format@24.9.0(transitive)
- Removedsupports-color@5.5.0(transitive)
Updatedjest-diff@^25.0.0