@wwawing/assets 3.13.0-acorn-statement.based-on.3.12.3.p.2 → 3.13.0-acorn-statement.based-on.3.12.3.p.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.
- package/LICENSE +1 -1
- package/html/manual.html +1 -1
- package/mapdata/wwamap.dat +0 -0
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
3
|
Copyright (c) 1996-2015 NAO
|
|
4
|
-
Copyright (c) 2015-
|
|
4
|
+
Copyright (c) 2015-2022 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
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
また、このマニュアルについては <a rel="license" href="http://creativecommons.org/licenses/by/4.0/deed.ja">クリエイティブ・コモンズ
|
|
65
65
|
表示 4.0 国際 ライセンスの下に提供されています。</a></p>
|
|
66
66
|
<p> Internet RPG "<a href="http://www.wwajp.com">World Wide Adventure</a>" ©1996-2016 NAO</p>
|
|
67
|
-
<p> "<a href="http://wwawing.com/">WWA Wing</a>" ©2013-
|
|
67
|
+
<p> "<a href="http://wwawing.com/">WWA Wing</a>" ©2013-2022 WWA Wing Team</p>
|
|
68
68
|
</footer>
|
|
69
69
|
</div>
|
|
70
70
|
|
package/mapdata/wwamap.dat
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wwawing/assets",
|
|
3
|
-
"version": "3.13.0-acorn-statement.based-on.3.12.3.p.
|
|
3
|
+
"version": "3.13.0-acorn-statement.based-on.3.12.3.p.3",
|
|
4
4
|
"description": "WWA Wing asset files",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"node": ">=18",
|
|
24
24
|
"npm": ">=8"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "37f9e9c02cda8f85db7a8778ebeadfcd195fbf74"
|
|
27
27
|
}
|