stellar-ui-plus 1.22.21 → 1.22.22

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.
@@ -46,7 +46,7 @@ const getData = (callback?: (resVersion: { name: string; code: string; updateFil
46
46
  data.code = _data.data.code;
47
47
  data.name = _data.data.name;
48
48
 
49
- data.content = (_data.data.desc || '').replaceAll('\n', '<br />');
49
+ data.content = (_data.data.desc || '').replace(/\n+/g, '<br />');
50
50
 
51
51
  data.isForce = _data.data.isForce;
52
52
  data.updateFile = _data.data.entireFile ? _data.data.entireFile : _data.data.updateFile;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stellar-ui-plus",
3
- "version": "1.22.21",
3
+ "version": "1.22.22",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "MIT",