diff --git a/.gitignore b/.gitignore index 1b19fdc..ac13e68 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /nim.cfg -.*.check +*.check diff --git a/assertions.prs b/assertions.prs index 67fc359..8e0f810 100644 --- a/assertions.prs +++ b/assertions.prs @@ -5,6 +5,6 @@ FileSystemUsage = . # This assertion publishes a dataspace that proxies assertions with # an exception for which is pulsed every periodSec. # The pulse resolution is no more than one millisecond. -Pulse = . +Pulse = . XmlTranslation = . diff --git a/config.prs b/config.prs index ca5e4a2..a90f3f8 100644 --- a/config.prs +++ b/config.prs @@ -2,53 +2,53 @@ version 1 . embeddedType EntityRef.Cap . CacheArguments = . FileSystemUsageArguments = . JsonTranslatorArguments = . JsonTranslatorConnected = . JsonSocketTranslatorArguments = . PostgreArguments = . PostgreConnectionParameter = [@key string @val string]. PulseArguments = . SqliteArguments = . WebhooksArguments = . WebsocketArguments = . XmlTranslatorArguments = . # Reused from syndicate-protocols/transportAddress diff --git a/sql.prs b/sql.prs index 7d9f941..17b9c89 100644 --- a/sql.prs +++ b/sql.prs @@ -2,4 +2,4 @@ version 1 . # When asserted the actor reponds to @target rows as records # of the given label and row columns as record fields. -Query = . +Query = . diff --git a/syndicate_utils.nimble b/syndicate_utils.nimble index 7313edd..8a1f744 100644 --- a/syndicate_utils.nimble +++ b/syndicate_utils.nimble @@ -1,13 +1,13 @@ # Package -version = "20240205" +version = "20240208" author = "Emery Hemingway" description = "Utilites for Syndicated Actors and Synit" license = "unlicense" srcDir = "src" -bin = @["mintsturdyref", "mount_actor", "msg", "net_mapper", "preserve_process_environment", "syndex_card", "syndump"] +bin = @["mintsturdyref", "mount_actor", "msg", "net_mapper", "preserve_process_environment", "syndesizer", "syndex_card", "syndump"] # Dependencies -requires "nim >= 2.0.0", "illwill", "syndicate >= 20240114", "ws" +requires "nim >= 2.0.0", "illwill", "syndicate >= 20240208", "ws"