@newtype-ai/nit 0.4.5 → 0.4.6

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 +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -27,7 +27,7 @@ var FETCH_TIMEOUT_MS = 3e3;
27
27
  var REGISTRY_URL = "https://registry.npmjs.org/@newtype-ai/nit/latest";
28
28
  function getCurrentVersion() {
29
29
  try {
30
- return "0.4.5";
30
+ return "0.4.6";
31
31
  } catch {
32
32
  return "0.0.0";
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newtype-ai/nit",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "Version control for agent cards",
5
5
  "type": "module",
6
6
  "bin": {