🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@primitivedotdev/cli

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@primitivedotdev/cli - npm Package Compare versions

Comparing version
1.6.0
to
1.6.1
+2
-2
package.json
{
"name": "@primitivedotdev/cli",
"version": "1.6.0",
"version": "1.6.1",
"description": "Official Primitive CLI: deploy Primitive Functions, send and inspect mail, manage endpoints, all from the terminal. Wraps the @primitivedotdev/sdk runtime client with one-shot commands.",

@@ -114,3 +114,3 @@ "type": "module",

"scripts": {
"build": "tsdown",
"build": "pnpm --filter @primitivedotdev/sdk build && tsdown && node scripts/assert-bundled.mjs",
"test": "vitest run",

@@ -117,0 +117,0 @@ "test:coverage": "vitest run --coverage",

Sorry, the diff of this file is too big to display