chore(deps): bump expo-secure-store from 14.2.4 to 15.0.8#67
chore(deps): bump expo-secure-store from 14.2.4 to 15.0.8#67dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
📋 ContractSpec Impact AnalysisGenerated by ContractSpec CI |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
3 similar comments
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Bumps [expo-secure-store](https://github.com/expo/expo/tree/HEAD/packages/expo-secure-store) from 14.2.4 to 15.0.8. - [Changelog](https://github.com/expo/expo/blob/main/packages/expo-secure-store/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-secure-store) --- updated-dependencies: - dependency-name: expo-secure-store dependency-version: 15.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
7aac192 to
26477a9
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
📋 ContractSpec Change SummaryThis PR modifies contracts. Here is the generated product view: Product View (User Flow & Capabilities)📄 /home/runner/work/contractspec/contractspec/packages/bundles/workspace/src/contracts/features/cli.feature.ts workspace-cliView: Product (User Flow & Capabilities) Capabilities (Operations)
📄 /home/runner/work/contractspec/contractspec/packages/bundles/workspace/src/contracts/operations/init.operation.ts initView: Product (User Flow & Capabilities) GoalInitialize a new ContractSpec workspace or package ContextRun by the user to bootstrap the environment Behavior
📄 /home/runner/work/contractspec/contractspec/packages/bundles/workspace/src/contracts/operations/test.operation.ts testView: Product (User Flow & Capabilities) GoalExecute tests defined in specs ContextRun via CLI Behavior
📄 /home/runner/work/contractspec/contractspec/packages/bundles/workspace/src/contracts/operations/validate.operation.ts validateView: Product (User Flow & Capabilities) GoalEnsure spec validity and integrity ContextRun via CLI or CI to check specs Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/agent-console/src/agent.capability.ts agentView: Product (User Flow & Capabilities) Type: capability 📄 /home/runner/work/contractspec/contractspec/packages/examples/agent-console/src/agent.feature.ts agent-consoleView: Product (User Flow & Capabilities) Capabilities (Operations)
User Interfaces (Presentations)
📄 /home/runner/work/contractspec/contractspec/packages/examples/agent-console/src/agent/agent.event.ts agent-console.agent.createdView: Product (User Flow & Capabilities) Type: event agent-console.agent.updatedView: Product (User Flow & Capabilities) Type: event agent-console.agent.toolAssignedView: Product (User Flow & Capabilities) Type: event agent-console.agent.toolRemovedView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/agent-console/src/agent/agent.operation.ts agent-console.agent.createView: Product (User Flow & Capabilities) GoalAllow users to define new AI agents with specific models and tools. ContextCalled from the agent builder UI when creating a new agent. Behavior
agent-console.agent.updateView: Product (User Flow & Capabilities) GoalAllow users to modify agent settings and configuration. ContextCalled from the agent settings UI. Behavior
agent-console.agent.getView: Product (User Flow & Capabilities) GoalView detailed agent configuration. ContextCalled when viewing agent details or editing. Behavior
agent-console.agent.listView: Product (User Flow & Capabilities) GoalBrowse and search available agents. ContextAgent list/dashboard view. Behavior
agent-console.agent.assignToolView: Product (User Flow & Capabilities) GoalEnable agents to use specific tools. ContextAgent configuration UI - tool selection. Behavior
agent-console.agent.removeToolView: Product (User Flow & Capabilities) GoalDisable specific tools for an agent. ContextAgent configuration UI - tool management. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/agent-console/src/agent/agent.presentation.ts agent-console.agent.listView: Product (User Flow & Capabilities) GoalProvide an overview of all agents in an organization. ContextMain landing page for agent management. Type: presentation agent-console.agent.detailView: Product (User Flow & Capabilities) GoalAllow users to inspect and configure a specific agent. ContextDetailed view of an agent. Type: presentation agent-console.dashboardView: Product (User Flow & Capabilities) GoalProvide a high-level overview of the AI platform health and usage. ContextRoot dashboard of the Agent Console. Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/agent-console/src/agent/agent.test-spec.ts test.agent-console.agent.listView: Product (User Flow & Capabilities) Type: test-spec test.agent-console.agent.getView: Product (User Flow & Capabilities) Type: test-spec 📄 /home/runner/work/contractspec/contractspec/packages/examples/agent-console/src/run/run.event.ts agent.run.startedView: Product (User Flow & Capabilities) Type: event agent.run.completedView: Product (User Flow & Capabilities) Type: event agent.run.failedView: Product (User Flow & Capabilities) Type: event agent.run.cancelledView: Product (User Flow & Capabilities) Type: event agent.run.toolInvokedView: Product (User Flow & Capabilities) Type: event agent.run.toolCompletedView: Product (User Flow & Capabilities) Type: event agent.run.messageGeneratedView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/agent-console/src/run/run.operation.ts agent.run.executeView: Product (User Flow & Capabilities) GoalExecute an AI agent with user input. ContextCalled from chat interface or API. Behavior
agent.run.cancelView: Product (User Flow & Capabilities) GoalStop a running agent execution. ContextCalled when user wants to abort a long-running task. Behavior
agent.run.getView: Product (User Flow & Capabilities) GoalView detailed run information. ContextRun details page or monitoring. Behavior
agent.run.listView: Product (User Flow & Capabilities) GoalBrowse and search run history. ContextRun history/dashboard view. Behavior
agent.run.getStepsView: Product (User Flow & Capabilities) GoalView step-by-step execution details. ContextRun details page - steps tab. Behavior
agent.run.getLogsView: Product (User Flow & Capabilities) GoalDebug and audit run execution. ContextRun details page - logs tab. Behavior
agent.run.getMetricsView: Product (User Flow & Capabilities) GoalMonitor and analyze agent usage. ContextAnalytics dashboard. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/agent-console/src/run/run.presentation.ts agent-console.run.listView: Product (User Flow & Capabilities) GoalProvide an overview of agent execution history and performance. ContextRun history dashboard. Type: presentation agent-console.run.detailView: Product (User Flow & Capabilities) GoalAllow users to inspect and debug a specific agent run. ContextDetailed view of an agent run. Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/agent-console/src/run/run.test-spec.ts test.agent.run.listView: Product (User Flow & Capabilities) Type: test-spec test.agent.run.getView: Product (User Flow & Capabilities) Type: test-spec 📄 /home/runner/work/contractspec/contractspec/packages/examples/agent-console/src/tool/tool.event.ts agent.tool.createdView: Product (User Flow & Capabilities) Type: event agent.tool.updatedView: Product (User Flow & Capabilities) Type: event agent.tool.statusChangedView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/agent-console/src/tool/tool.operation.ts agent.tool.createView: Product (User Flow & Capabilities) GoalAllow users to define new tools that agents can use. ContextCalled from the tool builder UI when creating a new tool. Behavior
agent.tool.updateView: Product (User Flow & Capabilities) GoalAllow users to modify tool settings and configuration. ContextCalled from the tool settings UI. Behavior
agent.tool.getView: Product (User Flow & Capabilities) GoalView detailed tool configuration. ContextCalled when viewing tool details or editing. Behavior
agent.tool.listView: Product (User Flow & Capabilities) GoalBrowse and search available tools. ContextTool list/dashboard view. Behavior
agent.tool.testView: Product (User Flow & Capabilities) GoalValidate tool configuration before deployment. ContextTool builder UI - test panel. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/agent-console/src/tool/tool.presentation.ts agent-console.tool.listView: Product (User Flow & Capabilities) GoalProvide an overview of all available tools for agents. ContextTool management dashboard. Type: presentation agent-console.tool.detailView: Product (User Flow & Capabilities) GoalAllow users to inspect and test a specific tool. ContextDetailed view of a tool. Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/agent-console/src/tool/tool.test-spec.ts test.agent.tool.listView: Product (User Flow & Capabilities) Type: test-spec test.agent.tool.getView: Product (User Flow & Capabilities) Type: test-spec 📄 /home/runner/work/contractspec/contractspec/packages/examples/analytics-dashboard/src/dashboard.feature.ts analytics-dashboardView: Product (User Flow & Capabilities) Capabilities (Operations)
User Interfaces (Presentations)
📄 /home/runner/work/contractspec/contractspec/packages/examples/analytics-dashboard/src/dashboard/dashboard.operation.ts analytics.dashboard.createView: Product (User Flow & Capabilities) GoalAllow users to create custom dashboards. ContextDashboard management. Behavior
analytics.widget.addView: Product (User Flow & Capabilities) GoalAllow users to add visualizations. ContextDashboard editor. Behavior
analytics.dashboard.listView: Product (User Flow & Capabilities) GoalBrowse available dashboards. ContextDashboard listing. Behavior
analytics.dashboard.getView: Product (User Flow & Capabilities) GoalLoad dashboard for viewing. ContextDashboard view. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/analytics-dashboard/src/dashboard/dashboard.presentation.ts analytics.dashboard.listView: Product (User Flow & Capabilities) GoalShow users available analytics dashboards. ContextThe main dashboard management view. Type: presentation analytics.dashboard.viewView: Product (User Flow & Capabilities) GoalRender a dashboard with its visualizations and data. ContextThe interactive viewing interface. Type: presentation analytics.dashboard.editorView: Product (User Flow & Capabilities) GoalConfigure dashboard layout and widget settings. ContextManagement tool for analysts. Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/analytics-dashboard/src/dashboard/dashboard.test-spec.ts analytics.dashboard.create.testView: Product (User Flow & Capabilities) Type: test-spec analytics.dashboard.list.testView: Product (User Flow & Capabilities) Type: test-spec analytics.dashboard.get.testView: Product (User Flow & Capabilities) Type: test-spec analytics.widget.add.testView: Product (User Flow & Capabilities) Type: test-spec 📄 /home/runner/work/contractspec/contractspec/packages/examples/analytics-dashboard/src/events.ts analytics.dashboard.createdView: Product (User Flow & Capabilities) Type: event analytics.widget.addedView: Product (User Flow & Capabilities) Type: event analytics.query.createdView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/analytics-dashboard/src/query/query.operation.ts analytics.query.createView: Product (User Flow & Capabilities) GoalDefine reusable data queries. ContextQuery builder. Behavior
analytics.query.executeView: Product (User Flow & Capabilities) GoalFetch data for visualizations. ContextDashboard rendering. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/analytics-dashboard/src/query/query.presentation.ts analytics.query.listView: Product (User Flow & Capabilities) GoalBrowse and manage saved data queries. ContextThe library of reusable data definitions. Type: presentation analytics.query.builderView: Product (User Flow & Capabilities) GoalVisually construct data queries and transformations. ContextDeveloper tool for data analysis. Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/analytics-dashboard/src/query/query.test-spec.ts analytics.query.create.testView: Product (User Flow & Capabilities) Type: test-spec analytics.query.execute.testView: Product (User Flow & Capabilities) Type: test-spec 📄 /home/runner/work/contractspec/contractspec/packages/examples/crm-pipeline/src/crm-pipeline.feature.ts crm-pipelineView: Product (User Flow & Capabilities) Capabilities (Operations)
User Interfaces (Presentations)
📄 /home/runner/work/contractspec/contractspec/packages/examples/crm-pipeline/src/deal/deal.operation.ts crm.deal.createView: Product (User Flow & Capabilities) GoalAllow sales reps to create new opportunities. ContextDeal creation UI, quick add. Behavior
Triggers
crm.deal.moveView: Product (User Flow & Capabilities) GoalAllow drag-and-drop stage movement in Kanban. ContextPipeline Kanban view. Behavior
Triggers
crm.deal.winView: Product (User Flow & Capabilities) GoalClose a deal as successful. ContextDeal closing flow. Behavior
Triggers
crm.deal.loseView: Product (User Flow & Capabilities) GoalClose a deal as unsuccessful. ContextDeal closing flow. Behavior
Triggers
crm.deal.listView: Product (User Flow & Capabilities) GoalShow pipeline, deal lists, dashboards. ContextPipeline view, deal list. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/crm-pipeline/src/deal/deal.test-spec.ts test.crm.deal.listView: Product (User Flow & Capabilities) Type: test-spec test.crm.deal.moveView: Product (User Flow & Capabilities) Type: test-spec 📄 /home/runner/work/contractspec/contractspec/packages/examples/crm-pipeline/src/events/contact.event.ts contact.createdView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/crm-pipeline/src/events/deal.event.ts deal.createdView: Product (User Flow & Capabilities) Type: event deal.movedView: Product (User Flow & Capabilities) Type: event deal.wonView: Product (User Flow & Capabilities) Type: event deal.lostView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/crm-pipeline/src/events/task.event.ts task.completedView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/crm-pipeline/src/presentations/dashboard.presentation.ts crm.dashboardView: Product (User Flow & Capabilities) GoalProvide a high-level overview of CRM performance and active deals. ContextThe landing page for CRM users. Type: presentation crm.pipeline.metricsView: Product (User Flow & Capabilities) GoalTrack pipeline health and sales forecasts. ContextData-intensive widget for sales managers. Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/crm-pipeline/src/presentations/pipeline.presentation.ts crm.pipeline.kanbanView: Product (User Flow & Capabilities) GoalVisualize the sales pipeline status and deal distribution across stages. ContextUsed in the sales dashboard and management reports. Type: presentation crm.deal.listView: Product (User Flow & Capabilities) GoalSearch, filter, and review deal lists. ContextStandard view for deal management and bulk actions. Type: presentation crm.deal.detailView: Product (User Flow & Capabilities) GoalDeep dive into deal details and historical activities. ContextThe main workspace for managing a single deal execution. Type: presentation crm.deal.cardView: Product (User Flow & Capabilities) GoalProvide a quick overview of deal status in the pipeline view. ContextCondensed representation used within the Pipeline Kanban board. Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/integration-hub/src/connection/connection.operation.ts integration.connection.createView: Product (User Flow & Capabilities) GoalAuthenticate with external systems. ContextConnection setup. Behavior
Triggers
📄 /home/runner/work/contractspec/contractspec/packages/examples/integration-hub/src/connection/connection.presentation.ts integration.connection.listView: Product (User Flow & Capabilities) GoalProvide an overview of all established integration connections. ContextThe primary management view for integration hubs. Type: presentation integration.connection.setupView: Product (User Flow & Capabilities) GoalGuide users through the multi-step process of connecting to a new integration. ContextThe onboarding flow for new integrations. Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/integration-hub/src/events.ts integration.createdView: Product (User Flow & Capabilities) Type: event integration.connection.createdView: Product (User Flow & Capabilities) Type: event integration.connection.statusChangedView: Product (User Flow & Capabilities) Type: event integration.syncConfig.createdView: Product (User Flow & Capabilities) Type: event integration.sync.startedView: Product (User Flow & Capabilities) Type: event integration.sync.completedView: Product (User Flow & Capabilities) Type: event integration.sync.failedView: Product (User Flow & Capabilities) Type: event integration.record.syncedView: Product (User Flow & Capabilities) Type: event integration.fieldMapping.addedView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/integration-hub/src/integration-hub.capability.ts integrationView: Product (User Flow & Capabilities) Type: capability syncView: Product (User Flow & Capabilities) Type: capability etlView: Product (User Flow & Capabilities) Type: capability 📄 /home/runner/work/contractspec/contractspec/packages/examples/integration-hub/src/integration-hub.feature.ts integration-hubView: Product (User Flow & Capabilities) Capabilities (Operations)
User Interfaces (Presentations)
📄 /home/runner/work/contractspec/contractspec/packages/examples/integration-hub/src/integration/integration.operations.ts integration.createView: Product (User Flow & Capabilities) GoalAllow users to set up integrations with external systems. ContextIntegration setup. Behavior
Triggers
📄 /home/runner/work/contractspec/contractspec/packages/examples/integration-hub/src/integration/integration.presentation.ts integration.listView: Product (User Flow & Capabilities) GoalShow users available integrations they can connect to. ContextThe marketplace of integrations within the hub. Type: presentation integration.detailView: Product (User Flow & Capabilities) GoalShow capabilities and documentation for a specific integration. ContextIntegration showcase and support page. Type: presentation integration.healthView: Product (User Flow & Capabilities) GoalMonitor connectivity and error rates for active integrations. ContextOperations dashboard for integration hub health. Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/integration-hub/src/sync/sync.operations.ts integration.syncConfig.createView: Product (User Flow & Capabilities) GoalDefine how data should be synchronized. ContextSync setup. Behavior
Triggers
integration.fieldMapping.addView: Product (User Flow & Capabilities) GoalMap fields between systems. ContextMapping configuration. Behavior
Triggers
integration.sync.triggerView: Product (User Flow & Capabilities) GoalStart data synchronization. ContextManual sync or webhook trigger. Behavior
Triggers
integration.syncRun.listView: Product (User Flow & Capabilities) GoalView sync history and status. ContextSync monitoring. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/integration-hub/src/sync/sync.presentation.ts integration.syncConfig.listView: Product (User Flow & Capabilities) GoalShow users their current sync configurations. ContextManagement view for data synchronization. Type: presentation integration.syncConfig.editorView: Product (User Flow & Capabilities) GoalAllow users to configure schedule, filters, and settings for a sync. ContextConfiguration interface for sync jobs. Type: presentation integration.fieldMapping.editorView: Product (User Flow & Capabilities) GoalAllow users to map source fields to target fields visually. ContextSchema mapping tool for data consistency. Type: presentation integration.syncRun.listView: Product (User Flow & Capabilities) GoalProvide a historical log of all sync attempts and their results. ContextAudit and troubleshooting view for sync jobs. Type: presentation integration.syncRun.detailView: Product (User Flow & Capabilities) GoalShow granular details and logs for a specific sync run. ContextDetailed troubleshooting view. Type: presentation integration.sync.activityView: Product (User Flow & Capabilities) GoalMonitor live data flow and sync performance. ContextReal-time operations monitor. Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/integration-hub/src/tests/operations.test-spec.ts integration.syncConfig.create.testView: Product (User Flow & Capabilities) Type: test-spec integration.fieldMapping.add.testView: Product (User Flow & Capabilities) Type: test-spec integration.syncRun.list.testView: Product (User Flow & Capabilities) Type: test-spec 📄 /home/runner/work/contractspec/contractspec/packages/examples/kb-update-pipeline/src/events.ts kb.change.detectedView: Product (User Flow & Capabilities) Type: event kb.change.summarizedView: Product (User Flow & Capabilities) Type: event kb.patch.proposedView: Product (User Flow & Capabilities) Type: event kb.review.requestedView: Product (User Flow & Capabilities) Type: event kb.review.decidedView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/kb-update-pipeline/src/kb-update-pipeline.feature.ts kb-update-pipelineView: Product (User Flow & Capabilities) Capabilities (Operations)
User Interfaces (Presentations)
📄 /home/runner/work/contractspec/contractspec/packages/examples/kb-update-pipeline/src/operations/pipeline.ts kbPipeline.runWatchView: Product (User Flow & Capabilities) GoalAutomate discovery of updates needing review. ContextScheduled job or manual trigger in demos. Behavior
kbPipeline.createReviewTaskView: Product (User Flow & Capabilities) GoalRoute work to human verifiers. ContextCalled after change detection or manual selection. Behavior
kbPipeline.submitDecisionView: Product (User Flow & Capabilities) GoalEnsure humans verify before publishing. ContextCurator/expert reviews and decides. Behavior
kbPipeline.publishIfReadyView: Product (User Flow & Capabilities) GoalPrevent publishing until all required approvals exist. ContextCalled by job or UI to attempt publish. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/kb-update-pipeline/src/presentations.ts kb.dashboardView: Product (User Flow & Capabilities) GoalVisualize status ContextDashboard Type: presentation kb.review.listView: Product (User Flow & Capabilities) GoalList tasks ContextInbox Type: presentation kb.review.formView: Product (User Flow & Capabilities) GoalReview ContextDetail Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/kb-update-pipeline/src/tests/operations.test-spec.ts kbPipeline.runWatch.testView: Product (User Flow & Capabilities) Type: test-spec kbPipeline.createReviewTask.testView: Product (User Flow & Capabilities) Type: test-spec kbPipeline.submitDecision.testView: Product (User Flow & Capabilities) Type: test-spec 📄 /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-crm-onboarding/src/learning-journey-crm-onboarding.feature.ts learning-journey-crm-onboardingView: Product (User Flow & Capabilities) Capabilities (Operations)
User Interfaces (Presentations)
📄 /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-crm-onboarding/src/operations/index.ts learningJourney.crmOnboarding.getTrackView: Product (User Flow & Capabilities) GoalExpose track metadata to UIs and templates. ContextCalled by Studio/Playground to render journey steps. Behavior
learningJourney.crmOnboarding.recordEventView: Product (User Flow & Capabilities) GoalAdvance steps via domain events in demo/sandbox contexts. ContextCalled by handlers or demo scripts to emit step completion events. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-crm-onboarding/src/presentations/index.ts learning.journey.crm.trackView: Product (User Flow & Capabilities) Type: presentation learning.journey.crm.widgetView: Product (User Flow & Capabilities) Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-crm-onboarding/src/tests/operations.test-spec.ts learningJourney.crmOnboarding.getTrack.testView: Product (User Flow & Capabilities) Type: test-spec 📄 /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-platform-tour/src/learning-journey-platform-tour.feature.ts learning-journey-platform-tourView: Product (User Flow & Capabilities) Capabilities (Operations)
User Interfaces (Presentations)
📄 /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-platform-tour/src/operations/index.ts learningJourney.platformTour.getTrackView: Product (User Flow & Capabilities) GoalExpose track metadata to UIs and templates. ContextCalled by Studio/Playground to render journey steps. Behavior
learningJourney.platformTour.recordEventView: Product (User Flow & Capabilities) GoalAdvance steps via domain events in demo/sandbox contexts. ContextCalled by handlers or demo scripts to emit step completion events. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-platform-tour/src/presentations/index.ts learning.journey.platform.trackView: Product (User Flow & Capabilities) Type: presentation learning.journey.platform.widgetView: Product (User Flow & Capabilities) Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-platform-tour/src/tests/operations.test-spec.ts learningJourney.platformTour.getTrack.testView: Product (User Flow & Capabilities) Type: test-spec 📄 /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-registry/src/learning-journey-registry.feature.ts learning-journey-registryView: Product (User Flow & Capabilities) User Interfaces (Presentations)
📄 /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-registry/src/presentations/index.ts learning.journey.track_listView: Product (User Flow & Capabilities) Type: presentation learning.journey.track_detailView: Product (User Flow & Capabilities) Type: presentation learning.journey.progress_widgetView: Product (User Flow & Capabilities) Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-studio-onboarding/src/learning-journey-studio-onboarding.feature.ts learning-journey-studio-onboardingView: Product (User Flow & Capabilities) Capabilities (Operations)
User Interfaces (Presentations)
📄 /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-studio-onboarding/src/operations/index.ts learningJourney.studioOnboarding.getTrackView: Product (User Flow & Capabilities) GoalExpose track metadata to UIs and templates. ContextCalled by Studio/Playground to render journey steps. Behavior
learningJourney.studioOnboarding.recordEventView: Product (User Flow & Capabilities) GoalAdvance steps via domain events in demo/sandbox contexts. ContextCalled by handlers or demo scripts to emit step completion events. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-studio-onboarding/src/presentations/index.ts learning.journey.studio.trackView: Product (User Flow & Capabilities) GoalVisualize the onboarding track for the user. ContextDisplayed in the Studio dashboard. Type: presentation learning.journey.studio.widgetView: Product (User Flow & Capabilities) GoalShow quick progress summary. ContextDisplayed in the Studio sidebar or header. Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/learning-journey-studio-onboarding/src/tests/operations.test-spec.ts learningJourney.studioOnboarding.getTrack.testView: Product (User Flow & Capabilities) Type: test-spec 📄 /home/runner/work/contractspec/contractspec/packages/examples/locale-jurisdiction-gate/src/events.ts assistant.answer.requestedView: Product (User Flow & Capabilities) Type: event assistant.answer.blockedView: Product (User Flow & Capabilities) Type: event assistant.answer.deliveredView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/locale-jurisdiction-gate/src/locale-jurisdiction-gate.feature.ts locale-jurisdiction-gateView: Product (User Flow & Capabilities) Capabilities (Operations)
📄 /home/runner/work/contractspec/contractspec/packages/examples/locale-jurisdiction-gate/src/operations/assistant.ts assistant.answerView: Product (User Flow & Capabilities) GoalProvide policy-safe answers that cite a KB snapshot or refuse. ContextCalled by UI or workflows; must fail-closed if envelope is invalid or citations are missing. Behavior
assistant.explainConceptView: Product (User Flow & Capabilities) GoalExplain concepts with citations or refuse. ContextSame constraints as assistant.answer. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/marketplace.capability.ts marketplaceView: Product (User Flow & Capabilities) Type: capability ecommerceView: Product (User Flow & Capabilities) Type: capability paymentsView: Product (User Flow & Capabilities) Type: capability 📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/marketplace.feature.ts marketplaceView: Product (User Flow & Capabilities) Capabilities (Operations)
User Interfaces (Presentations)
📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/order/order.event.ts marketplace.order.createdView: Product (User Flow & Capabilities) Type: event marketplace.order.paidView: Product (User Flow & Capabilities) Type: event marketplace.order.statusUpdatedView: Product (User Flow & Capabilities) Type: event marketplace.order.shippedView: Product (User Flow & Capabilities) Type: event marketplace.order.completedView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/order/order.operations.ts marketplace.order.createView: Product (User Flow & Capabilities) GoalAllow buyers to purchase products. ContextCheckout flow. Behavior
Triggers
marketplace.order.updateStatusView: Product (User Flow & Capabilities) GoalTrack order fulfillment. ContextOrder management. Behavior
Triggers
📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/order/order.presentation.ts marketplace.order.listView: Product (User Flow & Capabilities) GoalProvide a comprehensive view of all orders for the user. ContextUsed in the buyer and seller dashboards to track order progress. Type: presentation marketplace.order.detailView: Product (User Flow & Capabilities) GoalDisplay all details of a single order. ContextAccessed from the order list to see specific items, shipping, and payment details. Type: presentation marketplace.checkoutView: Product (User Flow & Capabilities) GoalGuide the user through the payment and order confirmation process. ContextThe final stage of the purchasing journey. Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/payout/payout.event.ts marketplace.payout.createdView: Product (User Flow & Capabilities) Type: event marketplace.payout.paidView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/payout/payout.operations.ts marketplace.payout.listView: Product (User Flow & Capabilities) GoalView payout history. ContextSeller dashboard. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/payout/payout.presentation.ts marketplace.payout.listView: Product (User Flow & Capabilities) GoalShow sellers their historical and pending payouts. ContextFinancial dashboard for sellers. Type: presentation marketplace.payout.detailView: Product (User Flow & Capabilities) GoalShow the breakdown of a specific payout including fees and orders. ContextAccessed from the payout list. Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/product/product.event.ts marketplace.product.createdView: Product (User Flow & Capabilities) Type: event marketplace.product.publishedView: Product (User Flow & Capabilities) Type: event marketplace.inventory.updatedView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/product/product.operations.ts marketplace.product.createView: Product (User Flow & Capabilities) GoalAllow sellers to list products. ContextProduct management. Behavior
Triggers
marketplace.product.listView: Product (User Flow & Capabilities) GoalBrowse products on the marketplace. ContextProduct catalog, search. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/product/product.presentation.ts marketplace.product.catalogView: Product (User Flow & Capabilities) GoalEnable users to browse and search for products. ContextThe primary shopping interface. Type: presentation marketplace.product.detailView: Product (User Flow & Capabilities) GoalProvide comprehensive information about a specific product. ContextProduct showcase including images, descriptions, and ratings. Type: presentation marketplace.product.editorView: Product (User Flow & Capabilities) GoalAllow sellers to create and modify product listings. ContextManagement tool for store owners. Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/review/review.event.ts marketplace.review.createdView: Product (User Flow & Capabilities) Type: event marketplace.review.respondedView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/review/review.operations.ts marketplace.review.createView: Product (User Flow & Capabilities) GoalAllow buyers to leave feedback. ContextPost-purchase. Behavior
Triggers
marketplace.review.listView: Product (User Flow & Capabilities) GoalDisplay product/store reviews. ContextProduct page, store page. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/review/review.presentation.ts marketplace.review.listView: Product (User Flow & Capabilities) GoalShow users reviews and ratings for a product. ContextDisplayed on the product detail page. Type: presentation marketplace.review.formView: Product (User Flow & Capabilities) GoalEnable users to submit their feedback and rating for a purchase. ContextUsed in the user order history or product page. Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/store/store.event.ts marketplace.store.createdView: Product (User Flow & Capabilities) Type: event marketplace.store.statusChangedView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/store/store.operations.ts marketplace.store.createView: Product (User Flow & Capabilities) GoalAllow users to become sellers on the marketplace. ContextSeller onboarding. Behavior
Triggers
📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/store/store.presentation.ts marketplace.store.profileView: Product (User Flow & Capabilities) GoalShowcase a seller store with its products and reputation. ContextThe public landing page for a marketplace seller. Type: presentation marketplace.seller.dashboardView: Product (User Flow & Capabilities) GoalProvide sellers with an overview of their business performance. ContextThe primary workspace for store owners. Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/marketplace/src/tests/operations.test-spec.ts marketplace.product.list.testView: Product (User Flow & Capabilities) Type: test-spec marketplace.order.create.testView: Product (User Flow & Capabilities) Type: test-spec marketplace.payout.list.testView: Product (User Flow & Capabilities) Type: test-spec marketplace.review.list.testView: Product (User Flow & Capabilities) Type: test-spec marketplace.review.create.testView: Product (User Flow & Capabilities) Type: test-spec 📄 /home/runner/work/contractspec/contractspec/packages/examples/pocket-family-office/src/operations/index.ts pfo.documents.uploadView: Product (User Flow & Capabilities) GoalAllow users to ingest financial documents for processing. ContextPart of the finance domain. Documents are uploaded to object storage and then processed by the ingestion pipeline. Behavior
pfo.reminders.schedule-paymentView: Product (User Flow & Capabilities) GoalEnsure bills are paid on time by notifying users. ContextFinance automation. Reminders are sent via configured channels (email, SMS). Behavior
pfo.summary.generateView: Product (User Flow & Capabilities) GoalProvide a quick overview of financial status and recent activity. ContextUses RAG over ingested knowledge. Summaries can be dispatched or viewed in app. Behavior
pfo.email.sync-threadsView: Product (User Flow & Capabilities) GoalKeep knowledge base up to date with email communications. ContextSyncs from Gmail integration. Only includes threads matching configured labels. Behavior
pfo.summary.dispatchView: Product (User Flow & Capabilities) GoalDeliver financial insights to users proactively. ContextDispatches summaries generated by pfo.summary.generate via email or voice. Behavior
pfo.openbanking.generate-overviewView: Product (User Flow & Capabilities) GoalCreate a periodic financial snapshot. ContextAggregates data from open banking integration into a document. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/pocket-family-office/src/pocket-family-office.capability.ts pocket-family-officeView: Product (User Flow & Capabilities) Type: capability 📄 /home/runner/work/contractspec/contractspec/packages/examples/pocket-family-office/src/pocket-family-office.feature.ts pocket-family-officeView: Product (User Flow & Capabilities) Capabilities (Operations)
📄 /home/runner/work/contractspec/contractspec/packages/examples/policy-safe-knowledge-assistant/src/policy-safe-knowledge-assistant.feature.ts policy-safe-knowledge-assistantView: Product (User Flow & Capabilities) Capabilities (Operations)
📄 /home/runner/work/contractspec/contractspec/packages/examples/saas-boilerplate/src/billing/billing.event.ts billing.usage.recordedView: Product (User Flow & Capabilities) Type: event billing.limit.reachedView: Product (User Flow & Capabilities) Type: event billing.subscription.changedView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/saas-boilerplate/src/billing/billing.operations.ts saas.billing.subscription.getView: Product (User Flow & Capabilities) GoalShow current plan and billing status. ContextBilling page, plan upgrade prompts. Behavior
saas.billing.usage.recordView: Product (User Flow & Capabilities) GoalTrack feature usage for billing. ContextCalled by services when metered features are used. Behavior
Triggers
saas.billing.usage.summaryView: Product (User Flow & Capabilities) GoalShow usage vs limits. ContextBilling page, usage dashboards. Behavior
saas.billing.feature.checkView: Product (User Flow & Capabilities) GoalGate features based on plan/usage. ContextFeature access checks, upgrade prompts. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/saas-boilerplate/src/billing/billing.presentation.ts saas.billing.subscriptionView: Product (User Flow & Capabilities) GoalView subscription plan and status ContextBilling section Type: presentation saas.billing.usageView: Product (User Flow & Capabilities) GoalMonitor feature usage and limits ContextBilling section Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/saas-boilerplate/src/dashboard/dashboard.presentation.ts saas.dashboardView: Product (User Flow & Capabilities) GoalOverview of SaaS activity and metrics ContextMain dashboard Type: presentation saas.settingsView: Product (User Flow & Capabilities) GoalConfigure organization and user settings ContextSettings section Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/saas-boilerplate/src/project/project.event.ts project.createdView: Product (User Flow & Capabilities) Type: event project.updatedView: Product (User Flow & Capabilities) Type: event project.deletedView: Product (User Flow & Capabilities) Type: event project.archivedView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/saas-boilerplate/src/project/project.operations.ts saas.project.createView: Product (User Flow & Capabilities) GoalAllow users to create projects for organizing work. ContextCalled from project creation UI or API. Behavior
Triggers
saas.project.getView: Product (User Flow & Capabilities) GoalRetrieve project details. ContextProject detail page, API calls. Behavior
saas.project.updateView: Product (User Flow & Capabilities) GoalAllow project owners/editors to modify project. ContextProject settings page. Behavior
Triggers
saas.project.deleteView: Product (User Flow & Capabilities) GoalAllow project owners to remove projects. ContextProject settings page. Behavior
Triggers
saas.project.listView: Product (User Flow & Capabilities) GoalShow all projects user has access to. ContextProject list page, dashboard. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/saas-boilerplate/src/project/project.presentation.ts saas.project.listView: Product (User Flow & Capabilities) GoalBrowse and manage projects ContextProject list page Type: presentation saas.project.detailView: Product (User Flow & Capabilities) GoalView and edit project details ContextProject detail page Type: presentation 📄 /home/runner/work/contractspec/contractspec/packages/examples/saas-boilerplate/src/saas-boilerplate.feature.ts saas-boilerplateView: Product (User Flow & Capabilities) Capabilities (Operations)
User Interfaces (Presentations)
📄 /home/runner/work/contractspec/contractspec/packages/examples/saas-boilerplate/src/tests/operations.test-spec.ts saas.project.list.testView: Product (User Flow & Capabilities) Type: test-spec saas.project.get.testView: Product (User Flow & Capabilities) Type: test-spec saas.billing.subscription.get.testView: Product (User Flow & Capabilities) Type: test-spec saas.billing.usage.summary.testView: Product (User Flow & Capabilities) Type: test-spec 📄 /home/runner/work/contractspec/contractspec/packages/examples/service-business-os/src/client/client.operations.ts service.client.createView: Product (User Flow & Capabilities) GoalOnboard clients. ContextCRM. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/service-business-os/src/events.ts service.quote.sentView: Product (User Flow & Capabilities) Type: event service.quote.acceptedView: Product (User Flow & Capabilities) Type: event service.job.scheduledView: Product (User Flow & Capabilities) Type: event service.job.completedView: Product (User Flow & Capabilities) Type: event service.invoice.issuedView: Product (User Flow & Capabilities) Type: event service.payment.receivedView: Product (User Flow & Capabilities) Type: event 📄 /home/runner/work/contractspec/contractspec/packages/examples/service-business-os/src/invoice/invoice.operations.ts service.invoice.issueView: Product (User Flow & Capabilities) GoalBill clients. ContextBilling. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/service-business-os/src/job/job.operations.ts service.job.listView: Product (User Flow & Capabilities) GoalRetrieve list of jobs ContextJob management Behavior
service.job.scheduleView: Product (User Flow & Capabilities) GoalSchedule work. ContextJob scheduling. Behavior
service.job.completeView: Product (User Flow & Capabilities) GoalRecord job completion. ContextJob management. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/service-business-os/src/payment/payment.operations.ts service.payment.recordView: Product (User Flow & Capabilities) GoalTrack payments. ContextBilling. Behavior
📄 /home/runner/work/contractspec/contractspec/packages/examples/service-business-os/src/presentations.ts service-business-os.dashboardView: Product (User Flow & Capabilities) GoalOverview of service business metrics ContextService home page Type: presentation service-business-os.client.listView: Product (User Flow & Capabilities) GoalBrowse and manage service clients ContextClient management Type: presentation service-business-os.quote.listView: Product (User Flow & Capabilities) GoalTrack and manage quotes ContextQuote management Type: presentation service-business-os.quote.detailView: Product (User Flow & Capabilities) GoalView and edit quote details ContextQuote inspection Type: presentation service-business-os.job.boardView: Product (User Flow & Capabilities) GoalVisual job management ContextField service scheduling Type: presentation service-business-os.invoice.lis(output truncated — view full file in the CI artifact or repo) Run |
Bumps expo-secure-store from 14.2.4 to 15.0.8.
Changelog
Sourced from expo-secure-store's changelog.
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by kudochien, a new releaser for expo-secure-store since your current version.
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)