@infurnia/backend-file-storage
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,3 @@ const utils = require('./utils'); | ||
const multerGoogleStorage = require("@infurnia/multer-cloud-storage"); | ||
const { OK_RESPONSE_TEXT } = require('../../controllers/utils'); | ||
const OK_RESPONSE_TEXT = "OK"; | ||
const crypto = require('crypto'); | ||
@@ -8,0 +8,0 @@ const path = require('path'); |
{ | ||
"name": "@infurnia/backend-file-storage", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Storage engine for google cloud storage", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
11663