Skip to content

Commit

Permalink
📦 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Explosion-Scratch committed Aug 11, 2023
1 parent 0e59fb5 commit 358fa85
Show file tree
Hide file tree
Showing 7 changed files with 216 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env node

import { Claude } from '../index.js';
import { Claude } from 'claude-ai';
import inquirer from 'inquirer';
import chalk from 'chalk';
import ora from 'ora';
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@web-std/file": "^3.0.2",
"chalk": "^5.3.0",
"claude-ai": "^1.2.0",
"claude-ai": "^1.2.2",
"dotenv": "^16.3.1",
"inquirer": "^9.2.7",
"isomorphic-fetch": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "claude-ai",
"type": "module",
"version": "1.2.1",
"version": "1.2.2",
"description": "Unofficial library for interacting with Claude AI",
"main": "index.js",
"types": "index.d.ts",
Expand Down
194 changes: 194 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 358fa85

Please sign in to comment.