@devprotocol/khaos-kit
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@devprotocol/khaos-kit", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Khaos SDK for JavaScript", | ||
@@ -10,3 +10,4 @@ "main": "index.js", | ||
"index.js", | ||
"index.d.ts" | ||
"index.d.ts", | ||
"!**/*.test.*" | ||
], | ||
@@ -32,9 +33,9 @@ "scripts": { | ||
"@ava/typescript": "1.1.1", | ||
"@types/bent": "^7.3.2", | ||
"@types/bent": "7.3.2", | ||
"@types/dotenv": "8.2.0", | ||
"@types/node": "14.14.13", | ||
"@types/node": "14.14.14", | ||
"@types/ramda": "0.27.33", | ||
"@types/sinon": "^9.0.9", | ||
"@typescript-eslint/eslint-plugin": "4.9.1", | ||
"@typescript-eslint/parser": "4.9.1", | ||
"@types/sinon": "9.0.9", | ||
"@typescript-eslint/eslint-plugin": "4.10.0", | ||
"@typescript-eslint/parser": "4.10.0", | ||
"ava": "3.14.0", | ||
@@ -48,3 +49,3 @@ "dotenv": "8.2.0", | ||
"rimraf": "3.0.2", | ||
"sinon": "^9.2.1", | ||
"sinon": "9.2.2", | ||
"typescript": "4.1.3" | ||
@@ -58,3 +59,3 @@ }, | ||
"rewritePaths": { | ||
"/": "/" | ||
"src/": "/" | ||
} | ||
@@ -61,0 +62,0 @@ } |
22203
9
82