Files
klz-cables.com/.pnpm-store/v10/files/2d/3da315e9e6e70c51ee2270ee6aa43cbfe7f12b840cc3715f59291b9eb1415606ad8aeb8ff301d7058ed23a63915b0cfae71af86fa31091615ee968c9ae3615
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

43 lines
1.0 KiB
Plaintext

{
"name": "@lexical/history",
"description": "This package contains selection history helpers for Lexical.",
"keywords": [
"lexical",
"editor",
"rich-text",
"history"
],
"license": "MIT",
"version": "0.35.0",
"main": "LexicalHistory.js",
"types": "index.d.ts",
"dependencies": {
"@lexical/utils": "0.35.0",
"lexical": "0.35.0"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/lexical",
"directory": "packages/lexical-history"
},
"module": "LexicalHistory.mjs",
"sideEffects": false,
"exports": {
".": {
"import": {
"types": "./index.d.ts",
"development": "./LexicalHistory.dev.mjs",
"production": "./LexicalHistory.prod.mjs",
"node": "./LexicalHistory.node.mjs",
"default": "./LexicalHistory.mjs"
},
"require": {
"types": "./index.d.ts",
"development": "./LexicalHistory.dev.js",
"production": "./LexicalHistory.prod.js",
"default": "./LexicalHistory.js"
}
}
}
}