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