sqrl-redis-functions
Advanced tools
Comparing version 0.6.9 to 0.6.10
@@ -11,3 +11,3 @@ import { SqrlKey, CompileState, Instance, Ast } from "sqrl"; | ||
export declare function ensureCounterBump(state: CompileState, sourceAst: Ast, args: CountArguments): { | ||
bumpByAst: import("sqrl").ConstantAst | import("sqrl").CallAst; | ||
bumpByAst: import("sqrl").CallAst | import("sqrl").ConstantAst; | ||
hasAlias: boolean; | ||
@@ -14,0 +14,0 @@ keyedCounterName: string; |
{ | ||
"name": "sqrl-redis-functions", | ||
"version": "0.6.9", | ||
"version": "0.6.10", | ||
"description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions for storing state in redis", | ||
@@ -49,3 +49,3 @@ "homepage": "https://sqrl-lang.github.io/sqrl", | ||
"prettier": "^1.18.2", | ||
"sqrl-test-utils": "^0.6.9", | ||
"sqrl-test-utils": "^0.6.10", | ||
"ts-jest": "^27.1.3", | ||
@@ -65,6 +65,6 @@ "ts-node": "^8.3.0", | ||
"murmurhash3.js": "https://github.com/qix/murmurHash3.js/releases/download/3.0.0-qix-0/murmurhash3.js-3.0.0-qix-0.tgz", | ||
"sqrl": "^0.6.9", | ||
"sqrl-common": "^0.6.9" | ||
"sqrl": "^0.6.10", | ||
"sqrl-common": "^0.6.10" | ||
}, | ||
"gitHead": "d6f4789442ac2e1dea7b1f39b87c6db3395fd815" | ||
} |
270759
Updatedsqrl@^0.6.10
Updatedsqrl-common@^0.6.10