Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor command name and update dependencies #129

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

clearclown
Copy link

  • Changed command name from 'ai' to 'aish' in package.json and related files.
  • Updated .gitignore to include .env and package-lock.json.
  • Updated dependencies in package-lock.json:
    • axios from 1.3.5 to 1.7.7
    • follow-redirects from 1.15.0 to 1.15.6
    • braces from 3.0.2 to 3.0.3
    • fill-range from 7.0.1 to 7.1.1
    • openai from 3.2.1 to 3.3.0
    • rollup from 2.79.1 to 2.79.2
    • semver from 7.3.8 to 7.6.3
    • word-wrap from 1.2.3 to 1.2.5
  • Removed unused dependency 'lru-cache' from package-lock.json.

Clear Clown 清楚系ピエロ added 7 commits October 23, 2024 14:23
- Changed command name from 'ai' to 'aish' in package.json and related files.
- Updated .gitignore to include .env and package-lock.json.
- Updated dependencies in package-lock.json:
  - axios from 1.3.5 to 1.7.7
  - follow-redirects from 1.15.0 to 1.15.6
  - braces from 3.0.2 to 3.0.3
  - fill-range from 7.0.1 to 7.1.1
  - openai from 3.2.1 to 3.3.0
  - rollup from 2.79.1 to 2.79.2
  - semver from 7.3.8 to 7.6.3
  - word-wrap from 1.2.3 to 1.2.5
- Removed unused dependency 'lru-cache' from package-lock.json.
- Changed the command name from 'ai' to 'aish' in package.json and constants.ts.
- Updated the bin entry in package.json to reflect the new command name.
- Updated various dependencies in package-lock.json, including:
  - axios from 1.3.5 to 1.7.7
  - braces from 3.0.2 to 3.0.3
  - follow-redirects from 1.15.2 to 1.15.9
  - openai from 3.2.1 to 3.3.0
  - rollup from 2.79.1 to 2.79.2
  - word-wrap from 1.2.3 to 1.2.5
- Removed unused dependency 'lru-cache' from package-lock.json.
- Changed the command name from 'ai' to 'aish' in constants.ts.
- Updated package-lock.json to reflect the following changes:
  - Added 'aish' as a new command in the bin section.
  - Upgraded axios from version 1.3.5 to 1.7.7.
  - Upgraded follow-redirects from version 1.15.0 to 1.15.6.
  - Upgraded braces from version 3.0.2 to 3.0.3.
  - Upgraded semver from version 5.7.1 to 5.7.2.
  - Upgraded fill-range from version 7.0.1 to 7.1.1.
  - Upgraded openai from version 3.2.1 to 3.3.0.
  - Upgraded rollup from version 2.79.1 to 2.79.2.
  - Upgraded semver from version 7.3.8 to 7.6.3.
  - Upgraded word-wrap from version 1.2.3 to 1.2.5.
- Removed unused dependency 'lru-cache' and 'yallist'.
This commit removes the package-lock.json file from the project. This may be necessary for various reasons, such as resolving conflicts, cleaning up the project, or switching to a different package management strategy.
Updated the build command in CONTRIBUTING.md to use 'npm run build' instead of 'npm build'. Removed the development (watch) mode section as it was unnecessary.

In package.json, added missing types for 'dedent' and 'ini' with placeholder versions, and updated existing types to their latest versions.
- Updated the version of `@types/dedent` from `^0.7.0` to `^0.7.2`.
- Updated the version of `@types/ini` from `^1.3.31` to `^1.3.34`.
- Added `@types/dedent` and `@types/ini` with placeholder versions in dependencies.
This commit adds a detailed section to the README.md file that outlines the steps to create a symbolic link for the `aish` command, making it globally executable. The new section includes prerequisites, step-by-step instructions for building the project, using `npm link`, and creating a manual symbolic link if necessary. Additionally, troubleshooting tips are provided for common issues related to command recognition and PATH configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant