Package: node-chance / 2.2.6+dfsg-6

Metadata

Package Version Patches format
node-chance 2.2.6+dfsg-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
replace ava by jest.patch | (download)

test.archive/test.address.js | 447 224 + 223 - 0 !
test.archive/test.animal.js | 21 10 + 11 - 0 !
test.archive/test.basic.js | 349 176 + 173 - 0 !
test.archive/test.buffer.js | 23 11 + 12 - 0 !
test.archive/test.company.js | 13 6 + 7 - 0 !
test.archive/test.file.js | 55 28 + 27 - 0 !
test.archive/test.finance.js | 159 79 + 80 - 0 !
test.archive/test.helpers.js | 261 130 + 131 - 0 !
test.archive/test.misc.js | 223 122 + 101 - 0 !
test.archive/test.mobile.js | 25 12 + 13 - 0 !
test.archive/test.music.js | 41 20 + 21 - 0 !
test.archive/test.normal.js | 69 35 + 34 - 0 !
test.archive/test.person.js | 327 164 + 163 - 0 !
test.archive/test.regional.js | 45 22 + 23 - 0 !
test.archive/test.text.js | 89 44 + 45 - 0 !
test.archive/test.time.js | 235 117 + 118 - 0 !
test.archive/test.web.js | 523 262 + 261 - 0 !
17 files changed, 1462 insertions(+), 1443 deletions(-)

 replace ava by jest
 This patch was generated using jest-codemods + some test removed
fix tsc.patch | (download)

packages/bool/src/main.test.ts | 2 2 + 0 - 0 !
packages/chance/src/main.test.ts | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 fix tsc
dont build test files.patch | (download)

packages/bool/tsconfig.json | 3 2 + 1 - 0 !
packages/chance/tsconfig.json | 3 2 + 1 - 0 !
packages/core/tsconfig.json | 3 2 + 1 - 0 !
packages/mersenne-twister/tsconfig.json | 3 2 + 1 - 0 !
4 files changed, 8 insertions(+), 4 deletions(-)

 don't build test files
 This requires an updated typescript (>= 4.7) to read ava@5 ts declarations
 and is useless here