@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 +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
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-
|
|
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.,
|
|
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) {
|