@liveblocks/client
Advanced tools
Comparing version 2.0.0-alpha1 to 2.0.0-alpha2
@@ -6,3 +6,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/index.ts | ||
var PKG_NAME = "@liveblocks/client"; | ||
var PKG_VERSION = "2.0.0-alpha1"; | ||
var PKG_VERSION = "2.0.0-alpha2"; | ||
var PKG_FORMAT = "cjs"; | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@liveblocks/client", | ||
"version": "2.0.0-alpha1", | ||
"version": "2.0.0-alpha2", | ||
"description": "A client that lets you interact with Liveblocks servers. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", | ||
@@ -33,7 +33,7 @@ "license": "Apache-2.0", | ||
"test": "jest --silent --verbose --color=always --passWithNoTests", | ||
"test:types": "tsd", | ||
"test:types": "ls test-d/* | xargs -n1 tsd --files", | ||
"test:watch": "jest --silent --verbose --color=always --passWithNoTests --watch" | ||
}, | ||
"dependencies": { | ||
"@liveblocks/core": "2.0.0-alpha1" | ||
"@liveblocks/core": "2.0.0-alpha2" | ||
}, | ||
@@ -40,0 +40,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13188
+ Added@liveblocks/core@2.0.0-alpha2(transitive)
- Removed@liveblocks/core@2.0.0-alpha1(transitive)