@payloadcms/richtext-lexical 3.67.0-internal.87c53da → 3.68.0-internal-debug.56c9b68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/richtext-lexical",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.68.0-internal-debug.56c9b68",
|
|
4
4
|
"description": "The officially supported Lexical richtext adapter for Payload",
|
|
5
5
|
"homepage": "https://payloadcms.com",
|
|
6
6
|
"repository": {
|
|
@@ -379,8 +379,8 @@
|
|
|
379
379
|
"react-error-boundary": "4.1.2",
|
|
380
380
|
"ts-essentials": "10.0.3",
|
|
381
381
|
"uuid": "10.0.0",
|
|
382
|
-
"@payloadcms/translations": "3.
|
|
383
|
-
"@payloadcms/ui": "3.
|
|
382
|
+
"@payloadcms/translations": "3.68.0-internal-debug.56c9b68",
|
|
383
|
+
"@payloadcms/ui": "3.68.0-internal-debug.56c9b68"
|
|
384
384
|
},
|
|
385
385
|
"devDependencies": {
|
|
386
386
|
"@babel/cli": "7.27.2",
|
|
@@ -399,16 +399,16 @@
|
|
|
399
399
|
"esbuild": "0.25.5",
|
|
400
400
|
"esbuild-sass-plugin": "3.3.1",
|
|
401
401
|
"swc-plugin-transform-remove-imports": "4.0.4",
|
|
402
|
-
"
|
|
403
|
-
"
|
|
402
|
+
"payload": "3.68.0-internal-debug.56c9b68",
|
|
403
|
+
"@payloadcms/eslint-config": "3.28.0"
|
|
404
404
|
},
|
|
405
405
|
"peerDependencies": {
|
|
406
406
|
"@faceless-ui/modal": "3.0.0",
|
|
407
407
|
"@faceless-ui/scroll-info": "2.0.0",
|
|
408
408
|
"react": "^19.0.1 || ^19.1.2 || ^19.2.1",
|
|
409
409
|
"react-dom": "^19.0.1 || ^19.1.2 || ^19.2.1",
|
|
410
|
-
"@payloadcms/next": "3.
|
|
411
|
-
"payload": "3.
|
|
410
|
+
"@payloadcms/next": "3.68.0-internal-debug.56c9b68",
|
|
411
|
+
"payload": "3.68.0-internal-debug.56c9b68"
|
|
412
412
|
},
|
|
413
413
|
"engines": {
|
|
414
414
|
"node": "^18.20.2 || >=20.9.0"
|
|
@@ -421,10 +421,12 @@
|
|
|
421
421
|
"build:babel": "rm -rf dist_optimized && babel dist --out-dir dist_optimized --source-maps --extensions .ts,.js,.tsx,.jsx,.cjs,.mjs && rm -rf dist && mv dist_optimized dist",
|
|
422
422
|
"build:bundle-for-analysis": "rm -rf dist esbuild && rm -rf tsconfig.tsbuildinfo && pnpm build:swc && pnpm build:babel && pnpm copyfiles && pnpm build:esbuild esbuild --no-split",
|
|
423
423
|
"build:clean": "find . \\( -type d \\( -name build -o -name dist -o -name .cache \\) -o -type f -name tsconfig.tsbuildinfo \\) -exec rm -rf {} + && pnpm build",
|
|
424
|
+
"build:debug": "rm -rf dist && rm -rf tsconfig.tsbuildinfo && pnpm build:swc:debug && pnpm copyfiles && pnpm build:types",
|
|
424
425
|
"build:esbuild": "node bundle.js",
|
|
425
426
|
"build:esbuild:postprocess": "rm -rf dist/exports/client && mv dist/exports/client_optimized dist/exports/client",
|
|
426
427
|
"build:reactcompiler": "rm -rf dist && rm -rf tsconfig.tsbuildinfo && pnpm build:swc && pnpm build:babel && pnpm copyfiles && pnpm build:esbuild && pnpm build:esbuild:postprocess && pnpm build:types",
|
|
427
428
|
"build:swc": "swc ./src -d ./dist --config-file .swcrc --strip-leading-paths",
|
|
429
|
+
"build:swc:debug": "swc ./src -d ./dist --config-file .swcrc-debug --strip-leading-paths",
|
|
428
430
|
"build:types": "tsc --emitDeclarationOnly --outDir dist",
|
|
429
431
|
"build:without_reactcompiler": "rm -rf dist && rm -rf tsconfig.tsbuildinfo && pnpm copyfiles && pnpm build:types && pnpm build:swc && pnpm build:esbuild && pnpm build:esbuild:postproces && rm -rf dist/exports/client && mv dist/exports/client_unoptimized dist/exports/client",
|
|
430
432
|
"clean": "rimraf -g {dist,*.tsbuildinfo,esbuild}",
|