@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 CHANGED
@@ -1,7 +1,7 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 1996-2015 NAO
4
- Copyright (c) 2015-2023 WWA Wing Team
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 &quot;<a href="http://www.wwajp.com">World Wide Adventure</a>&quot; &copy;1996-2016 NAO</p>
67
- <p> &quot;<a href="http://wwawing.com/">WWA Wing</a>&quot; &copy;2013-2023 WWA Wing Team</p>
66
+ <p> Internet RPG &quot;<a href="http://www.wwajp.com">World Wide Adventure</a>&quot; &copy;1996-2026 NAO</p>
67
+ <p> &quot;<a href="http://wwawing.com/">WWA Wing</a>&quot; &copy;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.13.0-unstable.based-on.3.12.11.p.12",
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": ">=18",
24
- "npm": ">=8"
28
+ "node": ">=24",
29
+ "npm": ">=11"
25
30
  },
26
- "gitHead": "0324a3422986640c95d7be6e1df99e6663702249"
31
+ "gitHead": "86e576667cba53fbd81af94aea4a5efb58c2e0c6"
27
32
  }