@nwire/please 0.8.0 → 0.9.0

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/README.md +5 -5
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -47,11 +47,11 @@ please --help
47
47
 
48
48
  ## Surface
49
49
 
50
- | Export | Role |
51
- | ------------------------------------------ | ----------------------------------------------------------- |
52
- | `runPlease({ apps, commands?, argv, … })` | Boot apps, dispatch one target, return exit code (0 / 1). |
53
- | `defineCommand(name, meta)` | Operator-script primitive. `{ describe?, args?, handler }`. |
54
- | `CommandDefinition` / `CommandContext` / `CommandHandler` / `CommandMeta` / `CommandArgsSchema` | Types for command authors and consumers. |
50
+ | Export | Role |
51
+ | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
52
+ | `runPlease({ apps, commands?, argv, … })` | Boot apps, dispatch one target, return exit code (0 / 1). |
53
+ | `defineCommand(name, meta)` | Operator-script primitive. `{ describe?, args?, handler }`. |
54
+ | `CommandDefinition` / `CommandContext` / `CommandHandler` / `CommandMeta` / `CommandArgsSchema` | Types for command authors and consumers. |
55
55
 
56
56
  ### Resolution order
57
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nwire/please",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Nwire — operator CLI. runPlease dispatches actions/queries by name across all registered apps; --tenant for tenant scoping; --help lists everything. Scaffolding (make:module / make:action) lands on top.",
5
5
  "keywords": [
6
6
  "ace",
@@ -28,8 +28,8 @@
28
28
  "access": "public"
29
29
  },
30
30
  "dependencies": {
31
- "@nwire/forge": "0.8.0",
32
- "@nwire/messages": "0.8.0"
31
+ "@nwire/forge": "0.9.0",
32
+ "@nwire/messages": "0.8.17"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "^22.19.9",