@elizaos/core 1.0.6 → 1.0.8
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/chunk-6EXKM3O4.js +5819 -0
- package/dist/{chunk-SIAA4J6H.js → chunk-R5U7XKVJ.js} +0 -5
- package/dist/{chunk-FEPOSPNK.js → chunk-WO7Z3GE6.js} +1 -0
- package/dist/{index-S6eSMHDH.d.ts → index-C7vN6HiA.d.ts} +807 -916
- package/dist/index.d.ts +358 -52
- package/dist/index.js +9 -5
- package/dist/specs/v1/actionExample.d.ts +1 -1
- package/dist/specs/v1/actionExample.js +1 -1
- package/dist/specs/v1/index.d.ts +1 -1
- package/dist/specs/v1/index.js +3 -3
- package/dist/specs/v1/messages.js +3 -3
- package/dist/specs/v1/posts.js +3 -3
- package/dist/specs/v1/provider.d.ts +1 -1
- package/dist/specs/v1/provider.js +1 -1
- package/dist/specs/v1/runtime.js +3 -3
- package/dist/specs/v1/state.d.ts +1 -1
- package/dist/specs/v1/state.js +1 -1
- package/dist/specs/v1/templates.d.ts +1 -1
- package/dist/specs/v1/templates.js +1 -1
- package/dist/specs/v1/types.d.ts +2 -1
- package/dist/specs/v1/types.js +2 -2
- package/dist/specs/v1/uuid.js +3 -3
- package/dist/specs/v2/index.d.ts +2 -2
- package/dist/specs/v2/index.js +3 -3
- package/dist/{types-D9v-eW3g.d.ts → types-szUq9-0V.d.ts} +15 -5
- package/package.json +3 -12
- package/dist/chunk-TF6QLZZY.js +0 -11535
package/dist/specs/v1/posts.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
formatPosts3 as formatPosts
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-6EXKM3O4.js";
|
|
4
4
|
import "../../chunk-2HSL25IJ.js";
|
|
5
|
-
import "../../chunk-
|
|
5
|
+
import "../../chunk-WO7Z3GE6.js";
|
|
6
6
|
import "../../chunk-U2ADTLZY.js";
|
|
7
7
|
import "../../chunk-JX2SRFHQ.js";
|
|
8
8
|
import "../../chunk-YIBXLDIR.js";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-R5U7XKVJ.js";
|
|
10
10
|
export {
|
|
11
11
|
formatPosts
|
|
12
12
|
};
|
package/dist/specs/v1/runtime.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AgentRuntime3 as AgentRuntime
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-6EXKM3O4.js";
|
|
4
4
|
import "../../chunk-2HSL25IJ.js";
|
|
5
|
-
import "../../chunk-
|
|
5
|
+
import "../../chunk-WO7Z3GE6.js";
|
|
6
6
|
import "../../chunk-U2ADTLZY.js";
|
|
7
7
|
import "../../chunk-JX2SRFHQ.js";
|
|
8
8
|
import "../../chunk-YIBXLDIR.js";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-R5U7XKVJ.js";
|
|
10
10
|
export {
|
|
11
11
|
AgentRuntime
|
|
12
12
|
};
|
package/dist/specs/v1/state.d.ts
CHANGED
package/dist/specs/v1/state.js
CHANGED
package/dist/specs/v1/types.d.ts
CHANGED
|
@@ -1188,7 +1188,8 @@ declare enum ServiceType {
|
|
|
1188
1188
|
GOPLUS_SECURITY = "goplus_security",
|
|
1189
1189
|
WEB_SEARCH = "web_search",
|
|
1190
1190
|
EMAIL_AUTOMATION = "email_automation",
|
|
1191
|
-
NKN_CLIENT_SERVICE = "nkn_client_service"
|
|
1191
|
+
NKN_CLIENT_SERVICE = "nkn_client_service",
|
|
1192
|
+
DATABASE_MIGRATION = "database_migration"
|
|
1192
1193
|
}
|
|
1193
1194
|
declare enum LoggingLevel {
|
|
1194
1195
|
DEBUG = "debug",
|
package/dist/specs/v1/types.js
CHANGED
|
@@ -13,8 +13,8 @@ import {
|
|
|
13
13
|
ServiceType,
|
|
14
14
|
TokenizerType,
|
|
15
15
|
TranscriptionProvider
|
|
16
|
-
} from "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
16
|
+
} from "../../chunk-WO7Z3GE6.js";
|
|
17
|
+
import "../../chunk-R5U7XKVJ.js";
|
|
18
18
|
export {
|
|
19
19
|
ActionTimelineType,
|
|
20
20
|
CacheKeyPrefix,
|
package/dist/specs/v1/uuid.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
asUUID3 as asUUID,
|
|
3
3
|
generateUuidFromString
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-6EXKM3O4.js";
|
|
5
5
|
import "../../chunk-2HSL25IJ.js";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-WO7Z3GE6.js";
|
|
7
7
|
import "../../chunk-U2ADTLZY.js";
|
|
8
8
|
import "../../chunk-JX2SRFHQ.js";
|
|
9
9
|
import "../../chunk-YIBXLDIR.js";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-R5U7XKVJ.js";
|
|
11
11
|
export {
|
|
12
12
|
asUUID,
|
|
13
13
|
generateUuidFromString
|
package/dist/specs/v2/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { a as Action, v as ActionEventPayload, A as ActionExample, f as Agent, w as AgentStatus, x as AudioProcessingParams, B as BaseMetadata, y as BaseModelParams, z as CacheKeyPrefix, D as ChannelType, l as Character,
|
|
2
|
-
export {
|
|
1
|
+
export { a as Action, v as ActionEventPayload, A as ActionExample, f as Agent, w as AgentStatus, x as AudioProcessingParams, B as BaseMetadata, y as BaseModelParams, z as CacheKeyPrefix, D as ChannelClearedPayload, F as ChannelType, l as Character, G as ChunkRow, b as Component, J as ComponentData, C as Content, K as ContentType, N as ControlMessage, O as CustomMetadata, Q as DbConnection, V as DeriveKeyAttestationData, X as DescriptionMetadata, Y as DetokenizeTextParams, Z as DirectoryItem, _ as DocumentMetadata, $ as EmbeddingSearchResult, a0 as EnhancedState, E as Entity, a1 as EntityPayload, a2 as EvaluationExample, m as Evaluator, a3 as EvaluatorEventPayload, a4 as EventDataObject, a5 as EventHandler, a6 as EventPayload, a7 as EventPayloadMap, a8 as EventType, a9 as FragmentMetadata, aa as GenerateTextParams, ab as Handler, H as HandlerCallback, g as IAgentRuntime, I as IDatabaseAdapter, ac as ImageDescriptionParams, ad as ImageGenerationParams, ae as InvokePayload, af as IsValidServiceType, ag as JSONSchema, ah as KnowledgeItem, ai as KnowledgeScope, L as Log, aj as Media, M as Memory, c as MemoryMetadata, ak as MemoryRetrievalOptions, al as MemoryScope, am as MemorySearchOptions, an as MemoryType, ao as MemoryTypeAlias, ap as MessageExample, aq as MessageMemory, ar as MessageMetadata, as as MessagePayload, at as MessageReceivedHandlerParams, au as MetadataObject, av as ModelEventPayload, aw as ModelHandler, r as ModelParamsMap, q as ModelResultMap, ax as ModelType, p as ModelTypeName, ay as MultiRoomMemoryOptions, az as ObjectGenerationParams, aA as OnboardingConfig, d as Participant, aB as PlatformPrefix, n as Plugin, aC as PluginEvents, aD as Project, aE as ProjectAgent, P as Provider, aF as ProviderResult, e as Relationship, aG as RemoteAttestationMessage, aH as RemoteAttestationQuote, h as Role, R as Room, aI as RoomMetadata, k as Route, aJ as RunEventPayload, o as RuntimeSettings, aK as SOCKET_MESSAGE_TYPE, aL as SendHandlerFunction, j as Service, aM as ServiceClassMap, aN as ServiceConfig, aO as ServiceError, aP as ServiceInstance, aQ as ServiceRegistry, aR as ServiceType, i as ServiceTypeName, aS as ServiceTypeRegistry, aT as ServiceTypeValue, aU as Setting, S as State, aV as StateArray, aW as StateObject, aX as StateValue, aY as TEEMode, t as TargetInfo, T as Task, aZ as TaskMetadata, s as TaskWorker, a_ as TeeAgent, a$ as TeePluginConfig, b0 as TeeType, b1 as TeeVendorConfig, u as TemplateType, b2 as TestCase, b3 as TestSuite, b4 as TextEmbeddingParams, b5 as TextGenerationParams, b6 as TextToSpeechParams, b7 as TokenizeTextParams, b8 as TranscriptionParams, b9 as TypedEventHandler, ba as TypedService, bb as TypedServiceClass, U as UUID, bc as UnifiedMemoryOptions, bd as UnifiedSearchOptions, be as VECTOR_DIMS, bf as Validator, bg as VideoProcessingParams, W as World, bh as WorldPayload, bi as WorldSettings, bj as asUUID, bk as createMessageMemory, bl as createServiceError, bm as getMemoryText, bn as getTypedService, bo as isCustomMetadata, bp as isDescriptionMetadata, bq as isDocumentMemory, br as isDocumentMetadata, bs as isFragmentMemory, bt as isFragmentMetadata, bu as isMessageMetadata } from '../../types-szUq9-0V.js';
|
|
2
|
+
export { bI as AgentRuntime, bs as DatabaseAdapter, bH as Semaphore, bE as ServerOwnershipState, ca as ServiceBuilder, cc as ServiceDefinition, b_ as addHeader, bC as booleanFooter, bp as composeActionExamples, bY as composePrompt, bZ as composePromptFromState, cb as createService, bK as createSettingFromConfig, bu as createUniqueUuid, bX as decryptObjectValues, bJ as decryptSecret, bJ as decryptStringValue, bV as decryptedCharacter, cd as defineService, by as elizaLogger, bW as encryptObjectValues, bM as encryptStringValue, bU as encryptedCharacter, bt as findEntityByName, bG as findWorldsForOwner, bq as formatActionNames, br as formatActions, bw as formatEntities, c0 as formatMessages, b$ as formatPosts, c1 as formatTimestamp, bv as getEntityDetails, bL as getSalt, bF as getUserServerRole, bS as getWorldSettings, bD as imageDescriptionTemplate, bT as initializeOnboarding, bx as logger, bA as messageHandlerTemplate, c7 as parseBooleanFromText, c6 as parseJSONObjectFromText, c5 as parseKeyValueXml, bB as postCreationTemplate, c8 as safeReplacer, bN as saltSettingValue, bP as saltWorldSettings, bz as shouldRespondTemplate, c3 as stringToUuid, c9 as trimTokens, c4 as truncateToCompleteSentence, bO as unsaltSettingValue, bQ as unsaltWorldSettings, bR as updateWorldSettings, c2 as validateUuid } from '../../index-C7vN6HiA.js';
|
package/dist/specs/v2/index.js
CHANGED
|
@@ -78,13 +78,13 @@ import {
|
|
|
78
78
|
unsaltWorldSettings2 as unsaltWorldSettings,
|
|
79
79
|
updateWorldSettings2 as updateWorldSettings,
|
|
80
80
|
validateUuid2 as validateUuid
|
|
81
|
-
} from "../../chunk-
|
|
81
|
+
} from "../../chunk-6EXKM3O4.js";
|
|
82
82
|
import "../../chunk-2HSL25IJ.js";
|
|
83
|
-
import "../../chunk-
|
|
83
|
+
import "../../chunk-WO7Z3GE6.js";
|
|
84
84
|
import "../../chunk-U2ADTLZY.js";
|
|
85
85
|
import "../../chunk-JX2SRFHQ.js";
|
|
86
86
|
import "../../chunk-YIBXLDIR.js";
|
|
87
|
-
import "../../chunk-
|
|
87
|
+
import "../../chunk-R5U7XKVJ.js";
|
|
88
88
|
export {
|
|
89
89
|
AgentRuntime,
|
|
90
90
|
AgentStatus,
|
|
@@ -98,7 +98,6 @@ interface ServiceTypeRegistry {
|
|
|
98
98
|
EMAIL: 'email';
|
|
99
99
|
TEE: 'tee';
|
|
100
100
|
TASK: 'task';
|
|
101
|
-
INSTRUMENTATION: 'instrumentation';
|
|
102
101
|
}
|
|
103
102
|
/**
|
|
104
103
|
* Type for service names that includes both core services and any plugin-registered services
|
|
@@ -137,7 +136,7 @@ type ServiceRegistry<T extends ServiceTypeName = ServiceTypeName> = Map<T, Servi
|
|
|
137
136
|
* Enumerates the recognized types of services that can be registered and used by the agent runtime.
|
|
138
137
|
* Services provide specialized functionalities like audio transcription, video processing,
|
|
139
138
|
* web browsing, PDF handling, file storage (e.g., AWS S3), web search, email integration,
|
|
140
|
-
* secure execution via TEE (Trusted Execution Environment), task management
|
|
139
|
+
* secure execution via TEE (Trusted Execution Environment), and task management.
|
|
141
140
|
* This constant is used in `AgentRuntime` for service registration and retrieval (e.g., `getService`).
|
|
142
141
|
* Each service typically implements the `Service` abstract class or a more specific interface like `IVideoService`.
|
|
143
142
|
*/
|
|
@@ -151,7 +150,6 @@ declare const ServiceType: {
|
|
|
151
150
|
readonly EMAIL: "email";
|
|
152
151
|
readonly TEE: "tee";
|
|
153
152
|
readonly TASK: "task";
|
|
154
|
-
readonly INSTRUMENTATION: "instrumentation";
|
|
155
153
|
};
|
|
156
154
|
/**
|
|
157
155
|
* Represents the current state or context of a conversation or agent interaction.
|
|
@@ -671,7 +669,6 @@ interface IDatabaseAdapter {
|
|
|
671
669
|
createAgent(agent: Partial<Agent>): Promise<boolean>;
|
|
672
670
|
updateAgent(agentId: UUID, agent: Partial<Agent>): Promise<boolean>;
|
|
673
671
|
deleteAgent(agentId: UUID): Promise<boolean>;
|
|
674
|
-
ensureAgentExists(agent: Partial<Agent>): Promise<Agent>;
|
|
675
672
|
ensureEmbeddingDimension(dimension: number): Promise<void>;
|
|
676
673
|
/** Get entity by IDs */
|
|
677
674
|
getEntityByIds(entityIds: UUID[]): Promise<Entity[] | null>;
|
|
@@ -754,6 +751,7 @@ interface IDatabaseAdapter {
|
|
|
754
751
|
metadata?: MemoryMetadata;
|
|
755
752
|
}): Promise<boolean>;
|
|
756
753
|
deleteMemory(memoryId: UUID): Promise<void>;
|
|
754
|
+
deleteManyMemories(memoryIds: UUID[]): Promise<void>;
|
|
757
755
|
deleteAllMemories(roomId: UUID, tableName: string): Promise<void>;
|
|
758
756
|
countMemories(roomId: UUID, unique?: boolean, tableName?: string): Promise<number>;
|
|
759
757
|
createWorld(world: World): Promise<UUID>;
|
|
@@ -1512,6 +1510,8 @@ declare enum EventType {
|
|
|
1512
1510
|
ROOM_LEFT = "ROOM_LEFT",
|
|
1513
1511
|
MESSAGE_RECEIVED = "MESSAGE_RECEIVED",
|
|
1514
1512
|
MESSAGE_SENT = "MESSAGE_SENT",
|
|
1513
|
+
MESSAGE_DELETED = "MESSAGE_DELETED",
|
|
1514
|
+
CHANNEL_CLEARED = "CHANNEL_CLEARED",
|
|
1515
1515
|
VOICE_MESSAGE_RECEIVED = "VOICE_MESSAGE_RECEIVED",
|
|
1516
1516
|
VOICE_MESSAGE_SENT = "VOICE_MESSAGE_SENT",
|
|
1517
1517
|
REACTION_RECEIVED = "REACTION_RECEIVED",
|
|
@@ -1572,6 +1572,14 @@ interface MessagePayload extends EventPayload {
|
|
|
1572
1572
|
callback?: HandlerCallback;
|
|
1573
1573
|
onComplete?: () => void;
|
|
1574
1574
|
}
|
|
1575
|
+
/**
|
|
1576
|
+
* Payload for channel cleared events
|
|
1577
|
+
*/
|
|
1578
|
+
interface ChannelClearedPayload extends EventPayload {
|
|
1579
|
+
roomId: UUID;
|
|
1580
|
+
channelId: string;
|
|
1581
|
+
memoryCount: number;
|
|
1582
|
+
}
|
|
1575
1583
|
/**
|
|
1576
1584
|
* Payload for events that are invoked without a message
|
|
1577
1585
|
*/
|
|
@@ -1654,6 +1662,7 @@ interface EventPayloadMap {
|
|
|
1654
1662
|
[EventType.ENTITY_UPDATED]: EntityPayload;
|
|
1655
1663
|
[EventType.MESSAGE_RECEIVED]: MessagePayload;
|
|
1656
1664
|
[EventType.MESSAGE_SENT]: MessagePayload;
|
|
1665
|
+
[EventType.MESSAGE_DELETED]: MessagePayload;
|
|
1657
1666
|
[EventType.REACTION_RECEIVED]: MessagePayload;
|
|
1658
1667
|
[EventType.POST_GENERATED]: InvokePayload;
|
|
1659
1668
|
[EventType.INTERACTION_RECEIVED]: MessagePayload;
|
|
@@ -1665,6 +1674,7 @@ interface EventPayloadMap {
|
|
|
1665
1674
|
[EventType.EVALUATOR_STARTED]: EvaluatorEventPayload;
|
|
1666
1675
|
[EventType.EVALUATOR_COMPLETED]: EvaluatorEventPayload;
|
|
1667
1676
|
[EventType.MODEL_USED]: ModelEventPayload;
|
|
1677
|
+
[EventType.CHANNEL_CLEARED]: ChannelClearedPayload;
|
|
1668
1678
|
}
|
|
1669
1679
|
/**
|
|
1670
1680
|
* Event handler function type
|
|
@@ -1945,4 +1955,4 @@ declare abstract class Service {
|
|
|
1945
1955
|
static stop(_runtime: IAgentRuntime): Promise<unknown>;
|
|
1946
1956
|
}
|
|
1947
1957
|
|
|
1948
|
-
export { type
|
|
1958
|
+
export { type EmbeddingSearchResult as $, type ActionExample as A, type BaseMetadata as B, type Content as C, type ChannelClearedPayload as D, type Entity as E, ChannelType as F, type ChunkRow as G, type HandlerCallback as H, type IDatabaseAdapter as I, type ComponentData as J, ContentType as K, type Log as L, type Memory as M, type ControlMessage as N, type CustomMetadata as O, type Provider as P, type DbConnection as Q, type Room as R, type State as S, type Task as T, type UUID as U, type DeriveKeyAttestationData as V, type World as W, type DescriptionMetadata as X, type DetokenizeTextParams as Y, type DirectoryItem as Z, type DocumentMetadata as _, type Action as a, type TeePluginConfig as a$, type EnhancedState as a0, type EntityPayload as a1, type EvaluationExample as a2, type EvaluatorEventPayload as a3, type EventDataObject as a4, type EventHandler as a5, type EventPayload as a6, type EventPayloadMap as a7, EventType as a8, type FragmentMetadata as a9, type OnboardingConfig as aA, PlatformPrefix as aB, type PluginEvents as aC, type Project as aD, type ProjectAgent as aE, type ProviderResult as aF, type RemoteAttestationMessage as aG, type RemoteAttestationQuote as aH, type RoomMetadata as aI, type RunEventPayload as aJ, SOCKET_MESSAGE_TYPE as aK, type SendHandlerFunction as aL, type ServiceClassMap as aM, type ServiceConfig as aN, type ServiceError as aO, type ServiceInstance as aP, type ServiceRegistry as aQ, ServiceType as aR, type ServiceTypeRegistry as aS, type ServiceTypeValue as aT, type Setting as aU, type StateArray as aV, type StateObject as aW, type StateValue as aX, TEEMode as aY, type TaskMetadata as aZ, type TeeAgent as a_, type GenerateTextParams as aa, type Handler as ab, type ImageDescriptionParams as ac, type ImageGenerationParams as ad, type InvokePayload as ae, type IsValidServiceType as af, type JSONSchema as ag, type KnowledgeItem as ah, KnowledgeScope as ai, type Media as aj, type MemoryRetrievalOptions as ak, type MemoryScope as al, type MemorySearchOptions as am, MemoryType as an, type MemoryTypeAlias as ao, type MessageExample as ap, type MessageMemory as aq, type MessageMetadata as ar, type MessagePayload as as, type MessageReceivedHandlerParams as at, type MetadataObject as au, type ModelEventPayload as av, type ModelHandler as aw, ModelType as ax, type MultiRoomMemoryOptions as ay, type ObjectGenerationParams as az, type Component as b, TeeType as b0, type TeeVendorConfig as b1, type TestCase as b2, type TestSuite as b3, type TextEmbeddingParams as b4, type TextGenerationParams as b5, type TextToSpeechParams as b6, type TokenizeTextParams as b7, type TranscriptionParams as b8, type TypedEventHandler as b9, type TypedService as ba, type TypedServiceClass as bb, type UnifiedMemoryOptions as bc, type UnifiedSearchOptions as bd, VECTOR_DIMS as be, type Validator as bf, type VideoProcessingParams as bg, type WorldPayload as bh, type WorldSettings as bi, asUUID as bj, createMessageMemory as bk, createServiceError as bl, getMemoryText as bm, getTypedService as bn, isCustomMetadata as bo, isDescriptionMetadata as bp, isDocumentMemory as bq, isDocumentMetadata as br, isFragmentMemory as bs, isFragmentMetadata as bt, isMessageMetadata as bu, type MemoryMetadata as c, type Participant as d, type Relationship as e, type Agent as f, type IAgentRuntime as g, Role as h, type ServiceTypeName as i, Service as j, type Route as k, type Character as l, type Evaluator as m, type Plugin as n, type RuntimeSettings as o, type ModelTypeName as p, type ModelResultMap as q, type ModelParamsMap as r, type TaskWorker as s, type TargetInfo as t, type TemplateType as u, type ActionEventPayload as v, AgentStatus as w, type AudioProcessingParams as x, type BaseModelParams as y, CacheKeyPrefix as z };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -66,19 +66,10 @@
|
|
|
66
66
|
"rollup": "2.79.2",
|
|
67
67
|
"ts-node": "10.9.2",
|
|
68
68
|
"tslib": "2.8.1",
|
|
69
|
-
"tsup": "
|
|
69
|
+
"tsup": "8.5.0",
|
|
70
70
|
"typescript": "5.8.2"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@opentelemetry/api": "^1.9.0",
|
|
74
|
-
"@opentelemetry/exporter-trace-otlp-http": "^0.201.1",
|
|
75
|
-
"@opentelemetry/instrumentation": "^0.201.0",
|
|
76
|
-
"@opentelemetry/instrumentation-pg": "^0.53.0",
|
|
77
|
-
"@opentelemetry/resources": "^2.0.1",
|
|
78
|
-
"@opentelemetry/sdk-metrics": "^2.0.0",
|
|
79
|
-
"@opentelemetry/sdk-node": "^0.201.1",
|
|
80
|
-
"@opentelemetry/sdk-trace-node": "^2.0.1",
|
|
81
|
-
"@opentelemetry/semantic-conventions": "^1.34.0",
|
|
82
73
|
"@sentry/browser": "^9.22.0",
|
|
83
74
|
"buffer": "^6.0.3",
|
|
84
75
|
"crypto-browserify": "^3.12.1",
|
|
@@ -100,5 +91,5 @@
|
|
|
100
91
|
"publishConfig": {
|
|
101
92
|
"access": "public"
|
|
102
93
|
},
|
|
103
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "928b3cadaf4fb6bd4337932f63c759fb34fc6964"
|
|
104
95
|
}
|