@monadeo.com/grimoire-cli 0.4.2 → 0.4.3

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.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -910,7 +910,7 @@ function parseSourceFlags(values) {
910
910
  function toSelectors(pins) {
911
911
  return pins.map((p) => ({ product: p.source, ...p.version ? { version: p.version } : {} }));
912
912
  }
913
- var VERSION = true ? "0.4.2" : "dev";
913
+ var VERSION = true ? "0.4.3" : "dev";
914
914
  var HELP = `grimoire ${VERSION} \u2014 documentation retrieval for AI agents
915
915
 
916
916
  grimoire login [--no-launch-browser] | logout | whoami
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monadeo.com/grimoire-cli",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
@@ -12,7 +12,7 @@
12
12
  "devDependencies": {
13
13
  "@types/node": "^26.1.0",
14
14
  "esbuild": "^0.28.1",
15
- "@monadeo.com/grimoire-core": "0.4.2"
15
+ "@monadeo.com/grimoire-core": "0.4.3"
16
16
  },
17
17
  "description": "Grimoire CLI — version-correct documentation retrieval for AI coding agents",
18
18
  "homepage": "https://grimoire.monadeo.com",