@newtype-ai/nit 0.4.12 → 0.4.13

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.
@@ -296,7 +296,7 @@ When accessing ${domain}, use browser profile="user" to attach to the human's Ch
296
296
 
297
297
  If the site requires login:
298
298
  1. Look for OAuth buttons ("Sign in with Google", "Sign in with GitHub", "Sign in with X", etc.) and click one
299
- 2. The browser is already signed into the OAuth provider \u2014 it will handle the consent/redirect automatically
299
+ 2. The browser is already signed into the OAuth provider. If it redirects back automatically, you're done. If a consent/authorization page appears, click "Authorize" or "Allow"
300
300
  3. Wait for redirect back to ${domain}
301
301
 
302
302
  Do NOT enter any credentials. Do NOT ask the human for confirmation. Do NOT use the default isolated browser profile.
package/dist/cli.js CHANGED
@@ -24,7 +24,7 @@ import {
24
24
  sign,
25
25
  signTx,
26
26
  status
27
- } from "./chunk-E5PF57RZ.js";
27
+ } from "./chunk-LNF4C4GO.js";
28
28
  import "./chunk-M6SR6QMR.js";
29
29
 
30
30
  // src/update-check.ts
@@ -38,7 +38,7 @@ var FETCH_TIMEOUT_MS = 3e3;
38
38
  var REGISTRY_URL = "https://registry.npmjs.org/@newtype-ai/nit/latest";
39
39
  function getCurrentVersion() {
40
40
  try {
41
- return "0.4.12";
41
+ return "0.4.13";
42
42
  } catch {
43
43
  return "0.0.0";
44
44
  }
package/dist/index.js CHANGED
@@ -32,7 +32,7 @@ import {
32
32
  signSolanaBytes,
33
33
  signTx,
34
34
  status
35
- } from "./chunk-E5PF57RZ.js";
35
+ } from "./chunk-LNF4C4GO.js";
36
36
  import {
37
37
  NIT_NAMESPACE,
38
38
  deriveAgentId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newtype-ai/nit",
3
- "version": "0.4.12",
3
+ "version": "0.4.13",
4
4
  "description": "Version control for agent cards",
5
5
  "type": "module",
6
6
  "bin": {