5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 19:21:21 +08:00
wails/v2/internal/runtime/js/runtime
dependabot[bot] 3300a08c87
Bump y18n from 3.2.1 to 3.2.2 in /v2/internal/runtime/js/runtime (#1101)
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

---
updated-dependencies:
- dependency-name: y18n
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-26 20:09:11 +11:00
..
src Bump path-parse in /v2/internal/runtime/js/runtime/src (#1102) 2022-01-26 20:08:37 +11:00
.npmignore Move bridge to Svelte build. Initial support for trays in dev mode 2021-02-10 22:53:14 +11:00
bridge.js [windows-x] Generate runtime wrapper in project, initial model binding, better error handling in calls, assetdir fix, 2021-08-27 21:11:03 +10:00
events.js [windows-x] Generate runtime wrapper in project, initial model binding, better error handling in calls, assetdir fix, 2021-08-27 21:11:03 +10:00
init.js [windows-x] Generate runtime wrapper in project, initial model binding, better error handling in calls, assetdir fix, 2021-08-27 21:11:03 +10:00
log.js [windows-x] Generate runtime wrapper in project, initial model binding, better error handling in calls, assetdir fix, 2021-08-27 21:11:03 +10:00
main.js [windows-x] Generate runtime wrapper in project, initial model binding, better error handling in calls, assetdir fix, 2021-08-27 21:11:03 +10:00
package-lock.json Bump y18n from 3.2.1 to 3.2.2 in /v2/internal/runtime/js/runtime (#1101) 2022-01-26 20:09:11 +11:00
package.json [v2] Update bridge assets. @wails/runtime v1.3.20 2021-06-06 12:21:26 +10:00
README.md Add system calls to js runtime 2020-10-03 20:45:37 +10:00
runtime.d.ts [windows] Generate bindings + models 2021-08-31 19:51:43 +10:00

Wails Runtime

This module is the Javascript runtime library for the Wails framework. It is intended to be installed as part of a Wails V2 project, not a standalone module.