pkhex 26.1.7 → 26.1.22

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=v10.0/browser-wasm": {
10
10
  "PKHeX/1.0.0": {
11
11
  "dependencies": {
12
- "PKHeX.Core": "26.1.7",
12
+ "PKHeX.Core": "26.1.22",
13
13
  "runtimepack.Microsoft.NETCore.App.Runtime.Mono.browser-wasm": "10.0.3"
14
14
  },
15
15
  "runtime": {
@@ -280,11 +280,11 @@
280
280
  }
281
281
  }
282
282
  },
283
- "PKHeX.Core/26.1.7": {
283
+ "PKHeX.Core/26.1.22": {
284
284
  "runtime": {
285
285
  "PKHeX.Core.dll": {
286
- "assemblyVersion": "26.1.7.0",
287
- "fileVersion": "26.1.7.0"
286
+ "assemblyVersion": "26.1.22.0",
287
+ "fileVersion": "26.1.22.0"
288
288
  }
289
289
  }
290
290
  }
@@ -301,7 +301,7 @@
301
301
  "serviceable": false,
302
302
  "sha512": ""
303
303
  },
304
- "PKHeX.Core/26.1.7": {
304
+ "PKHeX.Core/26.1.22": {
305
305
  "type": "project",
306
306
  "serviceable": false,
307
307
  "sha512": ""
package/PKHeX.dll CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pkhex",
3
- "version": "26.1.7",
3
+ "version": "26.1.22",
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",