mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-22 13:28:04 -05:00
- Resolve merge conflicts in input-format.tsx, workflow-block.tsx, providers/utils.ts - Fix tests to use blockData/blockNameMapping for tag variable resolution - Add getBlockOutputs mock to block.test.ts for schema validation tests - Fix normalizeName import path in utils.test.ts - Add sql.raw and sql.join to drizzle-orm mock for sql.test.ts - Add new subBlock types (table-selector, filter-builder, sort-builder) to blocks.test.ts
Packages
Internal
| Package | Description |
|---|---|
| @sim/tsconfig | Shared TypeScript configs (base, nextjs, library, library-build) |
| @sim/db | Database schema and Drizzle ORM utilities |
| @sim/logger | Structured logging with colored output |
| @sim/testing | Test factories, builders, and assertions |
Published
| Package | npm | Description |
|---|---|---|
| cli | simstudio |
Run Sim locally via Docker |
| ts-sdk | simstudio-ts-sdk |
TypeScript SDK for workflow execution |
| python-sdk | simstudio-sdk |
Python SDK for workflow execution |