@contractspec/bundle.lifecycle-managed 3.7.20 → 3.7.22
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/browser/index.js +2 -2
- package/dist/bundles/LifecycleManagedBundle.d.ts +34 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -2
- package/dist/node/index.js +2 -2
- package/package.json +9 -8
package/dist/browser/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import{defineAgent as
|
|
1
|
+
import{defineAgent as w}from"@contractspec/lib.contracts-spec/agent";var Q=w({meta:{key:"lifecycle.advisor",version:"1.0.0",title:"Lifecycle Advisor Agent",description:"Guides artisans through lifecycle detection, focus areas, and ceremonies.",owners:["team-lifecycle"],domain:"operations",tags:["guide","lifecycle","ops"],stability:"experimental"},description:"Guides users through lifecycle assessments, highlights gaps, and recommends actions tied to ContractSpec libraries.",instructions:`You are the Lifecycle Advisor. Always clarify the user's current stage, confidence, and blockers before suggesting actions.
|
|
2
2
|
- Prioritize simple, mobile-friendly instructions.
|
|
3
3
|
- When in early stages, focus on learning loops, not heavy infra.
|
|
4
4
|
- When in later stages, emphasize repeatability, telemetry, and managed ceremonies.
|
|
5
|
-
- Suggest at most 3 actions at a time. Reference ContractSpec libraries or modules when relevant.`,tools:[{name:"run_assessment",description:"Trigger a lifecycle assessment for a tenant.",schema:{type:"object",properties:{tenantId:{type:"string"},questionnaire:{type:"object",additionalProperties:!0}},required:["tenantId"]},automationSafe:!0},{name:"fetch_playbook",description:"Retrieve stage-specific playbook (actions, ceremonies, libraries).",schema:{type:"object",properties:{stage:{type:"integer",minimum:0,maximum:6,description:"Lifecycle stage number (0-6)"}},required:["stage"]},automationSafe:!0}],memory:{maxEntries:25,ttlMinutes:120},policy:{confidence:{min:0.7},escalation:{confidenceThreshold:0.5,approvalWorkflow:"ops.lifecycle.escalation"},flags:["lifecycle_advisor"]}});var
|
|
5
|
+
- Suggest at most 3 actions at a time. Reference ContractSpec libraries or modules when relevant.`,tools:[{name:"run_assessment",description:"Trigger a lifecycle assessment for a tenant.",schema:{type:"object",properties:{tenantId:{type:"string"},questionnaire:{type:"object",additionalProperties:!0}},required:["tenantId"]},automationSafe:!0},{name:"fetch_playbook",description:"Retrieve stage-specific playbook (actions, ceremonies, libraries).",schema:{type:"object",properties:{stage:{type:"integer",minimum:0,maximum:6,description:"Lifecycle stage number (0-6)"}},required:["stage"]},automationSafe:!0}],memory:{maxEntries:25,ttlMinutes:120},policy:{confidence:{min:0.7},escalation:{confidenceThreshold:0.5,approvalWorkflow:"ops.lifecycle.escalation"},flags:["lifecycle_advisor"]}});var V=(d)=>({runAssessment:async(a)=>{let b={...a.body??{},transport:a.body?.transport??a.transportPreferences?.preferredTransport,authMethod:a.body?.authMethod??a.transportPreferences?.preferredAuthMethod};return{status:200,body:await d.runAssessment(b)}},getPlaybook:async(a)=>{let b=Number(a.params?.stage??0);return{status:200,body:d.getStagePlaybook(b)}}});import{defineModuleBundle as x}from"@contractspec/lib.surface-runtime/spec";var Y=x({meta:{key:"bundles.lifecycle-managed",version:"1.0.0",title:"Lifecycle Managed",description:"Lifecycle management bundle with analytics and AI advisor"},routes:[{routeId:"default",path:"/",defaultSurface:"main"}],surfaces:{main:{surfaceId:"main",kind:"workbench",title:"Lifecycle Managed",slots:[],layouts:[],data:[],verification:{dimensions:{guidance:"Scaffolded guidance profile for Lifecycle Managed.",density:"Scaffolded density profile for Lifecycle Managed.",dataDepth:"Scaffolded data-depth profile for Lifecycle Managed.",control:"Scaffolded control profile for Lifecycle Managed.",media:"Scaffolded media profile for Lifecycle Managed.",pace:"Scaffolded pace profile for Lifecycle Managed.",narrative:"Scaffolded narrative profile for Lifecycle Managed."}}}}});import{lifecycleEventNames as y}from"@contractspec/lib.analytics";class k{publisher;constructor(d){this.publisher=d}forward(d){if(!this.publisher)return;switch(d.type){case"assessment.recorded":this.publisher({name:y.assessmentRun,properties:{tenantId:d.payload.tenantId,stage:d.payload.stage}});break;case"stage.changed":this.publisher({name:y.stageChanged,properties:{tenantId:d.payload.tenantId,previousStage:d.payload.previousStage,nextStage:d.payload.nextStage}});break;case"confidence.low":this.publisher({name:`${y.assessmentRun}.low_confidence`,properties:{tenantId:d.payload.tenantId,confidence:d.payload.confidence}});break}}}import{CapitalPhase as p,CompanyPhase as f,ProductPhase as N}from"@contractspec/lib.lifecycle";import{LifecycleKpiPipeline as R}from"@contractspec/lib.observability";import{ContractSpecLibraryRecommender as _,LifecycleCeremonyDesigner as $,LifecycleRecommendationEngine as j}from"@contractspec/module.lifecycle-advisor";import{LifecycleMilestonePlanner as z,LifecycleOrchestrator as F,StageScorer as G,StageSignalCollector as H}from"@contractspec/module.lifecycle-core";class J{orchestrator;recommendationEngine;libraryRecommender;ceremonyDesigner;pipeline;eventBridge;constructor(d){let a=new H(d.collector),b=new G,h=new z;if(this.orchestrator=new F({collector:a,scorer:b,milestonePlanner:h}),this.recommendationEngine=d.recommendationEngine??new j,this.libraryRecommender=d.libraryRecommender??new _,this.ceremonyDesigner=d.ceremonyDesigner??new $,this.pipeline=d.pipeline??new R,this.eventBridge=d.eventBridge,d.onPipelineEvent)this.pipeline.on(d.onPipelineEvent);if(this.eventBridge)this.pipeline.on((E)=>this.eventBridge?.forward(E))}async runAssessment(d){let a=await this.orchestrator.run(d),b=this.orchestrator.getUpcomingMilestones(a.stage,d.completedMilestones);this.pipeline.recordAssessment(a,d.tenantId);let h=this.recommendationEngine.generate(a,{upcomingMilestones:b}),E=this.libraryRecommender.recommend(a.stage),I=this.ceremonyDesigner.design(a.stage);return{assessment:a,recommendation:h,libraries:E,ceremony:I}}getStagePlaybook(d){return{recommendation:this.recommendationEngine.generate({stage:d,confidence:1,axes:{product:N.Mvp,company:f.TinyTeam,capital:p.Seed},signals:[],gaps:[],focusAreas:[],scorecard:[],generatedAt:new Date().toISOString()},{upcomingMilestones:this.orchestrator.getUpcomingMilestones(d)}),libraries:this.libraryRecommender.recommend(d),ceremony:this.ceremonyDesigner.design(d)}}}export{V as createLifecycleHandlers,Y as LifecycleManagedBundle,k as LifecycleEventBridge,J as LifecycleAssessmentService,Q as LifecycleAdvisorAgent};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const LifecycleManagedBundle: {
|
|
2
|
+
readonly meta: {
|
|
3
|
+
readonly key: "bundles.lifecycle-managed";
|
|
4
|
+
readonly version: "1.0.0";
|
|
5
|
+
readonly title: "Lifecycle Managed";
|
|
6
|
+
readonly description: "Lifecycle management bundle with analytics and AI advisor";
|
|
7
|
+
};
|
|
8
|
+
readonly routes: [{
|
|
9
|
+
readonly routeId: "default";
|
|
10
|
+
readonly path: "/";
|
|
11
|
+
readonly defaultSurface: "main";
|
|
12
|
+
}];
|
|
13
|
+
readonly surfaces: {
|
|
14
|
+
readonly main: {
|
|
15
|
+
readonly surfaceId: "main";
|
|
16
|
+
readonly kind: "workbench";
|
|
17
|
+
readonly title: "Lifecycle Managed";
|
|
18
|
+
readonly slots: [];
|
|
19
|
+
readonly layouts: [];
|
|
20
|
+
readonly data: [];
|
|
21
|
+
readonly verification: {
|
|
22
|
+
readonly dimensions: {
|
|
23
|
+
readonly guidance: "Scaffolded guidance profile for Lifecycle Managed.";
|
|
24
|
+
readonly density: "Scaffolded density profile for Lifecycle Managed.";
|
|
25
|
+
readonly dataDepth: "Scaffolded data-depth profile for Lifecycle Managed.";
|
|
26
|
+
readonly control: "Scaffolded control profile for Lifecycle Managed.";
|
|
27
|
+
readonly media: "Scaffolded media profile for Lifecycle Managed.";
|
|
28
|
+
readonly pace: "Scaffolded pace profile for Lifecycle Managed.";
|
|
29
|
+
readonly narrative: "Scaffolded narrative profile for Lifecycle Managed.";
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
};
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
import{defineAgent as
|
|
2
|
+
import{defineAgent as w}from"@contractspec/lib.contracts-spec/agent";var Q=w({meta:{key:"lifecycle.advisor",version:"1.0.0",title:"Lifecycle Advisor Agent",description:"Guides artisans through lifecycle detection, focus areas, and ceremonies.",owners:["team-lifecycle"],domain:"operations",tags:["guide","lifecycle","ops"],stability:"experimental"},description:"Guides users through lifecycle assessments, highlights gaps, and recommends actions tied to ContractSpec libraries.",instructions:`You are the Lifecycle Advisor. Always clarify the user's current stage, confidence, and blockers before suggesting actions.
|
|
3
3
|
- Prioritize simple, mobile-friendly instructions.
|
|
4
4
|
- When in early stages, focus on learning loops, not heavy infra.
|
|
5
5
|
- When in later stages, emphasize repeatability, telemetry, and managed ceremonies.
|
|
6
|
-
- Suggest at most 3 actions at a time. Reference ContractSpec libraries or modules when relevant.`,tools:[{name:"run_assessment",description:"Trigger a lifecycle assessment for a tenant.",schema:{type:"object",properties:{tenantId:{type:"string"},questionnaire:{type:"object",additionalProperties:!0}},required:["tenantId"]},automationSafe:!0},{name:"fetch_playbook",description:"Retrieve stage-specific playbook (actions, ceremonies, libraries).",schema:{type:"object",properties:{stage:{type:"integer",minimum:0,maximum:6,description:"Lifecycle stage number (0-6)"}},required:["stage"]},automationSafe:!0}],memory:{maxEntries:25,ttlMinutes:120},policy:{confidence:{min:0.7},escalation:{confidenceThreshold:0.5,approvalWorkflow:"ops.lifecycle.escalation"},flags:["lifecycle_advisor"]}});var
|
|
6
|
+
- Suggest at most 3 actions at a time. Reference ContractSpec libraries or modules when relevant.`,tools:[{name:"run_assessment",description:"Trigger a lifecycle assessment for a tenant.",schema:{type:"object",properties:{tenantId:{type:"string"},questionnaire:{type:"object",additionalProperties:!0}},required:["tenantId"]},automationSafe:!0},{name:"fetch_playbook",description:"Retrieve stage-specific playbook (actions, ceremonies, libraries).",schema:{type:"object",properties:{stage:{type:"integer",minimum:0,maximum:6,description:"Lifecycle stage number (0-6)"}},required:["stage"]},automationSafe:!0}],memory:{maxEntries:25,ttlMinutes:120},policy:{confidence:{min:0.7},escalation:{confidenceThreshold:0.5,approvalWorkflow:"ops.lifecycle.escalation"},flags:["lifecycle_advisor"]}});var V=(d)=>({runAssessment:async(a)=>{let b={...a.body??{},transport:a.body?.transport??a.transportPreferences?.preferredTransport,authMethod:a.body?.authMethod??a.transportPreferences?.preferredAuthMethod};return{status:200,body:await d.runAssessment(b)}},getPlaybook:async(a)=>{let b=Number(a.params?.stage??0);return{status:200,body:d.getStagePlaybook(b)}}});import{defineModuleBundle as x}from"@contractspec/lib.surface-runtime/spec";var Y=x({meta:{key:"bundles.lifecycle-managed",version:"1.0.0",title:"Lifecycle Managed",description:"Lifecycle management bundle with analytics and AI advisor"},routes:[{routeId:"default",path:"/",defaultSurface:"main"}],surfaces:{main:{surfaceId:"main",kind:"workbench",title:"Lifecycle Managed",slots:[],layouts:[],data:[],verification:{dimensions:{guidance:"Scaffolded guidance profile for Lifecycle Managed.",density:"Scaffolded density profile for Lifecycle Managed.",dataDepth:"Scaffolded data-depth profile for Lifecycle Managed.",control:"Scaffolded control profile for Lifecycle Managed.",media:"Scaffolded media profile for Lifecycle Managed.",pace:"Scaffolded pace profile for Lifecycle Managed.",narrative:"Scaffolded narrative profile for Lifecycle Managed."}}}}});import{lifecycleEventNames as y}from"@contractspec/lib.analytics";class k{publisher;constructor(d){this.publisher=d}forward(d){if(!this.publisher)return;switch(d.type){case"assessment.recorded":this.publisher({name:y.assessmentRun,properties:{tenantId:d.payload.tenantId,stage:d.payload.stage}});break;case"stage.changed":this.publisher({name:y.stageChanged,properties:{tenantId:d.payload.tenantId,previousStage:d.payload.previousStage,nextStage:d.payload.nextStage}});break;case"confidence.low":this.publisher({name:`${y.assessmentRun}.low_confidence`,properties:{tenantId:d.payload.tenantId,confidence:d.payload.confidence}});break}}}import{CapitalPhase as p,CompanyPhase as f,ProductPhase as N}from"@contractspec/lib.lifecycle";import{LifecycleKpiPipeline as R}from"@contractspec/lib.observability";import{ContractSpecLibraryRecommender as _,LifecycleCeremonyDesigner as $,LifecycleRecommendationEngine as j}from"@contractspec/module.lifecycle-advisor";import{LifecycleMilestonePlanner as z,LifecycleOrchestrator as F,StageScorer as G,StageSignalCollector as H}from"@contractspec/module.lifecycle-core";class J{orchestrator;recommendationEngine;libraryRecommender;ceremonyDesigner;pipeline;eventBridge;constructor(d){let a=new H(d.collector),b=new G,h=new z;if(this.orchestrator=new F({collector:a,scorer:b,milestonePlanner:h}),this.recommendationEngine=d.recommendationEngine??new j,this.libraryRecommender=d.libraryRecommender??new _,this.ceremonyDesigner=d.ceremonyDesigner??new $,this.pipeline=d.pipeline??new R,this.eventBridge=d.eventBridge,d.onPipelineEvent)this.pipeline.on(d.onPipelineEvent);if(this.eventBridge)this.pipeline.on((E)=>this.eventBridge?.forward(E))}async runAssessment(d){let a=await this.orchestrator.run(d),b=this.orchestrator.getUpcomingMilestones(a.stage,d.completedMilestones);this.pipeline.recordAssessment(a,d.tenantId);let h=this.recommendationEngine.generate(a,{upcomingMilestones:b}),E=this.libraryRecommender.recommend(a.stage),I=this.ceremonyDesigner.design(a.stage);return{assessment:a,recommendation:h,libraries:E,ceremony:I}}getStagePlaybook(d){return{recommendation:this.recommendationEngine.generate({stage:d,confidence:1,axes:{product:N.Mvp,company:f.TinyTeam,capital:p.Seed},signals:[],gaps:[],focusAreas:[],scorecard:[],generatedAt:new Date().toISOString()},{upcomingMilestones:this.orchestrator.getUpcomingMilestones(d)}),libraries:this.libraryRecommender.recommend(d),ceremony:this.ceremonyDesigner.design(d)}}}export{V as createLifecycleHandlers,Y as LifecycleManagedBundle,k as LifecycleEventBridge,J as LifecycleAssessmentService,Q as LifecycleAdvisorAgent};
|
package/dist/node/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import{defineAgent as
|
|
1
|
+
import{defineAgent as w}from"@contractspec/lib.contracts-spec/agent";var Q=w({meta:{key:"lifecycle.advisor",version:"1.0.0",title:"Lifecycle Advisor Agent",description:"Guides artisans through lifecycle detection, focus areas, and ceremonies.",owners:["team-lifecycle"],domain:"operations",tags:["guide","lifecycle","ops"],stability:"experimental"},description:"Guides users through lifecycle assessments, highlights gaps, and recommends actions tied to ContractSpec libraries.",instructions:`You are the Lifecycle Advisor. Always clarify the user's current stage, confidence, and blockers before suggesting actions.
|
|
2
2
|
- Prioritize simple, mobile-friendly instructions.
|
|
3
3
|
- When in early stages, focus on learning loops, not heavy infra.
|
|
4
4
|
- When in later stages, emphasize repeatability, telemetry, and managed ceremonies.
|
|
5
|
-
- Suggest at most 3 actions at a time. Reference ContractSpec libraries or modules when relevant.`,tools:[{name:"run_assessment",description:"Trigger a lifecycle assessment for a tenant.",schema:{type:"object",properties:{tenantId:{type:"string"},questionnaire:{type:"object",additionalProperties:!0}},required:["tenantId"]},automationSafe:!0},{name:"fetch_playbook",description:"Retrieve stage-specific playbook (actions, ceremonies, libraries).",schema:{type:"object",properties:{stage:{type:"integer",minimum:0,maximum:6,description:"Lifecycle stage number (0-6)"}},required:["stage"]},automationSafe:!0}],memory:{maxEntries:25,ttlMinutes:120},policy:{confidence:{min:0.7},escalation:{confidenceThreshold:0.5,approvalWorkflow:"ops.lifecycle.escalation"},flags:["lifecycle_advisor"]}});var
|
|
5
|
+
- Suggest at most 3 actions at a time. Reference ContractSpec libraries or modules when relevant.`,tools:[{name:"run_assessment",description:"Trigger a lifecycle assessment for a tenant.",schema:{type:"object",properties:{tenantId:{type:"string"},questionnaire:{type:"object",additionalProperties:!0}},required:["tenantId"]},automationSafe:!0},{name:"fetch_playbook",description:"Retrieve stage-specific playbook (actions, ceremonies, libraries).",schema:{type:"object",properties:{stage:{type:"integer",minimum:0,maximum:6,description:"Lifecycle stage number (0-6)"}},required:["stage"]},automationSafe:!0}],memory:{maxEntries:25,ttlMinutes:120},policy:{confidence:{min:0.7},escalation:{confidenceThreshold:0.5,approvalWorkflow:"ops.lifecycle.escalation"},flags:["lifecycle_advisor"]}});var V=(d)=>({runAssessment:async(a)=>{let b={...a.body??{},transport:a.body?.transport??a.transportPreferences?.preferredTransport,authMethod:a.body?.authMethod??a.transportPreferences?.preferredAuthMethod};return{status:200,body:await d.runAssessment(b)}},getPlaybook:async(a)=>{let b=Number(a.params?.stage??0);return{status:200,body:d.getStagePlaybook(b)}}});import{defineModuleBundle as x}from"@contractspec/lib.surface-runtime/spec";var Y=x({meta:{key:"bundles.lifecycle-managed",version:"1.0.0",title:"Lifecycle Managed",description:"Lifecycle management bundle with analytics and AI advisor"},routes:[{routeId:"default",path:"/",defaultSurface:"main"}],surfaces:{main:{surfaceId:"main",kind:"workbench",title:"Lifecycle Managed",slots:[],layouts:[],data:[],verification:{dimensions:{guidance:"Scaffolded guidance profile for Lifecycle Managed.",density:"Scaffolded density profile for Lifecycle Managed.",dataDepth:"Scaffolded data-depth profile for Lifecycle Managed.",control:"Scaffolded control profile for Lifecycle Managed.",media:"Scaffolded media profile for Lifecycle Managed.",pace:"Scaffolded pace profile for Lifecycle Managed.",narrative:"Scaffolded narrative profile for Lifecycle Managed."}}}}});import{lifecycleEventNames as y}from"@contractspec/lib.analytics";class k{publisher;constructor(d){this.publisher=d}forward(d){if(!this.publisher)return;switch(d.type){case"assessment.recorded":this.publisher({name:y.assessmentRun,properties:{tenantId:d.payload.tenantId,stage:d.payload.stage}});break;case"stage.changed":this.publisher({name:y.stageChanged,properties:{tenantId:d.payload.tenantId,previousStage:d.payload.previousStage,nextStage:d.payload.nextStage}});break;case"confidence.low":this.publisher({name:`${y.assessmentRun}.low_confidence`,properties:{tenantId:d.payload.tenantId,confidence:d.payload.confidence}});break}}}import{CapitalPhase as p,CompanyPhase as f,ProductPhase as N}from"@contractspec/lib.lifecycle";import{LifecycleKpiPipeline as R}from"@contractspec/lib.observability";import{ContractSpecLibraryRecommender as _,LifecycleCeremonyDesigner as $,LifecycleRecommendationEngine as j}from"@contractspec/module.lifecycle-advisor";import{LifecycleMilestonePlanner as z,LifecycleOrchestrator as F,StageScorer as G,StageSignalCollector as H}from"@contractspec/module.lifecycle-core";class J{orchestrator;recommendationEngine;libraryRecommender;ceremonyDesigner;pipeline;eventBridge;constructor(d){let a=new H(d.collector),b=new G,h=new z;if(this.orchestrator=new F({collector:a,scorer:b,milestonePlanner:h}),this.recommendationEngine=d.recommendationEngine??new j,this.libraryRecommender=d.libraryRecommender??new _,this.ceremonyDesigner=d.ceremonyDesigner??new $,this.pipeline=d.pipeline??new R,this.eventBridge=d.eventBridge,d.onPipelineEvent)this.pipeline.on(d.onPipelineEvent);if(this.eventBridge)this.pipeline.on((E)=>this.eventBridge?.forward(E))}async runAssessment(d){let a=await this.orchestrator.run(d),b=this.orchestrator.getUpcomingMilestones(a.stage,d.completedMilestones);this.pipeline.recordAssessment(a,d.tenantId);let h=this.recommendationEngine.generate(a,{upcomingMilestones:b}),E=this.libraryRecommender.recommend(a.stage),I=this.ceremonyDesigner.design(a.stage);return{assessment:a,recommendation:h,libraries:E,ceremony:I}}getStagePlaybook(d){return{recommendation:this.recommendationEngine.generate({stage:d,confidence:1,axes:{product:N.Mvp,company:f.TinyTeam,capital:p.Seed},signals:[],gaps:[],focusAreas:[],scorecard:[],generatedAt:new Date().toISOString()},{upcomingMilestones:this.orchestrator.getUpcomingMilestones(d)}),libraries:this.libraryRecommender.recommend(d),ceremony:this.ceremonyDesigner.design(d)}}}export{V as createLifecycleHandlers,Y as LifecycleManagedBundle,k as LifecycleEventBridge,J as LifecycleAssessmentService,Q as LifecycleAdvisorAgent};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.lifecycle-managed",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.22",
|
|
4
4
|
"description": "Lifecycle management bundle with analytics and AI advisor",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"contractspec",
|
|
@@ -32,17 +32,18 @@
|
|
|
32
32
|
"typecheck": "tsc --noEmit"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@contractspec/lib.analytics": "3.7.
|
|
36
|
-
"@contractspec/lib.contracts-spec": "5.
|
|
37
|
-
"@contractspec/lib.lifecycle": "3.7.
|
|
38
|
-
"@contractspec/lib.observability": "3.7.
|
|
39
|
-
"@contractspec/module.lifecycle-advisor": "3.7.
|
|
40
|
-
"@contractspec/module.lifecycle-core": "3.7.
|
|
35
|
+
"@contractspec/lib.analytics": "3.7.22",
|
|
36
|
+
"@contractspec/lib.contracts-spec": "5.5.1",
|
|
37
|
+
"@contractspec/lib.lifecycle": "3.7.22",
|
|
38
|
+
"@contractspec/lib.observability": "3.7.22",
|
|
39
|
+
"@contractspec/module.lifecycle-advisor": "3.7.21",
|
|
40
|
+
"@contractspec/module.lifecycle-core": "3.7.21",
|
|
41
|
+
"@contractspec/lib.surface-runtime": "0.5.22"
|
|
41
42
|
},
|
|
42
43
|
"devDependencies": {
|
|
43
44
|
"@contractspec/tool.typescript": "3.7.13",
|
|
44
45
|
"typescript": "^5.9.3",
|
|
45
|
-
"@contractspec/tool.bun": "3.7.
|
|
46
|
+
"@contractspec/tool.bun": "3.7.17"
|
|
46
47
|
},
|
|
47
48
|
"exports": {
|
|
48
49
|
".": {
|