0.17.0
This release changes behavior of FileAPL.
If file with local config doesn't exist or can't be read:
before - thrown error
after - returns Promise<undefined>
effectively, new FileAPL().get()
can be safely used, before app is installed
This release changes behavior of FileAPL.
If file with local config doesn't exist or can't be read:
before - thrown error
after - returns Promise<undefined>
effectively, new FileAPL().get()
can be safely used, before app is installed