@alwatr/platform-info
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.1.5](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.1.4...@alwatr/platform-info@1.1.5) (2024-01-31) | ||
### Miscellaneous Chores | ||
* **deps:** update ([1a45030](https://github.com/Alwatr/nanolib/commit/1a450305440b710a300787d4ca24b1ed8c6a39d7)) by @AliMD | ||
## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.1.3...@alwatr/platform-info@1.1.4) (2024-01-24) | ||
@@ -27,3 +33,3 @@ | ||
* **platform-info:** support bun and isCli ([d693067](https://github.com/Alwatr/nanolib/commit/d693067b9d8de749d909600cfdc9587a7cd207f4)) by @njfamirm | ||
- **platform-info:** support bun and isCli ([d693067](https://github.com/Alwatr/nanolib/commit/d693067b9d8de749d909600cfdc9587a7cd207f4)) by @njfamirm | ||
@@ -46,3 +52,3 @@ ## [1.0.7](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.0.6...@alwatr/platform-info@1.0.7) (2024-01-03) | ||
* tsBuildInfoFile path in tsconfig.json files ([9c4ba01](https://github.com/Alwatr/nanolib/commit/9c4ba01afdd6657de4e5feef09bb6ee03d9ce053)) by @ | ||
- tsBuildInfoFile path in tsconfig.json files ([9c4ba01](https://github.com/Alwatr/nanolib/commit/9c4ba01afdd6657de4e5feef09bb6ee03d9ce053)) by @ | ||
@@ -61,3 +67,3 @@ ## [1.0.3](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.0.2...@alwatr/platform-info@1.0.3) (2023-12-23) | ||
* update to latest nano-build with preset ([a4d3c35](https://github.com/Alwatr/nanolib/commit/a4d3c35f9d86521312bd16dd9853519f4ed2e0b4)) by @ | ||
- update to latest nano-build with preset ([a4d3c35](https://github.com/Alwatr/nanolib/commit/a4d3c35f9d86521312bd16dd9853519f4ed2e0b4)) by @ | ||
@@ -68,3 +74,3 @@ # 1.0.0 (2023-12-22) | ||
* **platform-info:** Add isWebWorker property to platformInfo constant object ([ae3ca10](https://github.com/Alwatr/nanolib/commit/ae3ca1097eb9075eb4d730891e8d92768948f43d)) by @ | ||
* **platform-info:** new package for detect the current platform ([83f9534](https://github.com/Alwatr/nanolib/commit/83f95346bf0cf00402c6121bcbe4d231ff1739f1)) by @AliMD | ||
- **platform-info:** Add isWebWorker property to platformInfo constant object ([ae3ca10](https://github.com/Alwatr/nanolib/commit/ae3ca1097eb9075eb4d730891e8d92768948f43d)) by @ | ||
- **platform-info:** new package for detect the current platform ([83f9534](https://github.com/Alwatr/nanolib/commit/83f95346bf0cf00402c6121bcbe4d231ff1739f1)) by @AliMD |
{ | ||
"name": "@alwatr/platform-info", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"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.", | ||
@@ -78,9 +78,9 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^1.3.2", | ||
"@alwatr/nano-build": "^1.3.3", | ||
"@alwatr/prettier-config": "^1.0.4", | ||
"@alwatr/tsconfig-base": "^1.1.1", | ||
"@types/node": "^20.11.6", | ||
"@alwatr/tsconfig-base": "^1.1.2", | ||
"@types/node": "^20.11.13", | ||
"typescript": "^5.3.3" | ||
}, | ||
"gitHead": "3486060abc5f331a3b8c78da7f1d671ba1139b5d" | ||
"gitHead": "54726b7ac06d4a6ffb42731b58e8d976de1211bd" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
18727