diff --git a/bun.lock b/bun.lock index 581b4c1..3dd3888 100644 --- a/bun.lock +++ b/bun.lock @@ -19,21 +19,21 @@ "@websimai/shared-types": "workspace:*", }, "devDependencies": { - "tsdown": "0.22.13", + "tsdown": "0.22.14", }, }, "packages/shared-types": { "name": "@websimai/shared-types", "version": "0.1.0", "devDependencies": { - "tsdown": "0.22.13", + "tsdown": "0.22.14", }, }, "packages/socket-types": { "name": "@websimai/socket-types", "version": "0.1.0", "devDependencies": { - "tsdown": "0.22.13", + "tsdown": "0.22.14", }, }, "packages/websim": { @@ -43,7 +43,7 @@ "@websimai/shared-types": "workspace:*", }, "devDependencies": { - "tsdown": "0.22.13", + "tsdown": "0.22.14", }, }, }, @@ -286,7 +286,7 @@ "tree-kill": ["tree-kill@1.2.2", "", { "bin": { "tree-kill": "cli.js" } }, "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A=="], - "tsdown": ["tsdown@0.22.13", "", { "dependencies": { "ansis": "^4.3.1", "cac": "^7.0.0", "defu": "^6.1.7", "empathic": "^2.0.1", "hookable": "^6.1.1", "import-without-cache": "^0.4.0", "obug": "^2.1.4", "picomatch": "^4.0.5", "rolldown": "~1.2.0", "rolldown-plugin-dts": "^0.27.12", "tinyexec": "^1.2.4", "tinyglobby": "^0.2.17", "tree-kill": "^1.2.2", "unconfig-core": "^7.5.0", "verkit": "^0.1.2" }, "peerDependencies": { "@arethetypeswrong/core": "^0.18.1", "@tsdown/css": "0.22.13", "@tsdown/exe": "0.22.13", "@vitejs/devtools": "*", "publint": "^0.3.8", "tsx": "*", "typescript": "^5.0.0 || ^6.0.0 || ^7.0.0", "unplugin-unused": "^0.5.0", "unrun": "*" }, "optionalPeers": ["@arethetypeswrong/core", "@tsdown/css", "@tsdown/exe", "@vitejs/devtools", "publint", "tsx", "typescript", "unplugin-unused", "unrun"], "bin": { "tsdown": "./dist/run.mjs" } }, "sha512-XaYFhtiKRUvTpXv/YAehsHdbEb3LN/iMlzjSINbjlaATtXN2zVPKox2STKhcyFPlh++8Zg7suNN27E679IfAUA=="], + "tsdown": ["tsdown@0.22.14", "", { "dependencies": { "ansis": "^4.3.1", "cac": "^7.0.0", "defu": "^6.1.7", "empathic": "^2.0.1", "hookable": "^6.1.1", "import-without-cache": "^0.4.0", "obug": "^2.1.4", "picomatch": "^4.0.5", "rolldown": "~1.2.0", "rolldown-plugin-dts": "^0.27.13", "tinyexec": "^1.2.4", "tinyglobby": "^0.2.17", "tree-kill": "^1.2.2", "unconfig-core": "^7.5.0", "verkit": "^0.3.0" }, "peerDependencies": { "@arethetypeswrong/core": "^0.18.1", "@tsdown/css": "0.22.14", "@tsdown/exe": "0.22.14", "@vitejs/devtools": "*", "publint": "^0.3.8", "tsx": "*", "typescript": "^5.0.0 || ^6.0.0 || ^7.0.0", "unplugin-unused": "^0.5.0", "unrun": "*" }, "optionalPeers": ["@arethetypeswrong/core", "@tsdown/css", "@tsdown/exe", "@vitejs/devtools", "publint", "tsx", "typescript", "unplugin-unused", "unrun"], "bin": { "tsdown": "./dist/run.mjs" } }, "sha512-ule7Y+fsAN2iZbLDoo7C4KYljFJNJJ+fLshyn+9gozeTspVersWHxwdGB+Dm2hzA38s6muFnUTl0jK3vJm9ifQ=="], "tslib": ["tslib@2.8.1", "", {}, "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="], @@ -296,7 +296,7 @@ "undici-types": ["undici-types@7.18.2", "", {}, "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w=="], - "verkit": ["verkit@0.1.2", "", {}, "sha512-WqkT8n3hqizuCu71W3bUzf5fjBmkbXcudsehe/NbxA8PgqoKnSOY5K0Ba2ckg1qaRaSpSz7as/n9K1R9JXjQKg=="], + "verkit": ["verkit@0.3.0", "", {}, "sha512-Njrh4U8UODGajoZ44QS2C/BsoEM9DTI/aCqY5swsizb+/ap0FamvnCMcZAxrR5+aoC0ZqkawEfpC/N2SBc+xeA=="], "websim": ["websim@workspace:packages/websim"], diff --git a/packages/client-api-types/package.json b/packages/client-api-types/package.json index 6c63844..7f54b33 100644 --- a/packages/client-api-types/package.json +++ b/packages/client-api-types/package.json @@ -33,6 +33,6 @@ "@websimai/shared-types": "workspace:*" }, "devDependencies": { - "tsdown": "0.22.13" + "tsdown": "0.22.14" } } diff --git a/packages/shared-types/package.json b/packages/shared-types/package.json index c2cc947..c7df7fe 100644 --- a/packages/shared-types/package.json +++ b/packages/shared-types/package.json @@ -28,6 +28,6 @@ "prepublishOnly": "bun run build" }, "devDependencies": { - "tsdown": "0.22.13" + "tsdown": "0.22.14" } } diff --git a/packages/socket-types/package.json b/packages/socket-types/package.json index 60cd9d3..0198907 100644 --- a/packages/socket-types/package.json +++ b/packages/socket-types/package.json @@ -28,6 +28,6 @@ "prepublishOnly": "bun run build" }, "devDependencies": { - "tsdown": "0.22.13" + "tsdown": "0.22.14" } } diff --git a/packages/websim/package.json b/packages/websim/package.json index 21a2143..e2c34d9 100644 --- a/packages/websim/package.json +++ b/packages/websim/package.json @@ -37,6 +37,6 @@ "@websimai/shared-types": "workspace:*" }, "devDependencies": { - "tsdown": "0.22.13" + "tsdown": "0.22.14" } }