kaitai-struct-compiler 0.11.0-SNAPSHOT20240907.161517.049b464 → 0.11.0-SNAPSHOT20240925.170350.8d913de

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.
@@ -3027,8 +3027,8 @@ function $m_Lio_kaitai_struct_Utils$() {
3027
3027
  function $c_Lio_kaitai_struct_Version$() {
3028
3028
  this.Lio_kaitai_struct_Version$__f_version = null;
3029
3029
  this.Lio_kaitai_struct_Version$__f_gitTime = null;
3030
- this.Lio_kaitai_struct_Version$__f_version = "0.11-SNAPSHOT20240907.161517.049b464";
3031
- this.Lio_kaitai_struct_Version$__f_gitTime = "2024-09-07T16:15:17Z"
3030
+ this.Lio_kaitai_struct_Version$__f_version = "0.11-SNAPSHOT20240925.170350.8d913de";
3031
+ this.Lio_kaitai_struct_Version$__f_gitTime = "2024-09-25T17:03:50Z"
3032
3032
  }
3033
3033
  $c_Lio_kaitai_struct_Version$.prototype = new $h_O();
3034
3034
  $c_Lio_kaitai_struct_Version$.prototype.constructor = $c_Lio_kaitai_struct_Version$;
@@ -17220,7 +17220,7 @@ $c_Lio_kaitai_struct_format_JavaScriptKSYParser$.prototype.yamlJavascriptToScala
17220
17220
  };
17221
17221
  return h
17222
17222
  }
17223
- } else if ((((typeof src) === "string") || ($isInt(src) || (((typeof src) === "number") || ((typeof src) === "boolean"))))) {
17223
+ } else if ((((typeof src) === "boolean") || (((typeof src) === "number") || (((typeof src) === "string") || ((src === (void 0)) || (src === null)))))) {
17224
17224
  return src
17225
17225
  } else {
17226
17226
  var this$8 = new $c_sjs_js_WrappedDictionary(src);
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-SNAPSHOT20240907.161517.049b464"
38
+ "version": "0.11.0-SNAPSHOT20240925.170350.8d913de"
39
39
  }