Commit graph

3 commits

Author SHA1 Message Date
f27d2739ac **chore(deps): update @soulcraft/brainy to v0.9.2 and adjust dependencies**
### Changes:
- **package.json** & **package-lock.json**:
  - Upgraded `@soulcraft/brainy` dependency from `^0.7.5` to `^0.9.2`.
  - Updated dependencies within `@soulcraft/brainy`, including:
    - Added `@tensorflow/tfjs-converter` and `buffer` as new dependencies.
    - Adjusted peer dependencies for `@tensorflow/tfjs-core`.
    - Included `base64-js` and `ieee754` packages.

- **package.json**:
  - Refined `demo` script by replacing `demo.html` with `index.html` under `/demo/`.

### Purpose:
Upgraded `@soulcraft/brainy` to the latest version, ensuring compatibility with the new features and performance enhancements. Adjusted related dependencies to align with the updated version. Improved demo path structure for better organization.
2025-06-23 10:58:09 -07:00
b9f8466d5d **chore: update ESLint rules and reorganize dependencies in package.json**
### Changes:
- Disabled the `@typescript-eslint/no-explicit-any` rule in `cloud-wrapper/package.json`.
- Reformatted ESLint rule configurations for `semi` and `@typescript-eslint/semi`.
- Reorganized dependencies in `package.json` for better readability:
  - Moved `buffer`, `commander`, `omelette`, and `uuid` to the end of the list to match alphabetical order.

### Purpose:
Improved code clarity and maintainability by updating ESLint configurations and reordering dependencies in `package.json`. These adjustments ensure consistent formatting and easier navigation of dependencies.
2025-06-20 10:56:50 -07:00
6feab06f34 feat: add cloud deployment support and contribution guidelines
Introduced a cloud deployment wrapper for Brainy supporting AWS Lambda, Google Cloud Run, and Cloudflare Workers. Added configuration options, deployment scripts, and API reference. Updated `README.md` with contribution guidelines and cloud deployment documentation.
2025-06-06 09:08:33 -07:00