@bonginkan/maria 4.2.17 → 4.2.19
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/LICENSE +300 -300
- package/README.md +1486 -1507
- package/dist/READY.manifest.json +22 -557
- package/dist/bin/maria.cjs +27341 -3745
- package/dist/bin/maria.cjs.map +1 -1
- package/dist/cli.cjs +27962 -4144
- package/dist/cli.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +13 -10
- package/src/slash-commands/READY.manifest.json +22 -557
package/dist/index.js
CHANGED
|
@@ -40263,7 +40263,7 @@ ${formatted}`;
|
|
|
40263
40263
|
const footer = `
|
|
40264
40264
|
---
|
|
40265
40265
|
|
|
40266
|
-
*Generated by MARIA CODE
|
|
40266
|
+
*Generated by MARIA CODE v4.2.19 on ${(/* @__PURE__ */ new Date()).toISOString().slice(0, 10)}*
|
|
40267
40267
|
`;
|
|
40268
40268
|
formatted = `${formatted}${footer}`;
|
|
40269
40269
|
return formatted;
|
|
@@ -40273,7 +40273,7 @@ function generateMetadata(docType) {
|
|
|
40273
40273
|
return `---
|
|
40274
40274
|
type: ${docType}
|
|
40275
40275
|
created: ${now.toISOString()}
|
|
40276
|
-
generator: MARIA CODE
|
|
40276
|
+
generator: MARIA CODE v4.2.19
|
|
40277
40277
|
---`;
|
|
40278
40278
|
}
|
|
40279
40279
|
async function saveDocumentToFile(content, docType, userHint) {
|