@thanh01.pmt/curriculum-kit 1.0.7 → 1.0.8
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 +21 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/media/index.cjs.map +1 -1
- package/dist/media/index.d.cts +2 -0
- package/dist/media/index.d.ts +2 -0
- package/dist/media/index.mjs.map +1 -1
- package/package.json +21 -22
package/dist/media/index.d.cts
CHANGED
|
@@ -116,6 +116,8 @@ interface MediaLedgerEntry {
|
|
|
116
116
|
status: MediaLedgerStatus;
|
|
117
117
|
/** Provider đã dùng (set khi done) */
|
|
118
118
|
provider?: string;
|
|
119
|
+
/** Inline Markdown credit (tác giả + nguồn + license) — từ multimedia-kit AttributionBuilder */
|
|
120
|
+
attribution?: string;
|
|
119
121
|
/** Path tương đối trong project sau khi done: _media/xxx.png */
|
|
120
122
|
relPath?: string;
|
|
121
123
|
/** Prompt cuối (đã enrich) — audit/debug */
|
package/dist/media/index.d.ts
CHANGED
|
@@ -116,6 +116,8 @@ interface MediaLedgerEntry {
|
|
|
116
116
|
status: MediaLedgerStatus;
|
|
117
117
|
/** Provider đã dùng (set khi done) */
|
|
118
118
|
provider?: string;
|
|
119
|
+
/** Inline Markdown credit (tác giả + nguồn + license) — từ multimedia-kit AttributionBuilder */
|
|
120
|
+
attribution?: string;
|
|
119
121
|
/** Path tương đối trong project sau khi done: _media/xxx.png */
|
|
120
122
|
relPath?: string;
|
|
121
123
|
/** Prompt cuối (đã enrich) — audit/debug */
|