File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { rimraf } from 'rimraf' ;
2- import path from 'path' ;
3- import os from 'os' ;
4- import fs from 'fs/promises' ;
2+ import path from 'node: path' ;
3+ import os from 'node: os' ;
4+ import fs from 'node: fs/promises' ;
55import { uuidV4 } from '../helpers' ;
66import type { Simctl } from '../simctl' ;
77
Original file line number Diff line number Diff line change 1- import os from 'os' ;
2- import fs from 'fs/promises' ;
1+ import os from 'node: os' ;
2+ import fs from 'node: fs/promises' ;
33import { uuidV4 } from '../helpers' ;
4- import path from 'path' ;
4+ import path from 'node: path' ;
55import _ from 'lodash' ;
66import { rimraf } from 'rimraf' ;
77import type { Simctl } from '../simctl' ;
Original file line number Diff line number Diff line change 11import { rimraf } from 'rimraf' ;
22import { uuidV4 } from '../helpers' ;
3- import path from 'path' ;
4- import os from 'os' ;
5- import fs from 'fs/promises' ;
3+ import path from 'node: path' ;
4+ import os from 'node: os' ;
5+ import fs from 'node: fs/promises' ;
66import type { Simctl } from '../simctl' ;
77
88/**
Original file line number Diff line number Diff line change 6060 "singleQuote" : true
6161 },
6262 "devDependencies" : {
63- "@appium/eslint-config-appium-ts" : " ^2 .0.0-rc.1 " ,
63+ "@appium/eslint-config-appium-ts" : " ^3 .0.0" ,
6464 "@appium/tsconfig" : " ^1.0.0-rc.1" ,
6565 "@appium/types" : " ^1.0.0-rc.1" ,
6666 "@semantic-release/changelog" : " ^6.0.1" ,
You can’t perform that action at this time.
0 commit comments