kaitai-struct-compiler 0.10.0-SNAPSHOT20220706.122302.50f80d7e → 0.10.0-SNAPSHOT20220707.221105.bdee2103
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.
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
} else {
|
|
7
7
|
root.KaitaiStructCompiler = factory();
|
|
8
8
|
}
|
|
9
|
-
}(this, function () {
|
|
9
|
+
}(typeof self !== 'undefined' ? self : this, function () {
|
|
10
10
|
|
|
11
11
|
var exports = {};
|
|
12
12
|
var __ScalaJSEnv = { exportsNamespace: exports };
|
|
@@ -4395,9 +4395,9 @@ function $h_Lio_kaitai_struct_Version$() {
|
|
|
4395
4395
|
$h_Lio_kaitai_struct_Version$.prototype = $c_Lio_kaitai_struct_Version$.prototype;
|
|
4396
4396
|
$c_Lio_kaitai_struct_Version$.prototype.init___ = (function() {
|
|
4397
4397
|
this.name$1 = "kaitai-struct-compiler-js";
|
|
4398
|
-
this.version$1 = "0.10-
|
|
4399
|
-
this.gitCommit$1 = "
|
|
4400
|
-
this.gitTime$1 = "2022-07-
|
|
4398
|
+
this.version$1 = "0.10-SNAPSHOT20220707.221105.bdee2103";
|
|
4399
|
+
this.gitCommit$1 = "bdee2103";
|
|
4400
|
+
this.gitTime$1 = "2022-07-07T22:11:05+00:00";
|
|
4401
4401
|
return this
|
|
4402
4402
|
});
|
|
4403
4403
|
var $d_Lio_kaitai_struct_Version$ = new $TypeData().initClass({
|
|
@@ -95881,4 +95881,3 @@ $e.io.kaitai.struct.MainJs = $m_Lio_kaitai_struct_MainJs$;
|
|
|
95881
95881
|
return exports.io.kaitai.struct.MainJs;
|
|
95882
95882
|
|
|
95883
95883
|
}));
|
|
95884
|
-
|
package/package.json
CHANGED