@x12i/funcx 4.2.4 → 4.2.7
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x12i/funcx",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.7",
|
|
4
4
|
"description": "FuncX: a super-easy typed AI reasoning-functions library for product code",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"pretest:unit": "npm run build",
|
|
61
61
|
"pretest:live": "npm run build",
|
|
62
62
|
"test": "mode=debug node --test test/**/*.test.ts",
|
|
63
|
-
"test:unit": "mode=debug node --test test/ai.ask.test.ts test/askJson.test.ts test/catalog.metaAndIndex.test.ts test/content.libraryIndex.test.ts test/content.fullLibrarySnapshot.test.ts test/content.skillsResolver.test.ts test/content.providerFactory.test.ts test/content.inlineProvider.test.ts test/content.sharedStoreProvider.test.ts test/coverage.orchestrator.test.ts test/funcxContentRef.test.ts test/functions.callAI.test.ts test/functions.exampleGeneration.test.ts test/functions.router.test.ts test/genericExecutionResearch.attribution.test.ts test/mcp.catalog.test.ts test/mcp.export.test.ts test/mcp.toolMapping.test.ts test/mcp.security.test.ts test/mcp.http.test.ts test/runx.schemas.test.ts test/runx.api.schemas.test.ts test/runx.ui.schemas.test.ts test/runx.script.schemas.test.ts test/runx.condition.schemas.test.ts test/runx.condition.eval.test.ts test/runx.evolution.schemas.test.ts test/runx.shared.capabilityEval.test.ts test/primitives.full.test.ts test/primitive.seeds.test.ts test/primitive.seed.sync.test.ts test/humanValue.formula.test.ts test/humanValue.compute.test.ts test/humanValue.analytics.test.ts test/createItem.test.ts test/modifyItem.test.ts test/repairJsonDocument.test.ts test/repairJsonElement.test.ts test/contentConditionSkills.test.ts test/conditionSkills.seed.test.ts test/jsonHelpers.extractFirstJson.test.ts test/jsonHelpers.extractFirstJsonObject.test.mjs test/openrouter.parse.test.ts test/openrouter.request.test.ts test/parseJsonResponse.test.ts test/responseNormalization.test.ts test/runJsonCompletion.test.ts test/runJsonResult.test.ts test/safeJsonParse.test.ts test/serve.activityLog.test.ts test/funcxLogging.test.ts test/preferOpenRouterPolicy.test.ts test/serve.attribution.test.ts test/serve.usageTracker.test.ts test/validateJson.test.ts test/agent.toolbox.test.ts test/funcx.responseFormat.test.ts test/funcx.streaming.test.ts test/memorix.schemas.test.ts test/agentPlatform.schemas.test.ts test/funcxCatalog.registry.test.ts test/migrateFuncXResponseContracts.test.ts",
|
|
63
|
+
"test:unit": "mode=debug node --test test/ai.ask.test.ts test/askJson.test.ts test/catalog.metaAndIndex.test.ts test/content.libraryIndex.test.ts test/content.fullLibrarySnapshot.test.ts test/content.skillsResolver.test.ts test/content.providerFactory.test.ts test/content.inlineProvider.test.ts test/content.sharedStoreProvider.test.ts test/coverage.orchestrator.test.ts test/funcxContentRef.test.ts test/funcxLogging.test.ts test/functions.callAI.test.ts test/functions.exampleGeneration.test.ts test/functions.router.test.ts test/genericExecutionResearch.attribution.test.ts test/mcp.catalog.test.ts test/mcp.export.test.ts test/mcp.toolMapping.test.ts test/mcp.security.test.ts test/mcp.http.test.ts test/runx.schemas.test.ts test/runx.api.schemas.test.ts test/runx.ui.schemas.test.ts test/runx.script.schemas.test.ts test/runx.condition.schemas.test.ts test/runx.condition.eval.test.ts test/runx.evolution.schemas.test.ts test/runx.shared.capabilityEval.test.ts test/primitives.full.test.ts test/primitive.seeds.test.ts test/primitive.seed.sync.test.ts test/humanValue.formula.test.ts test/humanValue.compute.test.ts test/humanValue.analytics.test.ts test/createItem.test.ts test/modifyItem.test.ts test/repairJsonDocument.test.ts test/repairJsonElement.test.ts test/contentConditionSkills.test.ts test/conditionSkills.seed.test.ts test/jsonHelpers.extractFirstJson.test.ts test/jsonHelpers.extractFirstJsonObject.test.mjs test/openrouter.parse.test.ts test/openrouter.request.test.ts test/parseJsonResponse.test.ts test/responseNormalization.test.ts test/runJsonCompletion.test.ts test/runJsonResult.test.ts test/safeJsonParse.test.ts test/serve.activityLog.test.ts test/funcxLogging.test.ts test/preferOpenRouterPolicy.test.ts test/serve.attribution.test.ts test/serve.usageTracker.test.ts test/validateJson.test.ts test/agent.toolbox.test.ts test/funcx.responseFormat.test.ts test/funcx.streaming.test.ts test/memorix.schemas.test.ts test/agentPlatform.schemas.test.ts test/funcxCatalog.registry.test.ts test/migrateFuncXResponseContracts.test.ts",
|
|
64
64
|
"test:live": "node --test test/catalogItems.live.test.ts test/match.live.test.ts test/matchLists.live.test.ts test/rank.live.test.ts test/library.live.test.ts test/primitives.openrouter.live.test.ts test/primitives.catalox.live.test.ts test/catalogAiTasks.catalox.live.test.ts test/genericExecutionResearch.catalox.live.test.ts test/agent.toolbox.live.test.ts test/funcx.catalox.live.test.ts",
|
|
65
65
|
"test:live:one": "node --test test/library.live.test.ts --test-name-pattern",
|
|
66
66
|
"test:live:agent": "node --test test/agent.toolbox.live.test.ts",
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
"dependencies": {
|
|
138
138
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
139
139
|
"@x12i/activix": "^7.2.0",
|
|
140
|
-
"@x12i/ai-profiles": "^1.7.
|
|
141
|
-
"@x12i/ai-tools": "^2.1.
|
|
140
|
+
"@x12i/ai-profiles": "^1.7.2",
|
|
141
|
+
"@x12i/ai-tools": "^2.1.5",
|
|
142
142
|
"@x12i/catalox": "^5.1.3",
|
|
143
143
|
"@x12i/env": "^4.0.1",
|
|
144
144
|
"@x12i/logxer": "^4.6.0",
|