@await-widget/runtime 0.0.23 → 0.0.24

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.
@@ -313,7 +313,7 @@ function printHelp() {
313
313
  await-widget dev <widget-directory> [--port ${defaultPort}]
314
314
 
315
315
  Example:
316
- await-widget dev MyWidget
316
+ await-widget dev YourWidget
317
317
 
318
318
  Pass a widget subdirectory, not the current package directory.
319
319
  `);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@await-widget/runtime",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "TypeScript declarations for Await widgets.",
5
5
  "license": "MIT",
6
6
  "author": "LitoMore",