temporary rename for beta releases depending on yjs

This commit is contained in:
Kevin Jahns
2025-12-10 22:46:51 +01:00
parent 081886fed1
commit 988bea29c8

View File

@@ -1,5 +1,5 @@
{
"name": "yjs",
"name": "@y/y",
"version": "14.0.0-16",
"description": "Shared Editing Library",
"main": "./dist/yjs.cjs",
@@ -15,9 +15,9 @@
"clean": "rm -rf dist",
"test": "NODE_ENV=development node ./tests/index.js --repetition-time 50",
"test-extensive": "node ./tests/index.js --production --repetition-time 10000",
"dist": "npm run clean && rollup -c && (tsc || true)",
"dist": "npm run clean && rollup -c && (tsc --skipLibCheck|| true)",
"watch": "rollup -wc",
"lint": "markdownlint README.md && standard && tsc",
"lint": "markdownlint README.md && standard && tsc --skipLibCheck",
"preversion": "PRODUCTION=1 npm run dist && test -e dist/src/index.d.ts && test -e dist/yjs.cjs && test -e dist/yjs.cjs",
"debug": "npm run gentesthtml && 0serve -o test.html",
"trace-deopt": "clear && node --trace-deopt ./tests/index.js",