@toolr/seedr 0.1.19 → 0.1.21

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.
@@ -101,7 +101,7 @@ async function fetchItemToDestination(item, destPath) {
101
101
  const { writeFile: writeFile2, mkdir: mkdir2 } = await import("fs/promises");
102
102
  const { dirname: dirname4, join: join5 } = await import("path");
103
103
  const { remote } = getItemBaseUrl(item);
104
- if (item.type === "plugin" && item.contents?.files) {
104
+ if (item.contents?.files) {
105
105
  await mkdir2(destPath, { recursive: true });
106
106
  await fetchFileTree(item.contents.files, remote, destPath);
107
107
  return;
package/dist/cli.js CHANGED
@@ -23,7 +23,7 @@ import {
23
23
  skillHandler,
24
24
  uninstallSkill,
25
25
  writeTextFile
26
- } from "./chunk-GBM42TSU.js";
26
+ } from "./chunk-4MZKJ3JE.js";
27
27
 
28
28
  // src/cli.ts
29
29
  import { Command as Command5 } from "commander";
package/dist/index.js CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  loadManifest,
16
16
  searchItems,
17
17
  uninstallSkill
18
- } from "./chunk-GBM42TSU.js";
18
+ } from "./chunk-4MZKJ3JE.js";
19
19
 
20
20
  // src/converters/index.ts
21
21
  import matter from "gray-matter";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolr/seedr",
3
- "version": "0.1.19",
3
+ "version": "0.1.21",
4
4
  "description": "Seed your projects with AI configurations",
5
5
  "type": "module",
6
6
  "bin": {