@nx.js/runtime 0.0.64 → 0.0.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4142,11 +4142,11 @@ declare namespace Switch {
4142
4142
  */
4143
4143
  constructor(nro: ArrayBuffer);
4144
4144
  /**
4145
- * Launches the application.
4145
+ * Launches the installed title or homebrew application.
4146
4146
  *
4147
- * @note This only works for installed applications (__not__ homebrew apps).
4147
+ * @param args The arguments to pass to the application (only for homebrew applications).
4148
4148
  */
4149
- launch(): never;
4149
+ launch(...args: string[]): never;
4150
4150
  createSaveDataSync(info: SaveDataCreationInfoWithNacp): SaveData;
4151
4151
  /**
4152
4152
  * Creates the Save Data for this {@link Application} for the provided user profile.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx.js/runtime",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
4
4
  "description": "nx.js runtime",
5
5
  "repository": {
6
6
  "type": "git",