mirror of
https://github.com/trycua/computer.git
synced 2026-01-06 05:20:02 -06:00
[Typescript] Update core readme, remove link: versioning from development, bump version for npm publish.
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
14
libs/typescript/pnpm-lock.yaml
generated
14
libs/typescript/pnpm-lock.yaml
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user