novyr 0.1.1 → 0.1.2

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 (3) hide show
  1. package/README.md +4 -0
  2. package/bin/cli.js +1 -1
  3. package/package.json +6 -6
package/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ <p align="center">
2
+ <img src="https://novyr.dev/logo.png" alt="Novyr" width="116" />
3
+ </p>
4
+
1
5
  # novyr
2
6
 
3
7
  **Corte 60–90% dos tokens do seu Claude Code.** O `novyr` instala o engine de
package/bin/cli.js CHANGED
@@ -87,7 +87,7 @@ if (sub === "login") {
87
87
  console.log(
88
88
  "novyr: conta linkada.\n" +
89
89
  ` Dashboard: ${r.dashboardUrl}\n` +
90
- " Modelo gerenciado (Pro): selecione com `novyr provider glm`."
90
+ " Modelo gerenciado (Pro): selecione com `novyr provider managed`."
91
91
  );
92
92
  process.exit(0);
93
93
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "novyr",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Novyr — corte 60-90% dos tokens do seu Claude Code. Traz o nvr (engine de compressão) e mostra a economia em tempo real na statusline.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://novyr.dev",
@@ -20,11 +20,11 @@
20
20
  "NOTICE"
21
21
  ],
22
22
  "optionalDependencies": {
23
- "@novyr/nvr-linux-x64": "0.1.1",
24
- "@novyr/nvr-linux-arm64": "0.1.1",
25
- "@novyr/nvr-darwin-x64": "0.1.1",
26
- "@novyr/nvr-darwin-arm64": "0.1.1",
27
- "@novyr/nvr-win32-x64": "0.1.1"
23
+ "@novyr/nvr-linux-x64": "0.1.2",
24
+ "@novyr/nvr-linux-arm64": "0.1.2",
25
+ "@novyr/nvr-darwin-x64": "0.1.2",
26
+ "@novyr/nvr-darwin-arm64": "0.1.2",
27
+ "@novyr/nvr-win32-x64": "0.1.2"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">=18"