@daaku/kombat
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,3 +1,3 @@ | ||
import { customAlphabet } from 'nanoid'; | ||
import { murmurHashV3 } from './murmurhash'; | ||
import { customAlphabet } from 'nanoid'; | ||
const nanoid = customAlphabet('1234567890abcdefghijklmnopqrstuvwxyz', 16); | ||
@@ -4,0 +4,0 @@ const kLastSync = 'last_sync'; |
{ | ||
"name": "@daaku/kombat", | ||
"author": "Naitik Shah <n@daaku.org>", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Infrastructure for CRDT powered applications.", | ||
@@ -29,13 +29,13 @@ "repository": "git@github.com:daaku/kombat", | ||
"devDependencies": { | ||
"@daaku/eslint-config": "^3.4.0", | ||
"@types/jest": "^26.0.15", | ||
"eslint": "^7.14.0", | ||
"@daaku/eslint-config": "^3.6.0", | ||
"@types/jest": "^26.0.20", | ||
"eslint": "^7.21.0", | ||
"jest": "^26.6.3", | ||
"npm-run-all": "^4.1.5", | ||
"ts-jest": "^27.0.0-alpha.0", | ||
"typescript": "^4.1.2" | ||
"ts-jest": "^26.5.3", | ||
"typescript": "^4.2.3" | ||
}, | ||
"dependencies": { | ||
"nanoid": "^3.1.18" | ||
"nanoid": "^3.1.20" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
32734
Updatednanoid@^3.1.20