@satorijs/core
Advanced tools
Comparing version 1.4.6 to 1.4.7
/// <reference types="ws" /> | ||
import * as cordis from 'cordis'; | ||
import segment from '@satorijs/element'; | ||
import segment, { Fragment, Render, escape, unescape } from '@satorijs/element'; | ||
import WebSocket from 'ws'; | ||
@@ -200,3 +200,3 @@ import { Awaitable, Dict } from 'cosmokit'; | ||
export { Messenger as Modulator }; | ||
export { Fragment, Render, escape, unescape } from '@satorijs/element'; | ||
export { Fragment, Render, escape, unescape }; | ||
export { Schema, Logger, segment, segment as Element, segment as h, Quester }; | ||
@@ -203,0 +203,0 @@ declare global { |
{ | ||
"name": "@satorijs/core", | ||
"description": "Core components of Satorijs", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"main": "lib/index.cjs", | ||
@@ -6,0 +6,0 @@ "module": "lib/index.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
95050