Skip to content

xdeployer v1.0.4

Compare
Choose a tag to compare
@pcaversaccio pcaversaccio released this 04 Nov 11:13
· 751 commits to main since this release
a933136
  • Fixed typo;
  • Comment on optional chaining operator and Node.js version;
  • Supported Node.js version reflected in package.json;
  • Changed writeFile to writeFileSync in order to complete synchronously (and therefore blocks the main thread);
  • Added starting message as console output;