@daaku/firebase-blob-db
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -108,2 +108,3 @@ "use strict"; | ||
}); | ||
state = result.state; | ||
} | ||
@@ -110,0 +111,0 @@ } |
{ | ||
"name": "@daaku/firebase-blob-db", | ||
"author": "Naitik Shah <n@daaku.org>", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Resilient uploading of blobs to Firebase Storage.", | ||
@@ -26,12 +26,12 @@ "repository": "git@github.com:daaku/firebase-blob-db", | ||
"devDependencies": { | ||
"@daaku/eslint-config": "^3.0.0", | ||
"@daaku/firebase-auth": "^0.1.1", | ||
"@daaku/qunit-puppeteer": "^0.1.2", | ||
"@types/qunit": "^2.9.5", | ||
"esbuild": "^0.7.5", | ||
"eslint": "^7.9.0", | ||
"eslint-config-daaku": "^2.0.1", | ||
"esbuild": "^0.7.8", | ||
"eslint": "^7.10.0", | ||
"nanoid": "^3.1.12", | ||
"npm-run-all": "^4.1.5", | ||
"qunit": "^2.11.2", | ||
"typescript": "^4.0.2" | ||
"typescript": "^4.0.3" | ||
}, | ||
@@ -38,0 +38,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
15729
197