diff --git a/common/changes/@boostercloud/framework-core/trigger-ci-publish_2026-03-23-14-55.json b/common/changes/@boostercloud/framework-core/trigger-ci-publish_2026-03-23-14-55.json new file mode 100644 index 000000000..ae18b2fc2 --- /dev/null +++ b/common/changes/@boostercloud/framework-core/trigger-ci-publish_2026-03-23-14-55.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "comment": "Trigger CI publish", + "type": "none", + "packageName": "@boostercloud/framework-core" + } + ], + "packageName": "@boostercloud/framework-core", + "email": "mario@theagilemonkeys.com" +} \ No newline at end of file diff --git a/packages/framework-types/src/index.ts b/packages/framework-types/src/index.ts index 18948278b..86f051309 100644 --- a/packages/framework-types/src/index.ts +++ b/packages/framework-types/src/index.ts @@ -16,4 +16,5 @@ export * from './super-kind' export * from './instrumentation/trace-types' export * from './sensor/health-indicator-configuration' export * from './internal-info' + export * from './stream-types'