fix(cli): package type for esm imports, missing realtime (#574)

* fix: package type for esm imports, missing realtime calls and use of migrate

* chore: bump cli
This commit is contained in:
Aditya Tripathi
2025-06-28 21:06:01 +05:30
committed by GitHub
parent 5fec81320c
commit e93a5ce646
2 changed files with 5 additions and 3 deletions

View File

@@ -1,8 +1,9 @@
{
"name": "simstudio",
"version": "0.1.18",
"version": "0.1.19",
"description": "Sim Studio CLI - Run Sim Studio with a single command",
"main": "dist/index.js",
"type": "module",
"bin": {
"simstudio": "dist/index.js"
},