@lexical/html
Advanced tools
Comparing version 0.23.2-nightly.20250117.0 to 0.23.2-nightly.20250120.0
@@ -10,3 +10,3 @@ /** | ||
'use strict' | ||
const LexicalHtml = process.env.NODE_ENV === 'development' ? require('./LexicalHtml.dev.js') : require('./LexicalHtml.prod.js'); | ||
const LexicalHtml = process.env.NODE_ENV !== 'production' ? require('./LexicalHtml.dev.js') : require('./LexicalHtml.prod.js'); | ||
module.exports = LexicalHtml; |
@@ -11,3 +11,3 @@ { | ||
"license": "MIT", | ||
"version": "0.23.2-nightly.20250117.0", | ||
"version": "0.23.2-nightly.20250120.0", | ||
"main": "LexicalHtml.js", | ||
@@ -21,5 +21,5 @@ "types": "index.d.ts", | ||
"dependencies": { | ||
"@lexical/selection": "0.23.2-nightly.20250117.0", | ||
"@lexical/utils": "0.23.2-nightly.20250117.0", | ||
"lexical": "0.23.2-nightly.20250117.0" | ||
"@lexical/selection": "0.23.2-nightly.20250120.0", | ||
"@lexical/utils": "0.23.2-nightly.20250120.0", | ||
"lexical": "0.23.2-nightly.20250120.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "module": "LexicalHtml.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
32964
+ Added@lexical/clipboard@0.23.2-nightly.20250120.0(transitive)
+ Added@lexical/list@0.23.2-nightly.20250120.0(transitive)
+ Added@lexical/selection@0.23.2-nightly.20250120.0(transitive)
+ Added@lexical/table@0.23.2-nightly.20250120.0(transitive)
+ Added@lexical/utils@0.23.2-nightly.20250120.0(transitive)
+ Addedlexical@0.23.2-nightly.20250120.0(transitive)
- Removed@lexical/clipboard@0.23.2-nightly.20250117.0(transitive)
- Removed@lexical/list@0.23.2-nightly.20250117.0(transitive)
- Removed@lexical/selection@0.23.2-nightly.20250117.0(transitive)
- Removed@lexical/table@0.23.2-nightly.20250117.0(transitive)
- Removed@lexical/utils@0.23.2-nightly.20250117.0(transitive)
- Removedlexical@0.23.2-nightly.20250117.0(transitive)