@newtype-ai/nit 0.4.15 → 0.4.16

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/cli.js +2 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -40,7 +40,7 @@ var FETCH_TIMEOUT_MS = 3e3;
40
40
  var REGISTRY_URL = "https://registry.npmjs.org/@newtype-ai/nit/latest";
41
41
  function getCurrentVersion() {
42
42
  try {
43
- return "0.4.15";
43
+ return "0.4.16";
44
44
  } catch {
45
45
  return "0.0.0";
46
46
  }
@@ -98,7 +98,7 @@ async function autoUpdate() {
98
98
  const update = await checkForUpdate().catch(() => null);
99
99
  if (!update) return;
100
100
  const { current, latest } = update;
101
- process.stderr.write(`nit: updating ${current} \u2192 ${latest}...
101
+ process.stderr.write(`nit: updating ${current} \u2192 ${latest} \u2014 https://github.com/newtype-ai/nit/releases/tag/v${latest}
102
102
  `);
103
103
  try {
104
104
  execSync("npm install -g @newtype-ai/nit@latest", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newtype-ai/nit",
3
- "version": "0.4.15",
3
+ "version": "0.4.16",
4
4
  "description": "Version control for agent cards",
5
5
  "type": "module",
6
6
  "bin": {