@datapos/datapos-development 0.3.410 → 0.3.412
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.
|
@@ -5098,7 +5098,8 @@ const nr = [
|
|
|
5098
5098
|
{ idPrefix: "datapos-presenter", typeId: "presenter", isPublish: !0, uploadGroupName: "presenters" },
|
|
5099
5099
|
{ idPrefix: "datapos-resources", typeId: "resources", isPublish: !1, uploadGroupName: void 0 },
|
|
5100
5100
|
{ idPrefix: "datapos-shared", typeId: "shared", isPublish: !0, uploadGroupName: void 0 },
|
|
5101
|
-
{ idPrefix: "datapos-tool", typeId: "tool", isPublish: !0, uploadGroupName: "tools" }
|
|
5101
|
+
{ idPrefix: "datapos-tool", typeId: "tool", isPublish: !0, uploadGroupName: "tools" },
|
|
5102
|
+
{ idPrefix: "eslint-config-datapos", typeId: "eslint", isPublish: !0, uploadGroupName: void 0 }
|
|
5102
5103
|
], or = ss(rs);
|
|
5103
5104
|
async function hr(t) {
|
|
5104
5105
|
let e;
|
|
@@ -5519,7 +5520,7 @@ async function $r(t = []) {
|
|
|
5519
5520
|
}
|
|
5520
5521
|
async function Ar(t) {
|
|
5521
5522
|
const e = te.dirname(ri(import.meta.url));
|
|
5522
|
-
await mt(e, "../", ".editorconfig"), await mt(e, "../", ".gitattributes"), await (t.isPublish ? mt(e, "../", ".gitignore_published", ".gitignore2") : mt(e, "../", ".gitignore_unpublished", ".gitignore2")), await mt(e, "../", ".markdownlint.json"), await mt(e, "../", "
|
|
5523
|
+
await mt(e, "../", ".editorconfig"), await mt(e, "../", ".gitattributes"), await (t.isPublish ? mt(e, "../", ".gitignore_published", ".gitignore2") : mt(e, "../", ".gitignore_unpublished", ".gitignore2")), await mt(e, "../", ".markdownlint.json"), await mt(e, "../", "LICENSE"), await mt(e, "../", "tsconfig.json", "tsconfig2.json"), t.typeId === "eslint" || (await mt(e, "../", "eslint.config.ts", "eslint.config2.ts"), await mt(e, "../", "vite.config.ts", "vite.config2.ts"), await mt(e, "../", "vitest.config.ts", "vitest.config2.ts"));
|
|
5523
5524
|
}
|
|
5524
5525
|
async function mt(t, e, s, a) {
|
|
5525
5526
|
const o = te.resolve(t, `${e}${s}`), l = await Et(o), d = te.resolve(process.cwd(), a ?? s);
|