@objectstack/core 5.2.0 → 6.0.0

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/README.md CHANGED
@@ -113,7 +113,7 @@ use() → init() → start() → [running] → stop() → unload()
113
113
 
114
114
  - 📖 Docs: <https://objectstack.ai/docs>
115
115
  - 📚 API Reference: <https://objectstack.ai/docs/references/kernel>
116
- - 🤖 Skill: [`skills/objectstack-plugin/SKILL.md`](../../skills/objectstack-plugin/SKILL.md)
116
+ - 🤖 Skill: [`skills/objectstack-platform/SKILL.md`](../../skills/objectstack-platform/SKILL.md)
117
117
 
118
118
  ## License
119
119
 
package/dist/index.cjs CHANGED
@@ -1427,7 +1427,7 @@ var ObjectKernel = class {
1427
1427
  return await this.pluginLoader.getService(name, scopeId);
1428
1428
  }
1429
1429
  /**
1430
- * Clear all scoped service instances for a given scope (e.g., projectId).
1430
+ * Clear all scoped service instances for a given scope (e.g., environmentId).
1431
1431
  * Releases driver connections and metadata caches for idle projects.
1432
1432
  */
1433
1433
  clearScope(scopeId) {