@euqns/nudge-mcp 1.3.0 → 1.4.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.
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/dist/version.js
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
// reported the same number, which made "why is my runner not starting?"
|
|
6
6
|
// needlessly hard to diagnose. `npm run mcp:bump -- <release>` keeps this,
|
|
7
7
|
// package.json, and package-lock.json synchronized.
|
|
8
|
-
export const NUDGE_MCP_VERSION = "1.
|
|
8
|
+
export const NUDGE_MCP_VERSION = "1.4.0";
|
|
9
9
|
//# sourceMappingURL=version.js.map
|