@alwatr/platform-info
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/platform-info@1.0.0...@alwatr/platform-info@1.0.1) (2023-12-23) | ||
### Bug Fixes | ||
* update to latest nano-build with preset ([a4d3c35](https://github.com/Alwatr/nanolib/commit/a4d3c35f9d86521312bd16dd9853519f4ed2e0b4)) by @ | ||
# 1.0.0 (2023-12-22) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/platform-info", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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.", | ||
@@ -70,3 +70,3 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"build": "yarn run build:ts & yarn run build:es", | ||
"build:es": "nano-build", | ||
"build:es": "nano-build --preset=module", | ||
"build:ts": "tsc --build", | ||
@@ -79,3 +79,3 @@ "watch": "yarn run watch:ts & yarn run watch:es", | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^1.0.4", | ||
"@alwatr/nano-build": "^1.1.0", | ||
"@alwatr/prettier-config": "^1.0.4", | ||
@@ -86,3 +86,3 @@ "@alwatr/tsconfig-base": "^1.0.4", | ||
}, | ||
"gitHead": "708330268ef01b9519876766f599e2032c9feaf6" | ||
"gitHead": "93b40d4ae1b777a7c5322289ab8b4befd122e4d4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15597