bylazora 0.5.0 → 0.5.1
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
const path = require("path");
|
|
15
15
|
|
|
16
16
|
module.exports = {
|
|
17
|
-
version: "0.5.
|
|
17
|
+
version: "0.5.1",
|
|
18
18
|
repository: "https://github.com/bylazora/bylazora",
|
|
19
19
|
homepage: "https://bylazora.com",
|
|
20
20
|
// Absolute paths to the bundled assets, for agents that want to copy
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bylazora",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "Byte-exact mainframe migration: agent rule packs and the migrate workspace template for the open-source Bylazora engine and gate.",
|
|
5
5
|
"license": "AGPL-3.0-or-later",
|
|
6
6
|
"repository": {
|