This repository was archived by the owner on May 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +157
-148
lines changed Expand file tree Collapse file tree 5 files changed +157
-148
lines changed Original file line number Diff line number Diff line change 1010 "lbt" : " dev-lib lbt"
1111 },
1212 "dependencies" : {
13- "@naturalcycles/js-lib" : " ^14 " ,
14- "@naturalcycles/nodejs-lib" : " ^13 "
13+ "@naturalcycles/js-lib" : " ^15 " ,
14+ "@naturalcycles/nodejs-lib" : " ^14 "
1515 },
1616 "devDependencies" : {
1717 "@naturalcycles/bench-lib" : " ^4" ,
18- "@naturalcycles/dev-lib" : " ^17 " ,
18+ "@naturalcycles/dev-lib" : " ^18 " ,
1919 "@types/node" : " ^22" ,
2020 "@vitest/coverage-v8" : " ^3" ,
2121 "tsx" : " ^4" ,
Original file line number Diff line number Diff line change 1- import { MOCK_TS_2018_06_21 , mockTime } from '@naturalcycles/dev-lib/dist/testing/index .js'
1+ import { MOCK_TS_2018_06_21 , mockTime } from '@naturalcycles/dev-lib/dist/testing/time .js'
22import type { BaseDBEntity , UnixTimestamp } from '@naturalcycles/js-lib'
33import {
44 _deepFreeze ,
Original file line number Diff line number Diff line change 1- import { testOffline } from '@naturalcycles/dev-lib/dist/testing/index .js'
1+ import { testOffline } from '@naturalcycles/dev-lib/dist/testing/testOffline .js'
22testOffline ( )
Original file line number Diff line number Diff line change 11import { defineConfig } from 'vitest/config'
2- import { sharedConfig } from '@naturalcycles/dev-lib/cfg/vitest.config.mjs '
2+ import { sharedConfig } from '@naturalcycles/dev-lib/cfg/vitest.config.js '
33
44export default defineConfig ( {
55 test : {
You can’t perform that action at this time.
0 commit comments