Yarn Audit
click to view
\
`
yarn audit v1.22.10
info No lockfile found.
0 vulnerabilities found - Packages audited: 149
Done in 3.29s.
\
`
[1.0.0-beta-rc.0]
- Add current working directory to the path api module.
- The shell process spawning API was rewritten and now includes stream access.
- The file dialog API now uses rfd. The filter option is now an array of
{ name: string, extensions: string[] }
. - The HTTP API was improved with client caching and better payload and response types.
- Update all code files to have our license header.
- Use secure RNG on callback function names.
- The invoke function can now be called with the cmd as the first parameter and the args as the second.
- Adds a global shortcut API.
- Added window management and window creation APIs.
Yarn Package Publish
\
`
yarn publish v1.22.10
[1/4] Bumping version...
info Current version: 1.0.0-beta-rc.0
[2/4] Logging in...
[3/4] Publishing...
$ yarn build
yarn run v1.22.10
$ rimraf ./dist && rollup -c --silent
babelHelpers: 'bundled' option was used by default. It is recommended to configure this option explicitly, read more here: https://github.com/rollup/plugins/tree/master/packages/babel#babelhelpers
Dynamic import can only be supported when transforming ES modules to AMD, CommonJS or SystemJS. Only the parser plugin will be enabled.
Done in 8.78s.
success Published.
[4/4] Revoking token...
info Not revoking login token, specified via config file.
Done in 12.31s.
\
`