kaitai-struct-compiler 0.11.0-SNAPSHOT20250305.210536.3603e70 → 0.11.0-SNAPSHOT20250330.110510.aa10f07
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/README.md +1 -1
- package/kaitai-struct-compiler.js +1451 -1093
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -153,7 +153,7 @@ You can compile `.ksy` source files in debug mode by setting the `debugMode` par
|
|
|
153
153
|
|
|
154
154
|
### Main code
|
|
155
155
|
|
|
156
|
-
Kaitai Struct compiler itself is copyright (C) 2015-
|
|
156
|
+
Kaitai Struct compiler itself is copyright (C) 2015-2025 Kaitai
|
|
157
157
|
Project.
|
|
158
158
|
|
|
159
159
|
This program is free software: you can redistribute it and/or modify
|