@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
|
|
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-
|
|
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.
|
|
41
|
+
return "0.4.13";
|
|
42
42
|
} catch {
|
|
43
43
|
return "0.0.0";
|
|
44
44
|
}
|
package/dist/index.js
CHANGED