@mcp-fe/event-tracker 0.1.11 → 0.2.2
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/LICENSE +27 -29
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
10
|
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
11
|
|
|
12
|
-
"Licensor" shall mean the copyright owner or entity
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
13
14
|
|
|
14
15
|
"Legal Entity" shall mean the union of the acting entity and all
|
|
15
16
|
other entities that control, are controlled by, or are under common
|
|
@@ -22,11 +23,11 @@
|
|
|
22
23
|
"You" (or "Your") shall mean an individual or Legal Entity
|
|
23
24
|
exercising permissions granted by this License.
|
|
24
25
|
|
|
25
|
-
"Source" shall mean the preferred form for making modifications,
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
26
27
|
including but not limited to software source code, documentation
|
|
27
28
|
source, and configuration files.
|
|
28
29
|
|
|
29
|
-
"Object" shall mean any form resulting from mechanical
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
30
31
|
transformation or translation of a Source form, including but
|
|
31
32
|
not limited to compiled object code, generated documentation,
|
|
32
33
|
and conversions to other media types.
|
|
@@ -34,16 +35,15 @@
|
|
|
34
35
|
"Work" shall mean the work of authorship, whether in Source or
|
|
35
36
|
Object form, made available under the License, as indicated by a
|
|
36
37
|
copyright notice that is included in or attached to the work
|
|
37
|
-
(
|
|
38
|
-
and bear an appropriate legal notice).
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
39
|
|
|
40
40
|
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
-
form, that is based
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
42
|
editorial revisions, annotations, elaborations, or other modifications
|
|
43
43
|
represent, as a whole, an original work of authorship. For the purposes
|
|
44
44
|
of this License, Derivative Works shall not include works that remain
|
|
45
45
|
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
-
the Work and
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
47
|
|
|
48
48
|
"Contribution" shall mean any work of authorship, including
|
|
49
49
|
the original version of the Work and any modifications or additions
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
54
|
means any form of electronic, verbal, or written communication sent
|
|
55
55
|
to the Licensor or its representatives, including but not limited to
|
|
56
|
-
communication on electronic mailing lists, source code control
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
60
|
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
61
|
|
|
62
62
|
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
@@ -66,13 +66,9 @@
|
|
|
66
66
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
67
|
this License, each Contributor hereby grants to You a perpetual,
|
|
68
68
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
-
copyright license to
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
the following conditions:
|
|
73
|
-
|
|
74
|
-
The above copyright notice and this permission notice shall be
|
|
75
|
-
included in all copies or substantial portions of the Work.
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
76
72
|
|
|
77
73
|
3. Grant of Patent License. Subject to the terms and conditions of
|
|
78
74
|
this License, each Contributor hereby grants to You a perpetual,
|
|
@@ -124,7 +120,7 @@
|
|
|
124
120
|
that such additional attribution notices cannot be construed
|
|
125
121
|
as modifying the License.
|
|
126
122
|
|
|
127
|
-
You may add Your own copyright
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
128
124
|
may provide additional or different license terms and conditions
|
|
129
125
|
for use, reproduction, or distribution of Your modifications, or
|
|
130
126
|
for any such Derivative Works as a whole, provided Your use,
|
|
@@ -166,14 +162,16 @@
|
|
|
166
162
|
other commercial damages or losses), even if such Contributor
|
|
167
163
|
has been advised of the possibility of such damages.
|
|
168
164
|
|
|
169
|
-
9. Accepting Warranty or
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
177
175
|
|
|
178
176
|
END OF TERMS AND CONDITIONS
|
|
179
177
|
|
|
@@ -185,8 +183,8 @@
|
|
|
185
183
|
the brackets!) The text should be enclosed in the appropriate
|
|
186
184
|
comment syntax for the file format. We also recommend that a
|
|
187
185
|
file or class name and description of purpose be included on the
|
|
188
|
-
same page as the copyright notice for easier
|
|
189
|
-
third-party archives.
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
190
188
|
|
|
191
189
|
Copyright 2026 Michal Kopecky
|
|
192
190
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-fe/event-tracker",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"homepage": "https://mcp-fe.ai",
|
|
6
6
|
"repository": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"main": "./index.js",
|
|
14
14
|
"types": "./index.d.ts",
|
|
15
15
|
"peerDependencies": {
|
|
16
|
-
"@mcp-fe/mcp-worker": "^0.
|
|
16
|
+
"@mcp-fe/mcp-worker": "^0.2.2"
|
|
17
17
|
},
|
|
18
18
|
"publishConfig": {
|
|
19
19
|
"access": "public"
|