toilscript 0.1.45 → 0.1.46
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/cli.generated.d.ts +5 -3
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/importmap.json +2 -2
- package/dist/toilscript.generated.d.ts +5 -3
- package/dist/toilscript.js +20 -20
- package/dist/toilscript.js.map +3 -3
- package/dist/web.js +3 -3
- package/package.json +1 -1
package/dist/importmap.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"imports": {
|
|
3
|
-
"toilscript": "https://cdn.jsdelivr.net/npm/toilscript@0.1.
|
|
4
|
-
"toilscript/cli": "https://cdn.jsdelivr.net/npm/toilscript@0.1.
|
|
3
|
+
"toilscript": "https://cdn.jsdelivr.net/npm/toilscript@0.1.46/dist/toilscript.js",
|
|
4
|
+
"toilscript/cli": "https://cdn.jsdelivr.net/npm/toilscript@0.1.46/dist/cli.js",
|
|
5
5
|
"binaryen": "https://cdn.jsdelivr.net/npm/binaryen@130.0.0-nightly.20260609/index.js",
|
|
6
6
|
"long": "https://cdn.jsdelivr.net/npm/long@5.3.2/index.js"
|
|
7
7
|
}
|
|
@@ -609,7 +609,9 @@ declare module "types:toilscript/src/diagnosticMessages.generated" {
|
|
|
609
609
|
Scheduled_handler_0_must_take_no_arguments_and_return_void = 9012,
|
|
610
610
|
Stream_scope_must_be_a_StreamScope_enum_member = 9013,
|
|
611
611
|
Stream_connect_handler_0_has_an_invalid_signature = 9014,
|
|
612
|
-
Stream_message_handler_0_has_an_invalid_signature = 9015
|
|
612
|
+
Stream_message_handler_0_has_an_invalid_signature = 9015,
|
|
613
|
+
Stream_close_handler_0_has_an_invalid_signature = 9016,
|
|
614
|
+
Stream_disconnect_handler_0_has_an_invalid_signature = 9017
|
|
613
615
|
}
|
|
614
616
|
/** Translates a diagnostic code to its respective string. */
|
|
615
617
|
export function diagnosticCodeToString(code: DiagnosticCode): string;
|
|
@@ -4628,8 +4630,8 @@ declare module "types:toilscript/src/dbcatalog" {
|
|
|
4628
4630
|
* u8 hook_presence_bitmask (bit0 connect..bit3 disconnect)
|
|
4629
4631
|
* u8 declared_scope (0 regional/L2, 1 continental/L3)
|
|
4630
4632
|
* u8 message_mode (0 raw, 1 @data-typed)
|
|
4631
|
-
* u32 max_frame_bytes (
|
|
4632
|
-
* u32 ingress_ring_bytes (
|
|
4633
|
+
* u32 max_frame_bytes (RESERVED: parsed, not yet consumed; the runtime ignores it)
|
|
4634
|
+
* u32 ingress_ring_bytes (RESERVED: parsed, not yet consumed; the runtime ignores it)
|
|
4633
4635
|
* u32 message_value_data_id (fnv1a(typeName); 0 when raw)
|
|
4634
4636
|
* u32 message_schema_version (recursive layoutHash; 0 when raw)
|
|
4635
4637
|
* u16 stream_index (0-based position in this array)
|