@mcpc-tech/core 0.3.25 → 0.3.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcpc-tech/core",
3
- "version": "0.3.25",
3
+ "version": "0.3.26",
4
4
  "homepage": "https://jsr.io/@mcpc/core",
5
5
  "dependencies": {
6
6
  "@ai-sdk/provider": "^2.0.0",
@@ -209,7 +209,7 @@ function createSkillsPlugin(options) {
209
209
  };
210
210
  }
211
211
  },
212
- { internal: false }
212
+ { internal: true }
213
213
  );
214
214
  }
215
215
  },
@@ -187,7 +187,7 @@ function createSkillsPlugin(options) {
187
187
  };
188
188
  }
189
189
  },
190
- { internal: false }
190
+ { internal: true }
191
191
  );
192
192
  }
193
193
  },
package/plugins.cjs CHANGED
@@ -572,7 +572,7 @@ function createSkillsPlugin(options) {
572
572
  };
573
573
  }
574
574
  }, {
575
- internal: false
575
+ internal: true
576
576
  });
577
577
  }
578
578
  },
package/plugins.mjs CHANGED
@@ -536,7 +536,7 @@ function createSkillsPlugin(options) {
536
536
  };
537
537
  }
538
538
  }, {
539
- internal: false
539
+ internal: true
540
540
  });
541
541
  }
542
542
  },