@callstack/byorg-core
Advanced tools
Comparing version 0.1.1 to 0.1.2
# @callstack/byorg-core | ||
## 0.1.2 | ||
### Patch Changes | ||
- 5acde4c: Add missing export for "getReferenceStorage" | ||
- @callstack/byorg-utils@0.1.2 | ||
## 0.1.1 | ||
@@ -4,0 +11,0 @@ |
@@ -78,2 +78,4 @@ import { LanguageModel } from 'ai'; | ||
export declare const getReferenceStorage: () => ReferenceStorage; | ||
export declare const loggingPlugin: ApplicationPlugin; | ||
@@ -80,0 +82,0 @@ |
@@ -111,3 +111,3 @@ import * as __WEBPACK_EXTERNAL_MODULE__callstack_byorg_utils__ from "@callstack/byorg-utils"; | ||
;// CONCATENATED MODULE: ./src/references.ts | ||
const getReferencesStorage = ()=>{ | ||
const getReferenceStorage = ()=>{ | ||
const referencesKeys = new Set(); | ||
@@ -224,3 +224,3 @@ const references = []; | ||
tools, | ||
references: getReferencesStorage(), | ||
references: getReferenceStorage(), | ||
resolvedEntities: {}, | ||
@@ -539,2 +539,3 @@ onPartialResponse, | ||
export { PerformanceMarks, PerformanceTimeline, SUPPORTED_ATTACHMENT_TYPES, UnsupportedAttachmentsException, VercelChatModelAdapter, createApp, createCommandsPlugin, loggingPlugin }; | ||
export { PerformanceMarks, PerformanceTimeline, SUPPORTED_ATTACHMENT_TYPES, UnsupportedAttachmentsException, VercelChatModelAdapter, createApp, createCommandsPlugin, getReferenceStorage, loggingPlugin }; |
{ | ||
"name": "@callstack/byorg-core", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"type": "module", | ||
@@ -18,3 +18,3 @@ "license": "MIT", | ||
"@anthropic-ai/sdk": "^0.26.1", | ||
"@callstack/byorg-utils": "", | ||
"@callstack/byorg-utils": "0.1.2", | ||
"ai": "^3.4.7", | ||
@@ -21,0 +21,0 @@ "openai": "^4.56.1", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
50096
1228
1
+ Added@callstack/byorg-utils@0.1.2(transitive)
- Removed@callstack/byorg-utils@0.3.1(transitive)
Updated@callstack/byorg-utils@0.1.2