@daaku/firebase-rest-api
Advanced tools
Comparing version 1.2.0 to 2.0.0
{ | ||
"name": "@daaku/firebase-rest-api", | ||
"author": "Naitik Shah <n@daaku.org>", | ||
"version": "1.2.0", | ||
"version": "2.0.0", | ||
"description": "Minimal wrapper around fetch to make Firebase REST API calls.", | ||
"repository": "git@github.com:daaku/firebase-rest-api", | ||
"main": "dist/src/index.js", | ||
"types": "dist/src/index.d.ts", | ||
"license": "MIT", | ||
"prettier": "prettier-config-daaku", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./dist/src/index.js", | ||
"types": "./dist/src/index.d.ts" | ||
} | ||
}, | ||
"eslintConfig": { | ||
"extends": "@daaku" | ||
}, | ||
"scripts": { | ||
@@ -24,6 +33,5 @@ "check:types": "tsc --noEmit", | ||
], | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@daaku/eslint-config": "^4.2.0", | ||
"@daaku/qunit-puppeteer": "^1.5.0", | ||
"@daaku/qunit-puppeteer": "^2.0.0", | ||
"@types/qunit": "^2.11.3", | ||
@@ -30,0 +38,0 @@ "esbuild": "^0.14.11", |
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
6862
Yes