@arcanejs/toolkit 9.0.0 → 9.0.1
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/backend/components/base.d.mts +1 -1
- package/dist/backend/components/base.d.ts +1 -1
- package/dist/backend/components/button.d.mts +1 -1
- package/dist/backend/components/button.d.ts +1 -1
- package/dist/backend/components/group.d.mts +1 -1
- package/dist/backend/components/group.d.ts +1 -1
- package/dist/backend/components/label.d.mts +1 -1
- package/dist/backend/components/label.d.ts +1 -1
- package/dist/backend/components/rect.d.mts +1 -1
- package/dist/backend/components/rect.d.ts +1 -1
- package/dist/backend/components/slider-button.d.mts +1 -1
- package/dist/backend/components/slider-button.d.ts +1 -1
- package/dist/backend/components/switch.d.mts +1 -1
- package/dist/backend/components/switch.d.ts +1 -1
- package/dist/backend/components/tabs.d.mts +1 -1
- package/dist/backend/components/tabs.d.ts +1 -1
- package/dist/backend/components/text-input.d.mts +1 -1
- package/dist/backend/components/text-input.d.ts +1 -1
- package/dist/backend/components/timeline.d.mts +1 -1
- package/dist/backend/components/timeline.d.ts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7 -0
- package/dist/index.mjs +8 -1
- package/dist/{toolkit-CKA9A4r-.d.ts → toolkit-0nxr5FpP.d.ts} +2 -2
- package/dist/{toolkit-GNytD78y.d.mts → toolkit-BYE-VOhF.d.mts} +2 -2
- package/package.json +13 -13
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@arcanejs/protocol';
|
|
2
2
|
import '../../id-map-DxQ3_gyA.mjs';
|
|
3
3
|
import '@arcanejs/protocol/logging';
|
|
4
|
-
export { A as AnyComponent, m as Base, n as BaseParent,
|
|
4
|
+
export { A as AnyComponent, m as Base, n as BaseParent, C as CallDownloadResponse, o as CallUploadResponse, E as EventEmitter, L as Listenable, P as Parent } from '../../toolkit-BYE-VOhF.mjs';
|
|
5
5
|
import 'node:stream';
|
|
6
6
|
import 'lodash';
|
|
7
7
|
import 'http';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@arcanejs/protocol';
|
|
2
2
|
import '../../id-map-DxQ3_gyA.js';
|
|
3
3
|
import '@arcanejs/protocol/logging';
|
|
4
|
-
export { A as AnyComponent, m as Base, n as BaseParent,
|
|
4
|
+
export { A as AnyComponent, m as Base, n as BaseParent, C as CallDownloadResponse, o as CallUploadResponse, E as EventEmitter, L as Listenable, P as Parent } from '../../toolkit-0nxr5FpP.js';
|
|
5
5
|
import 'node:stream';
|
|
6
6
|
import 'lodash';
|
|
7
7
|
import 'http';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@arcanejs/protocol/core';
|
|
2
2
|
import '../../id-map-DxQ3_gyA.mjs';
|
|
3
|
-
export { B as Button,
|
|
3
|
+
export { B as Button, p as ButtonMode, q as Events, I as InternalProps, r as Props } from '../../toolkit-BYE-VOhF.mjs';
|
|
4
4
|
import '@arcanejs/protocol';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@arcanejs/protocol/core';
|
|
2
2
|
import '../../id-map-DxQ3_gyA.js';
|
|
3
|
-
export { B as Button,
|
|
3
|
+
export { B as Button, p as ButtonMode, q as Events, I as InternalProps, r as Props } from '../../toolkit-0nxr5FpP.js';
|
|
4
4
|
import '@arcanejs/protocol';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@arcanejs/protocol/core';
|
|
2
2
|
import '@arcanejs/protocol/styles';
|
|
3
3
|
import '../../id-map-DxQ3_gyA.mjs';
|
|
4
|
-
export { s as Events, G as Group,
|
|
4
|
+
export { s as Events, G as Group, a as GroupHeader, t as InternalProps, u as Props } from '../../toolkit-BYE-VOhF.mjs';
|
|
5
5
|
import '@arcanejs/protocol';
|
|
6
6
|
import '@arcanejs/protocol/logging';
|
|
7
7
|
import 'lodash';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@arcanejs/protocol/core';
|
|
2
2
|
import '@arcanejs/protocol/styles';
|
|
3
3
|
import '../../id-map-DxQ3_gyA.js';
|
|
4
|
-
export { s as Events, G as Group,
|
|
4
|
+
export { s as Events, G as Group, a as GroupHeader, t as InternalProps, u as Props } from '../../toolkit-0nxr5FpP.js';
|
|
5
5
|
import '@arcanejs/protocol';
|
|
6
6
|
import '@arcanejs/protocol/logging';
|
|
7
7
|
import 'lodash';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { LabelComponentStyle } from '@arcanejs/protocol/styles';
|
|
3
3
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.mjs';
|
|
4
|
-
import { m as Base,
|
|
4
|
+
import { m as Base, h as ToolkitRenderContext } from '../../toolkit-BYE-VOhF.mjs';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
7
7
|
import 'http';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { LabelComponentStyle } from '@arcanejs/protocol/styles';
|
|
3
3
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.js';
|
|
4
|
-
import { m as Base,
|
|
4
|
+
import { m as Base, h as ToolkitRenderContext } from '../../toolkit-0nxr5FpP.js';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
7
7
|
import 'http';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.mjs';
|
|
3
|
-
import { m as Base,
|
|
3
|
+
import { m as Base, h as ToolkitRenderContext } from '../../toolkit-BYE-VOhF.mjs';
|
|
4
4
|
import '@arcanejs/protocol/logging';
|
|
5
5
|
import 'lodash';
|
|
6
6
|
import 'http';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.js';
|
|
3
|
-
import { m as Base,
|
|
3
|
+
import { m as Base, h as ToolkitRenderContext } from '../../toolkit-0nxr5FpP.js';
|
|
4
4
|
import '@arcanejs/protocol/logging';
|
|
5
5
|
import 'lodash';
|
|
6
6
|
import 'http';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.mjs';
|
|
3
|
-
import {
|
|
3
|
+
import { m as Base, d as ToolkitConnection, L as Listenable, h as ToolkitRenderContext } from '../../toolkit-BYE-VOhF.mjs';
|
|
4
4
|
import { AnyClientComponentMessage } from '@arcanejs/protocol';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.js';
|
|
3
|
-
import {
|
|
3
|
+
import { m as Base, d as ToolkitConnection, L as Listenable, h as ToolkitRenderContext } from '../../toolkit-0nxr5FpP.js';
|
|
4
4
|
import { AnyClientComponentMessage } from '@arcanejs/protocol';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.mjs';
|
|
3
|
-
import {
|
|
3
|
+
import { m as Base, d as ToolkitConnection, L as Listenable, h as ToolkitRenderContext } from '../../toolkit-BYE-VOhF.mjs';
|
|
4
4
|
import { AnyClientComponentMessage } from '@arcanejs/protocol';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.js';
|
|
3
|
-
import {
|
|
3
|
+
import { m as Base, d as ToolkitConnection, L as Listenable, h as ToolkitRenderContext } from '../../toolkit-0nxr5FpP.js';
|
|
4
4
|
import { AnyClientComponentMessage } from '@arcanejs/protocol';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.mjs';
|
|
3
|
-
import { n as BaseParent, A as AnyComponent,
|
|
3
|
+
import { n as BaseParent, A as AnyComponent, h as ToolkitRenderContext } from '../../toolkit-BYE-VOhF.mjs';
|
|
4
4
|
import '@arcanejs/protocol/logging';
|
|
5
5
|
import 'lodash';
|
|
6
6
|
import 'http';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.js';
|
|
3
|
-
import { n as BaseParent, A as AnyComponent,
|
|
3
|
+
import { n as BaseParent, A as AnyComponent, h as ToolkitRenderContext } from '../../toolkit-0nxr5FpP.js';
|
|
4
4
|
import '@arcanejs/protocol/logging';
|
|
5
5
|
import 'lodash';
|
|
6
6
|
import 'http';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.mjs';
|
|
3
|
-
import {
|
|
3
|
+
import { m as Base, d as ToolkitConnection, L as Listenable, h as ToolkitRenderContext } from '../../toolkit-BYE-VOhF.mjs';
|
|
4
4
|
import { AnyClientComponentMessage } from '@arcanejs/protocol';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.js';
|
|
3
|
-
import {
|
|
3
|
+
import { m as Base, d as ToolkitConnection, L as Listenable, h as ToolkitRenderContext } from '../../toolkit-0nxr5FpP.js';
|
|
4
4
|
import { AnyClientComponentMessage } from '@arcanejs/protocol';
|
|
5
5
|
import '@arcanejs/protocol/logging';
|
|
6
6
|
import 'lodash';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.mjs';
|
|
3
|
-
import { m as Base,
|
|
3
|
+
import { m as Base, h as ToolkitRenderContext } from '../../toolkit-BYE-VOhF.mjs';
|
|
4
4
|
import '@arcanejs/protocol/logging';
|
|
5
5
|
import 'lodash';
|
|
6
6
|
import 'http';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as proto from '@arcanejs/protocol/core';
|
|
2
2
|
import { I as IDMap } from '../../id-map-DxQ3_gyA.js';
|
|
3
|
-
import { m as Base,
|
|
3
|
+
import { m as Base, h as ToolkitRenderContext } from '../../toolkit-0nxr5FpP.js';
|
|
4
4
|
import '@arcanejs/protocol/logging';
|
|
5
5
|
import 'lodash';
|
|
6
6
|
import 'http';
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AnyComponent, B as Button, G as Group,
|
|
1
|
+
export { A as AnyComponent, B as Button, G as Group, a as GroupHeader, T as Toolkit, b as ToolkitAdditionalFiles, c as ToolkitClockSyncOptions, d as ToolkitConnection, e as ToolkitCoreAssetRelativePath, f as ToolkitHtmlPageContext, g as ToolkitOptions, h as ToolkitRenderContext, i as ToolkitServerListener, j as ToolkitServerListenerOptions, k as ToolkitStaticFile, l as ToolkitStaticFileResolver } from './toolkit-BYE-VOhF.mjs';
|
|
2
2
|
export { Label } from './backend/components/label.mjs';
|
|
3
3
|
export { Rect } from './backend/components/rect.mjs';
|
|
4
4
|
export { SliderButton } from './backend/components/slider-button.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { A as AnyComponent, B as Button, G as Group,
|
|
1
|
+
export { A as AnyComponent, B as Button, G as Group, a as GroupHeader, T as Toolkit, b as ToolkitAdditionalFiles, c as ToolkitClockSyncOptions, d as ToolkitConnection, e as ToolkitCoreAssetRelativePath, f as ToolkitHtmlPageContext, g as ToolkitOptions, h as ToolkitRenderContext, i as ToolkitServerListener, j as ToolkitServerListenerOptions, k as ToolkitStaticFile, l as ToolkitStaticFileResolver } from './toolkit-0nxr5FpP.js';
|
|
2
2
|
export { Label } from './backend/components/label.js';
|
|
3
3
|
export { Rect } from './backend/components/rect.js';
|
|
4
4
|
export { SliderButton } from './backend/components/slider-button.js';
|
package/dist/index.js
CHANGED
|
@@ -82,6 +82,13 @@ var Server = (_class = class {
|
|
|
82
82
|
this.log = log;
|
|
83
83
|
this.title = _nullishCoalesce(options.title, () => ( "@arcanejs"));
|
|
84
84
|
}
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
85
92
|
__init() {this.staticFiles = null}
|
|
86
93
|
__init2() {this.htmlContext = null}
|
|
87
94
|
__init3() {this.staticFilesInitPromise = null}
|
package/dist/index.mjs
CHANGED
|
@@ -82,6 +82,13 @@ var Server = class {
|
|
|
82
82
|
this.log = log;
|
|
83
83
|
this.title = options.title ?? "@arcanejs";
|
|
84
84
|
}
|
|
85
|
+
options;
|
|
86
|
+
onNewConnection;
|
|
87
|
+
onClosedConnection;
|
|
88
|
+
onMessage;
|
|
89
|
+
onUpload;
|
|
90
|
+
onDownload;
|
|
91
|
+
log;
|
|
85
92
|
staticFiles = null;
|
|
86
93
|
htmlContext = null;
|
|
87
94
|
staticFilesInitPromise = null;
|
|
@@ -368,7 +375,7 @@ var Server = class {
|
|
|
368
375
|
import { WebSocketServer } from "ws";
|
|
369
376
|
import { createServer } from "http";
|
|
370
377
|
import { v4 as uuidv4 } from "uuid";
|
|
371
|
-
import { randomBytes } from "
|
|
378
|
+
import { randomBytes } from "crypto";
|
|
372
379
|
var normalizeClockSyncOptions = (clockSync) => {
|
|
373
380
|
if (!clockSync) {
|
|
374
381
|
return null;
|
|
@@ -4,7 +4,7 @@ import _ from 'lodash';
|
|
|
4
4
|
import * as http from 'http';
|
|
5
5
|
import { Application } from 'express';
|
|
6
6
|
import { WebSocket } from 'ws';
|
|
7
|
-
import { BaseComponentProto, AnyClientComponentMessage, AnyClientComponentCall, AnyClientComponentCallUpload, AnyClientComponentCallDownload, ReturnForPair,
|
|
7
|
+
import { BaseComponentProto, AnyClientComponentMessage, AnyClientComponentCall, AnyClientComponentCallUpload, AnyClientComponentCallDownload, ReturnForPair, ServerMessage, ClientMessage, BaseNotificationMessage } from '@arcanejs/protocol';
|
|
8
8
|
import { Readable } from 'node:stream';
|
|
9
9
|
import { I as IDMap } from './id-map-DxQ3_gyA.js';
|
|
10
10
|
import * as proto from '@arcanejs/protocol/core';
|
|
@@ -377,4 +377,4 @@ declare class Toolkit<TAdditionalFiles extends ToolkitAdditionalFiles = Record<n
|
|
|
377
377
|
sendNotification: (notification: BaseNotificationMessage<string, string>, filter?: (connection: ToolkitConnection) => boolean) => void;
|
|
378
378
|
}
|
|
379
379
|
|
|
380
|
-
export { type AnyComponent as A, Button as B, type
|
|
380
|
+
export { type AnyComponent as A, Button as B, type CallDownloadResponse as C, EventEmitter as E, Group as G, type InternalProps$1 as I, type Listenable as L, type Parent as P, Toolkit as T, GroupHeader as a, type ToolkitAdditionalFiles as b, type ToolkitClockSyncOptions as c, type ToolkitConnection as d, type ToolkitCoreAssetRelativePath as e, type ToolkitHtmlPageContext as f, type ToolkitOptions as g, type ToolkitRenderContext as h, type ToolkitServerListener as i, type ToolkitServerListenerOptions as j, type ToolkitStaticFile as k, type ToolkitStaticFileResolver as l, Base as m, BaseParent as n, type CallUploadResponse as o, type ButtonMode as p, type Events$2 as q, type Props$1 as r, type Events$1 as s, type InternalProps as t, type Props as u };
|
|
@@ -4,7 +4,7 @@ import _ from 'lodash';
|
|
|
4
4
|
import * as http from 'http';
|
|
5
5
|
import { Application } from 'express';
|
|
6
6
|
import { WebSocket } from 'ws';
|
|
7
|
-
import { BaseComponentProto, AnyClientComponentMessage, AnyClientComponentCall, AnyClientComponentCallUpload, AnyClientComponentCallDownload, ReturnForPair,
|
|
7
|
+
import { BaseComponentProto, AnyClientComponentMessage, AnyClientComponentCall, AnyClientComponentCallUpload, AnyClientComponentCallDownload, ReturnForPair, ServerMessage, ClientMessage, BaseNotificationMessage } from '@arcanejs/protocol';
|
|
8
8
|
import { Readable } from 'node:stream';
|
|
9
9
|
import { I as IDMap } from './id-map-DxQ3_gyA.mjs';
|
|
10
10
|
import * as proto from '@arcanejs/protocol/core';
|
|
@@ -377,4 +377,4 @@ declare class Toolkit<TAdditionalFiles extends ToolkitAdditionalFiles = Record<n
|
|
|
377
377
|
sendNotification: (notification: BaseNotificationMessage<string, string>, filter?: (connection: ToolkitConnection) => boolean) => void;
|
|
378
378
|
}
|
|
379
379
|
|
|
380
|
-
export { type AnyComponent as A, Button as B, type
|
|
380
|
+
export { type AnyComponent as A, Button as B, type CallDownloadResponse as C, EventEmitter as E, Group as G, type InternalProps$1 as I, type Listenable as L, type Parent as P, Toolkit as T, GroupHeader as a, type ToolkitAdditionalFiles as b, type ToolkitClockSyncOptions as c, type ToolkitConnection as d, type ToolkitCoreAssetRelativePath as e, type ToolkitHtmlPageContext as f, type ToolkitOptions as g, type ToolkitRenderContext as h, type ToolkitServerListener as i, type ToolkitServerListenerOptions as j, type ToolkitStaticFile as k, type ToolkitStaticFileResolver as l, Base as m, BaseParent as n, type CallUploadResponse as o, type ButtonMode as p, type Events$2 as q, type Props$1 as r, type Events$1 as s, type InternalProps as t, type Props as u };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcanejs/toolkit",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Build web-accessible control interfaces for your long-running Node.js processes",
|
|
6
6
|
"keywords": [
|
|
@@ -103,34 +103,34 @@
|
|
|
103
103
|
"@types/express": "^5.0.0",
|
|
104
104
|
"@types/lodash": "^4.17.10",
|
|
105
105
|
"@types/node": "^20.11.24",
|
|
106
|
-
"@types/react": "^19.2.
|
|
107
|
-
"@types/react-dom": "^19.2.
|
|
106
|
+
"@types/react": "^19.2.14",
|
|
107
|
+
"@types/react-dom": "^19.2.3",
|
|
108
108
|
"@types/ws": "^8.5.12",
|
|
109
109
|
"check-export-map": "^1.3.1",
|
|
110
110
|
"eslint": "^8.57.0",
|
|
111
|
-
"react": "^19.2.
|
|
112
|
-
"react-dom": "^19.2.
|
|
113
|
-
"tsup": "^8.1
|
|
114
|
-
"typescript": "^5.
|
|
115
|
-
"@arcanejs/eslint-config": "^0.0.0",
|
|
116
|
-
"@arcanejs/toolkit-frontend": "^0.12.0",
|
|
111
|
+
"react": "^19.2.4",
|
|
112
|
+
"react-dom": "^19.2.4",
|
|
113
|
+
"tsup": "^8.5.1",
|
|
114
|
+
"typescript": "^5.9.3",
|
|
117
115
|
"@arcanejs/build-utils": "^0.1.2",
|
|
116
|
+
"@arcanejs/eslint-config": "^0.0.0",
|
|
117
|
+
"@arcanejs/toolkit-frontend": "^0.12.1",
|
|
118
118
|
"@arcanejs/typescript-config": "^0.0.0"
|
|
119
119
|
},
|
|
120
120
|
"dependencies": {
|
|
121
121
|
"escape-html": "^1.0.3",
|
|
122
122
|
"express": "^4.21.1",
|
|
123
|
-
"lodash": "^4.
|
|
123
|
+
"lodash": "^4.18.1",
|
|
124
124
|
"material-symbols": "^0.25.0",
|
|
125
|
-
"uuid": "^11.
|
|
126
|
-
"ws": "^8.
|
|
125
|
+
"uuid": "^11.1.1",
|
|
126
|
+
"ws": "^8.20.1",
|
|
127
127
|
"@arcanejs/diff": "^0.6.0",
|
|
128
128
|
"@arcanejs/protocol": "^0.9.0"
|
|
129
129
|
},
|
|
130
130
|
"peerDependencies": {
|
|
131
131
|
"react": "^19.2.0",
|
|
132
132
|
"react-dom": "^19.2.0",
|
|
133
|
-
"@arcanejs/toolkit-frontend": "^0.12.
|
|
133
|
+
"@arcanejs/toolkit-frontend": "^0.12.1"
|
|
134
134
|
},
|
|
135
135
|
"peerDependenciesMeta": {
|
|
136
136
|
"@arcanejs/toolkit-frontend": {
|