@alwatr/platform-info
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.2.4](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.2.3...@alwatr/platform-info@1.2.4) (2024-10-11) | ||
### Miscellaneous Chores | ||
* include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @AliMD | ||
## [1.2.3](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.2.2...@alwatr/platform-info@1.2.3) (2024-10-11) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/platform-info", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "This module provides a way to detect the current platform where the script is running. It defines a constant `platformInfo` which holds the information about the current platform.", | ||
@@ -47,3 +47,4 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"files": [ | ||
"**/*.{js,mjs,cjs,map,d.ts,html,md}", | ||
"**/*.{js,mjs,cjs,map,d.ts,html,md,LEGAL.txt}", | ||
"LICENSE", | ||
"!demo/**/*" | ||
@@ -79,13 +80,13 @@ ], | ||
"dependencies": { | ||
"@alwatr/package-tracer": "^1.0.3" | ||
"@alwatr/package-tracer": "^1.0.4" | ||
}, | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^2.0.0", | ||
"@alwatr/prettier-config": "^1.0.5", | ||
"@alwatr/tsconfig-base": "^1.3.1", | ||
"@alwatr/type-helper": "^2.0.1", | ||
"@alwatr/nano-build": "^2.0.1", | ||
"@alwatr/prettier-config": "^1.0.6", | ||
"@alwatr/tsconfig-base": "^1.3.2", | ||
"@alwatr/type-helper": "^2.0.2", | ||
"@types/node": "^22.7.5", | ||
"typescript": "^5.6.3" | ||
}, | ||
"gitHead": "e0b3b4a47c02a395046982803b2e431c6ee3b0ab" | ||
"gitHead": "2a35f99b0347aacdccf3b6f28b30ca902f02a2f1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
60373
12