@takosjp/yurucommu-api 2.0.0 → 3.0.0
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 +16 -0
- package/package.json +2 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
SPDX-License-Identifier: AGPL-3.0-only
|
|
2
|
+
|
|
3
|
+
GNU Affero General Public License v3.0 only
|
|
4
|
+
|
|
5
|
+
Copyright (c) 2026 Takos Contributors
|
|
6
|
+
|
|
7
|
+
This program is free software: you can redistribute it and/or modify it under
|
|
8
|
+
the terms of the GNU Affero General Public License as published by the Free
|
|
9
|
+
Software Foundation, version 3 of the License.
|
|
10
|
+
|
|
11
|
+
This program is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
12
|
+
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
13
|
+
PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
|
|
14
|
+
|
|
15
|
+
You should have received a copy of the GNU Affero General Public License along
|
|
16
|
+
with this program. If not, see <https://www.gnu.org/licenses/agpl-3.0.html>.
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takosjp/yurucommu-api",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Typed client SDK and public API contract for yurucommu-server clients.",
|
|
5
|
-
"license": "
|
|
5
|
+
"license": "AGPL-3.0-only",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": false,
|
|
8
8
|
"files": [
|