@daaku/kombat
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@daaku/kombat", | ||
"author": "Naitik Shah <n@daaku.org>", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Infrastructure for CRDT powered applications.", | ||
@@ -20,3 +20,5 @@ "repository": "git@github.com:daaku/kombat", | ||
"jest": { | ||
"preset": "ts-jest" | ||
"transform": { | ||
"^.+\\.tsx?$": "esbuild-jest" | ||
} | ||
}, | ||
@@ -30,14 +32,15 @@ "keywords": [ | ||
"devDependencies": { | ||
"@daaku/eslint-config": "^3.7.0", | ||
"@types/jest": "^26.0.23", | ||
"eslint": "^7.27.0", | ||
"jest": "^27.0.1", | ||
"@daaku/eslint-config": "^4.0.0", | ||
"@types/jest": "^27.0.2", | ||
"esbuild": "^0.13.8", | ||
"esbuild-jest": "^0.5.0", | ||
"eslint": "^8.1.0", | ||
"jest": "^27.3.1", | ||
"npm-run-all": "^4.1.5", | ||
"prettier-config-daaku": "^1.0.0", | ||
"ts-jest": "^27.0.1", | ||
"typescript": "^4.3.2" | ||
"typescript": "^4.4.4" | ||
}, | ||
"dependencies": { | ||
"nanoid": "^3.1.23" | ||
"nanoid": "^3.1.30" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33015
2
9
Updatednanoid@^3.1.30