🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@nimblebrain/sdk

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nimblebrain/sdk - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+4
-4
package.json
{
"name": "@nimblebrain/sdk",
"version": "0.1.0",
"version": "0.1.1",
"description": "Official TypeScript SDK for NimbleBrain Studio API - AI agents, playbooks, and streaming conversations",

@@ -30,4 +30,4 @@ "type": "module",

"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run clean && npm run generate && npm run build",
"dev": "npm run generate && npm run build"
"prepublishOnly": "npm run clean && npm run build",
"dev": "npm run build"
},

@@ -66,2 +66,2 @@ "keywords": [

}
}
}