@alwatr/flat-string
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.0.8](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.7...@alwatr/flat-string@1.0.8) (2023-12-23) | ||
### Bug Fixes | ||
* tsBuildInfoFile path in tsconfig.json files ([9c4ba01](https://github.com/Alwatr/nanolib/commit/9c4ba01afdd6657de4e5feef09bb6ee03d9ce053)) by @ | ||
## [1.0.7](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.6...@alwatr/flat-string@1.0.7) (2023-12-23) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@alwatr/flat-string", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "The `flat-string` function flattens the underlying C structures of a concatenated JavaScript string.", | ||
@@ -71,8 +71,8 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"devDependencies": { | ||
"@alwatr/nano-build": "^1.2.0", | ||
"@alwatr/nano-build": "^1.2.1", | ||
"@alwatr/prettier-config": "^1.0.4", | ||
"@alwatr/tsconfig-base": "^1.0.4", | ||
"@alwatr/tsconfig-base": "^1.0.5", | ||
"typescript": "^5.3.3" | ||
}, | ||
"gitHead": "9cfcb594f10dbf0950d3e56fc8fa6c6d290cac50" | ||
"gitHead": "b4715a3e08227d2eb312ef0700de76204db45b43" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
9121