@syntropysoft/syntropyfront 0.4.2 → 0.4.3

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.
Files changed (4) hide show
  1. package/LICENSE +25 -27
  2. package/NOTICE +2 -0
  3. package/README.md +1 -1
  4. package/package.json +4 -3
package/LICENSE CHANGED
@@ -1,3 +1,4 @@
1
+
1
2
  Apache License
2
3
  Version 2.0, January 2004
3
4
  http://www.apache.org/licenses/
@@ -9,7 +10,8 @@
9
10
  "License" shall mean the terms and conditions for use, reproduction,
10
11
  and distribution as defined by Sections 1 through 9 of this document.
11
12
 
12
- "Licensor" shall mean the copyright owner or entity granting the License.
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
13
15
 
14
16
  "Legal Entity" shall mean the union of the acting entity and all
15
17
  other entities that control, are controlled by, or are under common
@@ -37,7 +39,7 @@
37
39
  (an example is provided in the Appendix below).
38
40
 
39
41
  "Derivative Works" shall mean any work, whether in Source or Object
40
- form, that is based upon (or derived from) the Work and for which the
42
+ form, that is based on (or derived from) the Work and for which the
41
43
  editorial revisions, annotations, elaborations, or other modifications
42
44
  represent, as a whole, an original work of authorship. For the purposes
43
45
  of this License, Derivative Works shall not include works that remain
@@ -65,13 +67,9 @@
65
67
  2. Grant of Copyright License. Subject to the terms and conditions of
66
68
  this License, each Contributor hereby grants to You a perpetual,
67
69
  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
68
- copyright license to use, reproduce, modify, merge, publish,
69
- distribute, sublicense, and/or sell copies of the Work, and to
70
- permit persons to whom the Work is furnished to do so, subject to
71
- the following conditions:
72
-
73
- The above copyright notice and this permission notice shall be
74
- included in all copies or substantial portions of the Work.
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
75
73
 
76
74
  3. Grant of Patent License. Subject to the terms and conditions of
77
75
  this License, each Contributor hereby grants to You a perpetual,
@@ -101,17 +99,17 @@
101
99
  stating that You changed the files; and
102
100
 
103
101
  (c) You must retain, in the Source form of any Derivative Works
104
- that You distribute, all copyright, trademark, patent,
105
- and attribution notices from the Source form of the Work,
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
106
104
  excluding those notices that do not pertain to any part of
107
105
  the Derivative Works; and
108
106
 
109
- (d) If the Work includes a "NOTICE" file as part of its
107
+ (d) If the Work includes a "NOTICE" text file as part of its
110
108
  distribution, then any Derivative Works that You distribute must
111
109
  include a readable copy of the attribution notices contained
112
110
  within such NOTICE file, excluding those notices that do not
113
111
  pertain to any part of the Derivative Works, in at least one
114
- of the following places: within a NOTICE file distributed
112
+ of the following places: within a NOTICE text file distributed
115
113
  as part of the Derivative Works; within the Source form or
116
114
  documentation, if provided along with the Derivative Works; or,
117
115
  within a display generated by the Derivative Works, if and
@@ -123,7 +121,7 @@
123
121
  that such additional attribution notices cannot be construed
124
122
  as modifying the License.
125
123
 
126
- You may add Your own copyright notice to Your modifications and
124
+ You may add Your own copyright statement to Your modifications and
127
125
  may provide additional or different license terms and conditions
128
126
  for use, reproduction, or distribution of Your modifications, or
129
127
  for any such Derivative Works as a whole, provided Your use,
@@ -165,16 +163,16 @@
165
163
  other commercial damages or losses), even if such Contributor
166
164
  has been advised of the possibility of such damages.
167
165
 
168
- 9. Accepting Warranty or Additional Liability. When redistributing
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
169
167
  the Work or Derivative Works thereof, You may choose to offer,
170
- and to charge a fee for, warranty, support, indemnity or other
171
- liability obligations and/or rights consistent with this License.
172
- However, in accepting such obligations, You may act only on Your
173
- own behalf and on Your sole responsibility, not on behalf of any
174
- other Contributor, and only if You agree to indemnify, defend,
175
- and hold each Contributor harmless for any liability incurred by,
176
- or claims asserted against, such Contributor by reason of your
177
- accepting any such warranty or additional liability.
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
178
176
 
179
177
  END OF TERMS AND CONDITIONS
180
178
 
@@ -186,10 +184,10 @@
186
184
  the brackets!) The text should be enclosed in the appropriate
187
185
  comment syntax for the file format. We also recommend that a
188
186
  file or class name and description of purpose be included on the
189
- same page as the copyright notice for easier identification within
190
- third-party archives.
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
191
189
 
192
- Copyright 2026 Syntropysoft
190
+ Copyright [yyyy] [name of copyright owner]
193
191
 
194
192
  Licensed under the Apache License, Version 2.0 (the "License");
195
193
  you may not use this file except in compliance with the License.
@@ -201,4 +199,4 @@
201
199
  distributed under the License is distributed on an "AS IS" BASIS,
202
200
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
203
201
  See the License for the specific language governing permissions and
204
- limitations under the License.
202
+ limitations under the License.
package/NOTICE ADDED
@@ -0,0 +1,2 @@
1
+ SyntropyFront
2
+ Copyright 2024-2026 Syntropysoft
package/README.md CHANGED
@@ -104,7 +104,7 @@ syntropyFront.configure({
104
104
  pnpm add @syntropysoft/syntropyfront
105
105
  ```
106
106
 
107
- ## 🚀 **Quality & Performance (v0.4.2)**
107
+ ## 🚀 **Quality & Performance (v0.4.3)**
108
108
 
109
109
  SyntropyFront has been optimized for maximum performance and minimal bundle size:
110
110
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syntropysoft/syntropyfront",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "type": "module",
5
5
  "description": "🚀 Observability library with automatic capture - Just 1 line of code! Automatically captures clicks, errors, HTTP calls, and console logs with flexible error handling.",
6
6
  "main": "dist/index.js",
@@ -9,7 +9,7 @@
9
9
  "exports": {
10
10
  ".": {
11
11
  "import": "./dist/index.js",
12
- "require": "./dist/index.js",
12
+ "require": "./dist/index.cjs",
13
13
  "types": "./dist/index.d.ts"
14
14
  },
15
15
  "./package.json": "./package.json"
@@ -17,7 +17,8 @@
17
17
  "files": [
18
18
  "dist",
19
19
  "README.md",
20
- "LICENSE"
20
+ "LICENSE",
21
+ "NOTICE"
21
22
  ],
22
23
  "scripts": {
23
24
  "build": "rollup -c",