kaitai-struct-compiler 0.11.0-SNAPSHOT20250907.163615.4233e4e → 0.11.0

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.
@@ -3038,8 +3038,8 @@ function $m_Lio_kaitai_struct_Utils$() {
3038
3038
  function $c_Lio_kaitai_struct_Version$() {
3039
3039
  this.Lio_kaitai_struct_Version$__f_version = null;
3040
3040
  this.Lio_kaitai_struct_Version$__f_gitTime = null;
3041
- this.Lio_kaitai_struct_Version$__f_version = "0.11-SNAPSHOT20250907.163615.4233e4e";
3042
- this.Lio_kaitai_struct_Version$__f_gitTime = "2025-09-07T16:36:15Z"
3041
+ this.Lio_kaitai_struct_Version$__f_version = "0.11.0";
3042
+ this.Lio_kaitai_struct_Version$__f_gitTime = "2025-09-07T18:59:46Z"
3043
3043
  }
3044
3044
  $c_Lio_kaitai_struct_Version$.prototype = new $h_O();
3045
3045
  $c_Lio_kaitai_struct_Version$.prototype.constructor = $c_Lio_kaitai_struct_Version$;
package/package.json CHANGED
@@ -35,5 +35,5 @@
35
35
  "scripts": {
36
36
  "test": "echo \"Error: no test specified\" && exit 1"
37
37
  },
38
- "version": "0.11.0-SNAPSHOT20250907.163615.4233e4e"
38
+ "version": "0.11.0"
39
39
  }