@liveblocks/node
Advanced tools
Comparing version
{ | ||
"name": "@liveblocks/node", | ||
"version": "0.19.1-test1", | ||
"version": "0.19.1-test2", | ||
"description": "A server-side utility that lets you set up a Liveblocks authentication endpoint.", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
@@ -25,3 +24,3 @@ "files": [ | ||
"build": "tsup", | ||
"format": "eslint --fix src/ && prettier --write src/", | ||
"format": "eslint --fix src/; prettier --write src/", | ||
"lint": "eslint src/", | ||
@@ -28,0 +27,0 @@ "test": "jest --silent --verbose --color=always", |
6967
-0.49%