@moku-labs/core 0.1.2 → 0.1.3
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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -561,7 +561,7 @@ function initCorePlugins(corePlugins, corePluginConfigs, frameworkPluginConfigs,
|
|
|
561
561
|
* @returns The frozen app object.
|
|
562
562
|
* @example
|
|
563
563
|
* ```ts
|
|
564
|
-
* const app =
|
|
564
|
+
* const app = kernel({ id: "my-app", configDefaults: {}, ... });
|
|
565
565
|
* ```
|
|
566
566
|
*/
|
|
567
567
|
function kernel(parameters) {
|
package/dist/index.mjs
CHANGED
|
@@ -560,7 +560,7 @@ function initCorePlugins(corePlugins, corePluginConfigs, frameworkPluginConfigs,
|
|
|
560
560
|
* @returns The frozen app object.
|
|
561
561
|
* @example
|
|
562
562
|
* ```ts
|
|
563
|
-
* const app =
|
|
563
|
+
* const app = kernel({ id: "my-app", configDefaults: {}, ... });
|
|
564
564
|
* ```
|
|
565
565
|
*/
|
|
566
566
|
function kernel(parameters) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moku-labs/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"author": "Alex Kucherenko",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"description": "Micro-kernel plugin framework for LLMs (TypeScript)",
|
|
48
48
|
"engines": {
|
|
49
|
-
"node": ">=
|
|
49
|
+
"node": ">=24.0.0",
|
|
50
50
|
"bun": ">=1.3.8"
|
|
51
51
|
},
|
|
52
52
|
"files": [
|