min-heap-typed
Advanced tools
Comparing version 1.31.0 to 1.32.0
module.exports = { | ||
preset: 'ts-jest', | ||
testEnvironment: 'node', | ||
testMatch: ['<rootDir>/test/**/*.test.ts'], | ||
}; | ||
preset: 'ts-jest', | ||
testEnvironment: 'node', | ||
testMatch: ['<rootDir>/test/**/*.test.ts', '<rootDir>/test/**/*.test.js'], | ||
collectCoverage: true, | ||
coverageDirectory: 'coverage' | ||
}; |
{ | ||
"name": "min-heap-typed", | ||
"version": "1.31.0", | ||
"version": "1.32.0", | ||
"description": "Min Heap. Javascript & Typescript Data Structure.", | ||
@@ -68,4 +68,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"data-structure-typed": "^1.31.0" | ||
"data-structure-typed": "^1.32.0" | ||
} | ||
} |
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
41944
576
Updateddata-structure-typed@^1.32.0