[Typescript] Update core readme, remove link: versioning from development, bump version for npm publish.

This commit is contained in:
Morgan Dean
2025-07-02 13:31:36 -07:00
parent 5c54a9c5f2
commit 50913687eb
4 changed files with 17 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@trycua/computer",
"version": "0.1.2",
"version": "0.1.3",
"packageManager": "pnpm@10.11.0",
"description": "Typescript SDK for c/ua computer interaction",
"type": "module",
@@ -38,7 +38,7 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@trycua/core": "link:../core",
"@trycua/core": "^0.1.3",
"pino": "^9.7.0",
"ws": "^8.18.0"
},

View File

@@ -1,6 +1,6 @@
# tsdown-starter
# C/ua Core TypeScript Library
A starter for creating a tsdown package.
The core c/ua library with support for telemetry and other utilities.
## Development

View File

@@ -1,6 +1,6 @@
{
"name": "@trycua/core",
"version": "0.1.2",
"version": "0.1.3",
"packageManager": "pnpm@10.11.0",
"description": "Typescript SDK for c/ua core.",
"type": "module",

View File

@@ -15,8 +15,8 @@ importers:
computer:
dependencies:
'@trycua/core':
specifier: link:../core
version: link:../core
specifier: ^0.1.2
version: 0.1.2
pino:
specifier: ^9.7.0
version: 9.7.0
@@ -516,6 +516,9 @@ packages:
cpu: [x64]
os: [win32]
'@trycua/core@0.1.2':
resolution: {integrity: sha512-pSQZaR46OG3MtUCBaneG6RpJD1xfX754VDZ101FM5tkUUiymIrxpQicQEUfhwEBxbI/EmBnmCnVY1AFKvykKzQ==}
'@tybys/wasm-util@0.9.0':
resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==}
@@ -1339,6 +1342,13 @@ snapshots:
'@rollup/rollup-win32-x64-msvc@4.44.1':
optional: true
'@trycua/core@0.1.2':
dependencies:
'@types/uuid': 10.0.0
pino: 9.7.0
posthog-node: 5.1.1
uuid: 11.1.0
'@tybys/wasm-util@0.9.0':
dependencies:
tslib: 2.8.1