[typescript] Update package.json to trigger release

This commit is contained in:
Morgan Dean
2025-07-02 13:10:13 -07:00
parent c119ded3be
commit 247a15c1c8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@trycua/core": "link:../core",
"@trycua/core": "^0.1.0",
"pino": "^9.7.0",
"ws": "^8.18.0"
},
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@trycua/core",
"version": "0.1.0",
"packageManager": "pnpm@10.11.0",
"description": "Typescript SDK for c/ua core",
"description": "Typescript SDK for c/ua core.",
"type": "module",
"license": "MIT",
"homepage": "https://github.com/trycua/cua/tree/feature/computer/typescript/libs/typescript/computer",