@empathyco/x-storage-service
Advanced tools
Comparing version 2.0.0-alpha.8 to 2.0.0-alpha.9
{ | ||
"name": "@empathyco/x-storage-service", | ||
"version": "2.0.0-alpha.8", | ||
"version": "2.0.0-alpha.9", | ||
"description": "Storage service with TTL", | ||
@@ -35,10 +35,11 @@ "author": "Empathy Systems Corporation S.L.", | ||
"build:watch": "tsc --watch", | ||
"postbuild": "pnpm pack", | ||
"lint": "eslint . --ext .ts", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"test:coverage": "jest --coverage", | ||
"postbuild": "pnpm pack", | ||
"prepublishOnly": "pnpm run build" | ||
}, | ||
"dependencies": { | ||
"@empathyco/x-logger": "^1.2.0-alpha.8", | ||
"@empathyco/x-logger": "^1.2.0-alpha.9", | ||
"tslib": "~2.4.1" | ||
@@ -55,3 +56,3 @@ }, | ||
}, | ||
"gitHead": "4f57a9b390fef3838356cad08971a0ad89712b38" | ||
"gitHead": "069581007a9e7bdb109374188a853759096377ec" | ||
} |
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
50223