Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@callstack/byorg-core

Package Overview
Dependencies
Maintainers
11
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@callstack/byorg-core - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

7

CHANGELOG.md
# @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 @@

2

dist/esm/index.d.ts

@@ -78,2 +78,4 @@ import { LanguageModel } from 'ai';

export declare const getReferenceStorage: () => ReferenceStorage;
export declare const loggingPlugin: ApplicationPlugin;

@@ -80,0 +82,0 @@

7

dist/esm/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc