@liveblocks/core
Advanced tools
Comparing version 1.1.0 to 1.1.1-dual1
{ | ||
"name": "@liveblocks/core", | ||
"version": "1.1.0", | ||
"version": "1.1.1-dual1", | ||
"description": "Shared code and foundational internals for Liveblocks", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.mjs", | ||
"default": "./dist/index.js" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
@@ -23,4 +36,5 @@ "dist/**", | ||
"build": "tsup", | ||
"format": "eslint --fix src/; prettier --write src/", | ||
"format": "(eslint --fix src/ || true) && prettier --write src/", | ||
"lint": "eslint src/", | ||
"lint:package": "publint --strict && attw --pack", | ||
"test": "jest --silent --verbose --color=always", | ||
@@ -30,5 +44,5 @@ "test:types": "tsd", | ||
"test:e2e": "jest --silent --verbose --color=always --config=./jest.config.e2e.js", | ||
"test:deps": "depcruise src --exclude __tests__ --config", | ||
"showdeps": "depcruise src --include-only '^src' --exclude='__tests__' --config --output-type dot | dot -T svg > /tmp/dependency-graph.svg && open /tmp/dependency-graph.svg", | ||
"showdeps:high-level": "depcruise src --include-only '^src' --exclude='(^src/index.ts|shallow.ts|__tests__)' --collapse='^src/(refs|lib|compat|types|crdts|protocol)' --config --output-type dot | dot -T svg > /tmp/dependency-graph.svg && open /tmp/dependency-graph.svg" | ||
"test:deps": "depcruise src --exclude __tests__", | ||
"showdeps": "depcruise src --include-only '^src' --exclude='__tests__' --output-type dot | dot -T svg > /tmp/dependency-graph.svg && open /tmp/dependency-graph.svg", | ||
"showdeps:high-level": "depcruise src --include-only '^src' --exclude='(^src/index.ts|shallow.ts|__tests__)' --collapse='^src/(refs|lib|compat|types|crdts|protocol)' --output-type dot | dot -T svg > /tmp/dependency-graph.svg && open /tmp/dependency-graph.svg" | ||
}, | ||
@@ -35,0 +49,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1164909
8
2459
2
3