Comparing version 3.35.2 to 3.35.3
@@ -0,1 +1,6 @@ | ||
## 3.35.3 2024-04-26 | ||
* Added types property to package.json to prevent compile warnngs. Thanks https://github.com/iolave! | ||
## 3.35.2 2024-03-06 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "seneca", | ||
"description": "A Microservices Framework for Node.js", | ||
"version": "3.35.2", | ||
"version": "3.35.3", | ||
"types": "seneca.d.ts", | ||
"license": "MIT", | ||
@@ -102,3 +103,3 @@ "homepage": "http://senecajs.org", | ||
"patrun": "^7.2.5", | ||
"qs": "^6.11.2", | ||
"qs": "^6.12.1", | ||
"rolling-stats": "^0.2.1", | ||
@@ -112,3 +113,3 @@ "seneca-transport": "^8.2.0", | ||
"@seneca/test-plugin": "0.1.0", | ||
"@types/node": "^20.11.24", | ||
"@types/node": "^20.12.7", | ||
"async": "^3.2.5", | ||
@@ -127,4 +128,4 @@ "bench": "^0.3.6", | ||
"summary": "^2.1.0", | ||
"typescript": "^5.3.3" | ||
"typescript": "^5.4.5" | ||
} | ||
} |
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
678521
Updatedqs@^6.12.1