@ecency/render-helper 2.5.26 → 2.5.27

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.
package/README.md CHANGED
@@ -15,7 +15,7 @@ Built and maintained by [Ecency](https://ecency.com), an open-source social plat
15
15
 
16
16
  ### From Monorepo Root
17
17
  - `pnpm render-helper` - Build render-helper package
18
- - `pnpm build:packages` - Build all packages (sdk, wallets, renderer, render-helper)
18
+ - `pnpm build:packages` - Build all packages (sdk, wallets, render-helper, ui)
19
19
  - `pnpm publish:render-helper` - Manually publish to npm
20
20
 
21
21
  ### CI/CD
@@ -0,0 +1,85 @@
1
+ # Third-party notices
2
+
3
+ `@ecency/render-helper` bundles the following packages into its published build output.
4
+ Their licences and copyright notices are reproduced here in full, as those licences require.
5
+
6
+ This file is generated during the build from the bundler's own metafile, so it lists what was
7
+ actually inlined. Do not edit it by hand.
8
+
9
+ ## autolinker 3.16.2
10
+
11
+ License: MIT
12
+
13
+ ```
14
+ The MIT License (MIT)
15
+
16
+ Copyright (c) 2014 Gregory Jacobs (http://greg-jacobs.com)
17
+
18
+ Permission is hereby granted, free of charge, to any person obtaining
19
+ a copy of this software and associated documentation files (the
20
+ "Software"), to deal in the Software without restriction, including
21
+ without limitation the rights to use, copy, modify, merge, publish,
22
+ distribute, sublicense, and/or sell copies of the Software, and to
23
+ permit persons to whom the Software is furnished to do so, subject to
24
+ the following conditions:
25
+
26
+ The above copyright notice and this permission notice shall be
27
+ included in all copies or substantial portions of the Software.
28
+
29
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
30
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
31
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
32
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
33
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
34
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
35
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36
+ ```
37
+
38
+ ## remarkable 2.0.1
39
+
40
+ License: MIT
41
+
42
+ ```
43
+ The MIT License (MIT)
44
+
45
+ Copyright (c) 2014-2016, Jon Schlinkert
46
+ Copyright (c) 2014 Jon Schlinkert, Vitaly Puzrin.
47
+
48
+ Permission is hereby granted, free of charge, to any person obtaining a copy
49
+ of this software and associated documentation files (the "Software"), to deal
50
+ in the Software without restriction, including without limitation the rights
51
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
52
+ copies of the Software, and to permit persons to whom the Software is
53
+ furnished to do so, subject to the following conditions:
54
+
55
+ The above copyright notice and this permission notice shall be included in
56
+ all copies or substantial portions of the Software.
57
+
58
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
59
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
60
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
61
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
62
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
63
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
64
+ THE SOFTWARE.
65
+ ```
66
+
67
+ ## tslib 2.8.1
68
+
69
+ License: 0BSD
70
+
71
+ ```
72
+ Copyright (c) Microsoft Corporation.
73
+
74
+ Permission to use, copy, modify, and/or distribute this software for any
75
+ purpose with or without fee is hereby granted.
76
+
77
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
78
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
79
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
80
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
81
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
82
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
83
+ PERFORMANCE OF THIS SOFTWARE.
84
+ ```
85
+