Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@nectary/cli

Package Overview
Dependencies
Maintainers
4
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nectary/cli - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+2
-2
package.json
{
"name": "@nectary/cli",
"version": "1.0.0",
"version": "1.0.1",
"private": false,

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

"react": "^18.2.0",
"@nectary/components": "5.18.1",
"@nectary/components": "5.18.2",
"@types/node": "^18.17.17",

@@ -33,0 +33,0 @@ "typescript": "^5.2.2"

@@ -15,3 +15,3 @@ # Nectary CLI

```bash
npx nectary@latest list
npx @nectary/cli list
```

@@ -26,3 +26,3 @@

```bash
npx nectary@latest view <name>
npx @nectary/cli view <name>
```

@@ -33,3 +33,3 @@

```bash
npx nectary@latest view table
npx @nectary/cli view table
```

@@ -42,3 +42,3 @@

```bash
npx nectary@latest add <name>
npx @nectary/cli add <name>
```

@@ -49,6 +49,6 @@

```bash
npx nectary@latest add button
npx nectary@latest add select
npx nectary@latest add phone-input
npx nectary@latest add table
npx @nectary/cli add button
npx @nectary/cli add select
npx @nectary/cli add phone-input
npx @nectary/cli add table
```

@@ -116,2 +116,2 @@

3. **Rebuild the registry**: from `packages/nectary-cli`, run `pnpm run build` (or `pnpm run build:registry` after `tsc`). This reads the manifest and writes `dist/registry/<name>.json`.
4. **Publish** the `nectary` package so users can run `npx nectary@latest add <name>`.
4. **Publish** the `nectary` package so users can run `npx @nectary/cli add <name>`.