Commit graph

2 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
c385f3fcff **chore: add package-lock.json for cloud-wrapper**
### Changes:
- Introduced `package-lock.json` file for the `cloud-wrapper` package.
- Includes configuration details for dependencies:
  - Runtime dependencies: `@soulcraft/brainy`, `cors`, `dotenv`, `express`, `helmet`, `morgan`, `uuid`, `ws`.
  - Development dependencies: TypeScript, nodemon, and type definitions for key libraries.
- Specifies supported Node.js version (`>=23.11.0`).

### Purpose:
Committed the `package-lock.json` to ensure consistency in dependency resolution during installation. This facilitates improved reliability across development and production environments.
2025-06-19 15:13:30 -07:00