pkhex 25.11.30 → 25.12.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/PKHeX.Core.dll CHANGED
Binary file
package/PKHeX.deps.json CHANGED
@@ -9,7 +9,7 @@
9
9
  ".NETCoreApp,Version=v9.0/browser-wasm": {
10
10
  "PKHeX/1.0.0": {
11
11
  "dependencies": {
12
- "PKHeX.Core": "25.11.30",
12
+ "PKHeX.Core": "25.12.2",
13
13
  "runtimepack.Microsoft.NETCore.App.Runtime.Mono.browser-wasm": "9.0.13"
14
14
  },
15
15
  "runtime": {
@@ -266,11 +266,11 @@
266
266
  }
267
267
  }
268
268
  },
269
- "PKHeX.Core/25.11.30": {
269
+ "PKHeX.Core/25.12.2": {
270
270
  "runtime": {
271
271
  "PKHeX.Core.dll": {
272
- "assemblyVersion": "25.11.30.0",
273
- "fileVersion": "25.11.30.0"
272
+ "assemblyVersion": "25.12.2.0",
273
+ "fileVersion": "25.12.2.0"
274
274
  }
275
275
  }
276
276
  }
@@ -287,7 +287,7 @@
287
287
  "serviceable": false,
288
288
  "sha512": ""
289
289
  },
290
- "PKHeX.Core/25.11.30": {
290
+ "PKHeX.Core/25.12.2": {
291
291
  "type": "project",
292
292
  "serviceable": false,
293
293
  "sha512": ""
package/PKHeX.dll CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pkhex",
3
- "version": "25.11.30",
3
+ "version": "25.12.2",
4
4
  "description": "WebAssembly library wrapping PKHeX.Core for Pokemon save file editing in JavaScript/TypeScript",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",