@wwawing/assets 3.13.0-unstable.based-on.3.12.11.p.12 → 4.0.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 +2 -2
- package/html/manual.html +2 -2
- package/mapdata/picture_test.dat +0 -0
- package/mapdata/test.dat +0 -0
- package/package.json +9 -4
package/LICENSE
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 1996-
|
|
4
|
-
Copyright (c) 2015-
|
|
3
|
+
Copyright (c) 1996-2026 NAO
|
|
4
|
+
Copyright (c) 2015-2026 WWA Wing Team
|
|
5
5
|
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
7
|
of this software and associated documentation files (the "Software"), to deal
|
package/html/manual.html
CHANGED
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />
|
|
64
64
|
また、このマニュアルについては <a rel="license" href="http://creativecommons.org/licenses/by/4.0/deed.ja">クリエイティブ・コモンズ
|
|
65
65
|
表示 4.0 国際 ライセンスの下に提供されています。</a></p>
|
|
66
|
-
<p> Internet RPG "<a href="http://www.wwajp.com">World Wide Adventure</a>" ©1996-
|
|
67
|
-
<p> "<a href="http://wwawing.com/">WWA Wing</a>" ©
|
|
66
|
+
<p> Internet RPG "<a href="http://www.wwajp.com">World Wide Adventure</a>" ©1996-2026 NAO</p>
|
|
67
|
+
<p> "<a href="http://wwawing.com/">WWA Wing</a>" ©2015-2026 WWA Wing Team</p>
|
|
68
68
|
</footer>
|
|
69
69
|
</div>
|
|
70
70
|
|
|
Binary file
|
package/mapdata/test.dat
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wwawing/assets",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.2",
|
|
4
4
|
"description": "WWA Wing asset files",
|
|
5
5
|
"main": "index.js",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/WWAWing/WWAWing.git",
|
|
9
|
+
"directory": "packages/assets"
|
|
10
|
+
},
|
|
6
11
|
"files": [
|
|
7
12
|
"audio",
|
|
8
13
|
"html",
|
|
@@ -20,8 +25,8 @@
|
|
|
20
25
|
"access": "public"
|
|
21
26
|
},
|
|
22
27
|
"engines": {
|
|
23
|
-
"node": ">=
|
|
24
|
-
"npm": ">=
|
|
28
|
+
"node": ">=24",
|
|
29
|
+
"npm": ">=11"
|
|
25
30
|
},
|
|
26
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "86e576667cba53fbd81af94aea4a5efb58c2e0c6"
|
|
27
32
|
}
|