@lexical/text
Advanced tools
Comparing version 0.23.2-nightly.20250117.0 to 0.23.2-nightly.20250120.0
@@ -10,3 +10,3 @@ /** | ||
'use strict' | ||
const LexicalText = process.env.NODE_ENV === 'development' ? require('./LexicalText.dev.js') : require('./LexicalText.prod.js'); | ||
const LexicalText = process.env.NODE_ENV !== 'production' ? require('./LexicalText.dev.js') : require('./LexicalText.prod.js'); | ||
module.exports = LexicalText; |
@@ -12,3 +12,3 @@ { | ||
"license": "MIT", | ||
"version": "0.23.2-nightly.20250117.0", | ||
"version": "0.23.2-nightly.20250120.0", | ||
"main": "LexicalText.js", | ||
@@ -41,4 +41,4 @@ "types": "index.d.ts", | ||
"dependencies": { | ||
"lexical": "0.23.2-nightly.20250117.0" | ||
"lexical": "0.23.2-nightly.20250120.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
39895
+ Addedlexical@0.23.2-nightly.20250120.0(transitive)
- Removedlexical@0.23.2-nightly.20250117.0(transitive)