repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
7371451
parent
4842df8
author
Eric Bower
date
2023-10-02 14:11:55 +0000 UTC
chore: update effection v3.0.15
2 files changed,  +4, -4
M npm.ts
M deps.ts
+2, -2
 1@@ -10,7 +10,7 @@ export type {
 2   Stream,
 3   Subscription,
 4   Task,
 5-} from "https://deno.land/x/effection@3.0.0-alpha.14/mod.ts";
 6+} from "https://deno.land/x/effection@3.0.0-alpha.15/mod.ts";
 7 export {
 8   action,
 9   createChannel,
10@@ -31,7 +31,7 @@ export {
11   spawn,
12   suspend,
13   useAbortSignal,
14-} from "https://deno.land/x/effection@3.0.0-alpha.14/mod.ts";
15+} from "https://deno.land/x/effection@3.0.0-alpha.15/mod.ts";
16 
17 import React from "https://esm.sh/react@18.2.0?pin=v122";
18 export { React };
M npm.ts
+2, -2
 1@@ -30,9 +30,9 @@ async function main() {
 2       },
 3     ],
 4     mappings: {
 5-      "https://deno.land/x/effection@3.0.0-alpha.14/mod.ts": {
 6+      "https://deno.land/x/effection@3.0.0-alpha.15/mod.ts": {
 7         name: "effection",
 8-        version: "3.0.0-alpha.14",
 9+        version: "3.0.0-alpha.15",
10       },
11       "https://esm.sh/react@18.2.0?pin=v122": {
12         name: "react",