@grafema/api 0.3.6-beta → 0.3.8-beta
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 +100 -190
- package/package.json +4 -4
package/LICENSE
CHANGED
|
@@ -1,190 +1,100 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
that You distribute, all copyright, patent, trademark, and
|
|
102
|
-
attribution notices from the Source form of the Work,
|
|
103
|
-
excluding those notices that do not pertain to any part of
|
|
104
|
-
the Derivative Works; and
|
|
105
|
-
|
|
106
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
-
distribution, then any Derivative Works that You distribute must
|
|
108
|
-
include a readable copy of the attribution notices contained
|
|
109
|
-
within such NOTICE file, excluding those notices that do not
|
|
110
|
-
pertain to any part of the Derivative Works, in at least one
|
|
111
|
-
of the following places: within a NOTICE text file distributed
|
|
112
|
-
as part of the Derivative Works; within the Source form or
|
|
113
|
-
documentation, if provided along with the Derivative Works; or,
|
|
114
|
-
within a display generated by the Derivative Works, if and
|
|
115
|
-
wherever such third-party notices normally appear. The contents
|
|
116
|
-
of the NOTICE file are for informational purposes only and
|
|
117
|
-
do not modify the License. You may add Your own attribution
|
|
118
|
-
notices within Derivative Works that You distribute, alongside
|
|
119
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
-
that such additional attribution notices cannot be construed
|
|
121
|
-
as modifying the License.
|
|
122
|
-
|
|
123
|
-
You may add Your own copyright statement to Your modifications and
|
|
124
|
-
may provide additional or different license terms and conditions
|
|
125
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
-
the conditions stated in this License.
|
|
129
|
-
|
|
130
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
-
this License, without any additional terms or conditions.
|
|
134
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
-
the terms of any separate license agreement you may have executed
|
|
136
|
-
with Licensor regarding such Contributions.
|
|
137
|
-
|
|
138
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
-
except as required for reasonable and customary use in describing the
|
|
141
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
-
|
|
143
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
-
implied, including, without limitation, any warranties or conditions
|
|
148
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
-
appropriateness of using or redistributing the Work and assume any
|
|
151
|
-
risks associated with Your exercise of permissions under this License.
|
|
152
|
-
|
|
153
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
-
unless required by applicable law (such as deliberate and grossly
|
|
156
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
-
liable to You for damages, including any direct, indirect, special,
|
|
158
|
-
incidental, or consequential damages of any character arising as a
|
|
159
|
-
result of this License or out of the use or inability to use the
|
|
160
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
-
other commercial damages or losses), even if such Contributor
|
|
163
|
-
has been advised of the possibility of such damages.
|
|
164
|
-
|
|
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.
|
|
175
|
-
|
|
176
|
-
END OF TERMS AND CONDITIONS
|
|
177
|
-
|
|
178
|
-
Copyright 2026 Vadim Reshetnikov
|
|
179
|
-
|
|
180
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
181
|
-
you may not use this file except in compliance with the License.
|
|
182
|
-
You may obtain a copy of the License at
|
|
183
|
-
|
|
184
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
185
|
-
|
|
186
|
-
Unless required by applicable law or agreed to in writing, software
|
|
187
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
188
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
189
|
-
See the License for the specific language governing permissions and
|
|
190
|
-
limitations under the License.
|
|
1
|
+
# Functional Source License, Version 1.1, ALv2 Future License
|
|
2
|
+
|
|
3
|
+
## Abbreviation
|
|
4
|
+
|
|
5
|
+
FSL-1.1-ALv2
|
|
6
|
+
|
|
7
|
+
## Notice
|
|
8
|
+
|
|
9
|
+
Copyright 2026 Vadim Reshetnikov
|
|
10
|
+
|
|
11
|
+
## Terms and Conditions
|
|
12
|
+
|
|
13
|
+
### Licensor ("We")
|
|
14
|
+
|
|
15
|
+
The party offering the Software under these Terms and Conditions.
|
|
16
|
+
|
|
17
|
+
### The Software
|
|
18
|
+
|
|
19
|
+
The "Software" is each version of the software that we make available under
|
|
20
|
+
these Terms and Conditions, as indicated by our inclusion of these Terms and
|
|
21
|
+
Conditions with the Software.
|
|
22
|
+
|
|
23
|
+
Software: Grafema
|
|
24
|
+
|
|
25
|
+
### License Grant
|
|
26
|
+
|
|
27
|
+
Subject to your compliance with this License Grant and the Patents,
|
|
28
|
+
Redistribution and Trademark clauses below, we hereby grant you the right to
|
|
29
|
+
use, copy, modify, create derivative works, publicly perform, publicly display
|
|
30
|
+
and redistribute the Software for any Permitted Purpose identified below.
|
|
31
|
+
|
|
32
|
+
### Permitted Purpose
|
|
33
|
+
|
|
34
|
+
A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
|
|
35
|
+
means making the Software available to third parties as a commercial product or
|
|
36
|
+
service that provides substantial substitute functionality for the Software.
|
|
37
|
+
|
|
38
|
+
Permitted Purposes specifically include using the Software:
|
|
39
|
+
|
|
40
|
+
1. for your internal use and access;
|
|
41
|
+
|
|
42
|
+
2. for non-commercial education;
|
|
43
|
+
|
|
44
|
+
3. for non-commercial research; and
|
|
45
|
+
|
|
46
|
+
4. in connection with professional services that you provide to a licensee
|
|
47
|
+
using the Software in accordance with these Terms and Conditions.
|
|
48
|
+
|
|
49
|
+
### Patents
|
|
50
|
+
|
|
51
|
+
To the extent your use for a Permitted Purpose would necessarily infringe our
|
|
52
|
+
patents, the license grant above includes a license under our patents. If you
|
|
53
|
+
make a claim against any party that the Software infringes or contributes to
|
|
54
|
+
the infringement of any patent, then your patent license to the Software ends
|
|
55
|
+
immediately.
|
|
56
|
+
|
|
57
|
+
### Redistribution
|
|
58
|
+
|
|
59
|
+
The Terms and Conditions apply to all copies, modifications and derivatives of
|
|
60
|
+
the Software.
|
|
61
|
+
|
|
62
|
+
If you redistribute any copies, modifications or derivatives of the Software,
|
|
63
|
+
you must include a copy of or a link to these Terms and Conditions and not
|
|
64
|
+
remove any copyright notices provided in or with the Software.
|
|
65
|
+
|
|
66
|
+
### Disclaimer
|
|
67
|
+
|
|
68
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
|
|
69
|
+
IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
|
|
70
|
+
PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
|
|
71
|
+
|
|
72
|
+
IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
|
|
73
|
+
SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES,
|
|
74
|
+
EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
|
|
75
|
+
|
|
76
|
+
### Trademarks
|
|
77
|
+
|
|
78
|
+
Except for displaying the License Details and identifying us as the origin of
|
|
79
|
+
the Software, you have no right under these Terms and Conditions to use our
|
|
80
|
+
trademarks, trade names, service marks or product names.
|
|
81
|
+
|
|
82
|
+
## Grant of Future License
|
|
83
|
+
|
|
84
|
+
We hereby irrevocably grant you an additional license to use the Software under
|
|
85
|
+
the Apache License, Version 2.0 that is effective on the second anniversary of
|
|
86
|
+
the date we make the Software available. On or after that date, you may use the
|
|
87
|
+
Software under the Apache License, Version 2.0, in which case the following
|
|
88
|
+
will apply:
|
|
89
|
+
|
|
90
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
91
|
+
this file except in compliance with the License.
|
|
92
|
+
|
|
93
|
+
You may obtain a copy of the License at
|
|
94
|
+
|
|
95
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
96
|
+
|
|
97
|
+
Unless required by applicable law or agreed to in writing, software distributed
|
|
98
|
+
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
|
|
99
|
+
CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
|
100
|
+
specific language governing permissions and limitations under the License.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafema/api",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.8-beta",
|
|
4
4
|
"description": "GraphQL API server for Grafema code analysis toolkit",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"api",
|
|
22
22
|
"code-analysis"
|
|
23
23
|
],
|
|
24
|
-
"license": "Apache-2.0",
|
|
24
|
+
"license": "FSL-1.1-Apache-2.0",
|
|
25
25
|
"author": "Vadim Reshetnikov",
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"graphql": "^16.10.0",
|
|
34
34
|
"graphql-scalars": "^1.24.0",
|
|
35
35
|
"graphql-yoga": "^5.10.11",
|
|
36
|
-
"@grafema/types": "0.3.
|
|
37
|
-
"@grafema/util": "0.3.
|
|
36
|
+
"@grafema/types": "0.3.8-beta",
|
|
37
|
+
"@grafema/util": "0.3.8-beta"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@types/node": "^25.0.8",
|