Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4
@@ -5,2 +5,6 @@ # Changelog | ||
## [3.0.0-alpha.4][] - 2022-07-30 | ||
- Package maintenance | ||
## [3.0.0-alpha.3][] - 2022-07-26 | ||
@@ -219,3 +223,4 @@ | ||
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.3...HEAD | ||
[unreleased]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.4...HEAD | ||
[3.0.0-alpha.4]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.3...v3.0.0-alpha.4 | ||
[3.0.0-alpha.3]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.2...v3.0.0-alpha.3 | ||
@@ -222,0 +227,0 @@ [3.0.0-alpha.2]: https://github.com/metarhia/metacom/compare/v3.0.0-alpha.1...v3.0.0-alpha.2 |
@@ -15,3 +15,2 @@ 'use strict'; | ||
const fileExt = path.extname(filePath).substring(1); | ||
console.log({ url, urlPath, params, filePath, fileExt }); | ||
const data = application.getStaticFile(filePath); | ||
@@ -18,0 +17,0 @@ if (data) { |
{ | ||
"name": "metacom", | ||
"version": "3.0.0-alpha.3", | ||
"version": "3.0.0-alpha.4", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -56,7 +56,7 @@ "description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access", | ||
"dependencies": { | ||
"metautil": "^3.5.21", | ||
"metautil": "^3.5.22", | ||
"ws": "^8.8.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.6.1", | ||
"@types/node": "^18.6.2", | ||
"@types/ws": "^8.5.3", | ||
@@ -63,0 +63,0 @@ "eslint": "^8.20.0", |
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
63683
1592
Updatedmetautil@^3.5.22