@anephenix/sarus
Advanced tools
Comparing version 0.4.2 to 0.4.3
# CHANGELOG | ||
### 0.4.3 - Sunday 5th September, 2021 | ||
- Updated dependencies | ||
### 0.4.2 - Sunday 6th June, 2021 | ||
@@ -4,0 +8,0 @@ |
module.exports = { | ||
preset: "ts-jest", | ||
testEnvironment: "jsdom", | ||
clearMocks: true, | ||
coverageDirectory: "coverage", | ||
transform: { | ||
"//.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js" | ||
}, | ||
testPathIgnorePatterns: [ | ||
'/__tests__/helpers/delay.ts', | ||
], | ||
preset: 'ts-jest', | ||
testEnvironment: 'jsdom', | ||
clearMocks: true, | ||
coverageDirectory: 'coverage', | ||
transform: { | ||
'//.(ts|tsx)$': 'ts-jest', | ||
}, | ||
testPathIgnorePatterns: ['/__tests__/helpers/delay.ts'], | ||
}; |
{ | ||
"name": "@anephenix/sarus", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "A WebSocket JavaScript library", | ||
"main": "dist/index.js", | ||
"devDependencies": { | ||
"@babel/parser": "^7.13.13", | ||
"@babel/types": "^7.13.13", | ||
"@types/jest": "^26.0.22", | ||
"@types/websocket": "^1.0.2", | ||
"coveralls": "^3.1.0", | ||
"@babel/parser": "^7.15.5", | ||
"@babel/types": "^7.15.4", | ||
"@types/jest": "^27.0.1", | ||
"@types/websocket": "^1.0.4", | ||
"coveralls": "^3.1.1", | ||
"dom-storage": "^2.1.0", | ||
"ip-regex": "^4.3.0", | ||
"jest": "^26.6.3", | ||
"jest-websocket-mock": "^2.2.0", | ||
"jsdoc": "^3.6.6", | ||
"jsdom": "^16.5.1", | ||
"jest": "^27.1.0", | ||
"jest-websocket-mock": "^2.2.1", | ||
"jsdoc": "^3.6.7", | ||
"jsdom": "^17.0.0", | ||
"mock-socket": "^9.0.3", | ||
"ts-jest": "^26.5.4", | ||
"typescript": "^4.2.3" | ||
"ts-jest": "^27.0.5", | ||
"typescript": "^4.4.2" | ||
}, | ||
@@ -22,0 +22,0 @@ "scripts": { |
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
96306
1623