Sign In

@mearl/cloud-client

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mearl/cloud-client - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+1
-1
dist/cli.js

@@ -368,3 +368,3 @@ #!/usr/bin/env node

import { resolve } from "node:path";
var CLOUD_CLIENT_VERSION = true ? "2.0.0" : "unknown";
var CLOUD_CLIENT_VERSION = true ? "2.0.1" : "unknown";
var args = process.argv.slice(2);

@@ -371,0 +371,0 @@ if (args.includes("--version") || args.includes("-v")) {

{
"name": "@mearl/cloud-client",
"version": "2.0.0",
"version": "2.0.1",
"description": "Cloud client SDK for Mearl — communicate with local browser via cloud server",

@@ -32,4 +32,4 @@ "type": "module",

"ws": "^8.18.0",
"@mearl/cloud-types": "2.0.0",
"@mearl/client": "2.0.0"
"@mearl/client": "2.0.1",
"@mearl/cloud-types": "2.0.1"
},

@@ -36,0 +36,0 @@ "devDependencies": {