@lexical/devtools-core
Advanced tools
Comparing version 0.23.2-nightly.20250117.0 to 0.23.2-nightly.20250120.0
@@ -10,3 +10,3 @@ /** | ||
'use strict' | ||
const LexicalDevtoolsCore = process.env.NODE_ENV === 'development' ? require('./LexicalDevtoolsCore.dev.js') : require('./LexicalDevtoolsCore.prod.js'); | ||
const LexicalDevtoolsCore = process.env.NODE_ENV !== 'production' ? require('./LexicalDevtoolsCore.dev.js') : require('./LexicalDevtoolsCore.prod.js'); | ||
module.exports = LexicalDevtoolsCore; |
@@ -11,12 +11,12 @@ { | ||
"license": "MIT", | ||
"version": "0.23.2-nightly.20250117.0", | ||
"version": "0.23.2-nightly.20250120.0", | ||
"main": "LexicalDevtoolsCore.js", | ||
"types": "index.d.ts", | ||
"dependencies": { | ||
"@lexical/html": "0.23.2-nightly.20250117.0", | ||
"@lexical/link": "0.23.2-nightly.20250117.0", | ||
"@lexical/mark": "0.23.2-nightly.20250117.0", | ||
"@lexical/table": "0.23.2-nightly.20250117.0", | ||
"@lexical/utils": "0.23.2-nightly.20250117.0", | ||
"lexical": "0.23.2-nightly.20250117.0" | ||
"@lexical/html": "0.23.2-nightly.20250120.0", | ||
"@lexical/link": "0.23.2-nightly.20250120.0", | ||
"@lexical/mark": "0.23.2-nightly.20250120.0", | ||
"@lexical/table": "0.23.2-nightly.20250120.0", | ||
"@lexical/utils": "0.23.2-nightly.20250120.0", | ||
"lexical": "0.23.2-nightly.20250120.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
66569
+ Added@lexical/clipboard@0.23.2-nightly.20250120.0(transitive)
+ Added@lexical/html@0.23.2-nightly.20250120.0(transitive)
+ Added@lexical/link@0.23.2-nightly.20250120.0(transitive)
+ Added@lexical/list@0.23.2-nightly.20250120.0(transitive)
+ Added@lexical/mark@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/html@0.23.2-nightly.20250117.0(transitive)
- Removed@lexical/link@0.23.2-nightly.20250117.0(transitive)
- Removed@lexical/list@0.23.2-nightly.20250117.0(transitive)
- Removed@lexical/mark@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)