@alwatr/flat-string
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.0.9](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.8...@alwatr/flat-string@1.0.9) (2023-12-26) | ||
**Note:** Version bump only for package @alwatr/flat-string | ||
## [1.0.8](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.7...@alwatr/flat-string@1.0.8) (2023-12-23) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@alwatr/flat-string", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "The `flat-string` function flattens the underlying C structures of a concatenated JavaScript string.", | ||
@@ -68,3 +68,3 @@ "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>", | ||
"watch:ts": "yarn run build:ts --watch --preserveWatchOutput", | ||
"clean": "rm -rfv dist .tsbuildinfo" | ||
"clean": "rm -rfv dist *.tsbuildinfo" | ||
}, | ||
@@ -77,3 +77,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "b4715a3e08227d2eb312ef0700de76204db45b43" | ||
"gitHead": "c000689de24ff655c97f2c7c2bf00a1e18586759" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
9305