@vvansh739/weather-package
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@vvansh739/weather-package", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "A simple module to fetch and display current weather information", | ||
@@ -22,3 +22,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@vvansh739/weather-package": "^1.0.1", | ||
"@vvansh739/weather-package": "^1.0.4", | ||
"axios": "^1.7.2", | ||
@@ -25,0 +25,0 @@ "dotenv": "^16.4.5" |
@@ -12,3 +12,4 @@ { | ||
"include": ["src/**/*"], | ||
"exclude": ["node_modules"] | ||
"exclude": ["node_modules"], | ||
"declaration":true | ||
} |
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
2530
4
54