@lexical/plain-text 0.5.0 → 0.5.1-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,6 +19,14 @@ var lexical = require('lexical');
19
19
  *
20
20
  */
21
21
  const CAN_USE_DOM = typeof window !== 'undefined' && typeof window.document !== 'undefined' && typeof window.document.createElement !== 'undefined';
22
+
23
+ /**
24
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
25
+ *
26
+ * This source code is licensed under the MIT license found in the
27
+ * LICENSE file in the root directory of this source tree.
28
+ *
29
+ */
22
30
  const documentMode = CAN_USE_DOM && 'documentMode' in document ? document.documentMode : null;
23
31
  CAN_USE_DOM && /Mac|iPod|iPhone|iPad/.test(navigator.platform);
24
32
  CAN_USE_DOM && /^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent);
package/package.json CHANGED
@@ -7,13 +7,13 @@
7
7
  "plain-text"
8
8
  ],
9
9
  "license": "MIT",
10
- "version": "0.5.0",
10
+ "version": "0.5.1-next.0",
11
11
  "main": "LexicalPlainText.js",
12
12
  "peerDependencies": {
13
- "lexical": "0.5.0",
14
- "@lexical/utils": "0.5.0",
15
- "@lexical/selection": "0.5.0",
16
- "@lexical/clipboard": "0.5.0"
13
+ "lexical": "0.5.1-next.0",
14
+ "@lexical/utils": "0.5.1-next.0",
15
+ "@lexical/selection": "0.5.1-next.0",
16
+ "@lexical/clipboard": "0.5.1-next.0"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",