@alwatr/flat-string 1.0.19 → 1.0.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.20](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.19...@alwatr/flat-string@1.0.20) (2024-08-31)
7
+
8
+ ### Dependencies update
9
+
10
+ * update all dependencies ([1e0c30e](https://github.com/Alwatr/nanolib/commit/1e0c30e6a3a8e19deb5185814e24ab6c08dca573)) by @AliMD
11
+
6
12
  ## [1.0.19](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.18...@alwatr/flat-string@1.0.19) (2024-07-04)
7
13
 
8
14
  ### Dependencies update
package/dist/main.cjs CHANGED
@@ -1,3 +1,3 @@
1
- /* @alwatr/flat-string v1.0.19 */
1
+ /* @alwatr/flat-string v1.0.20 */
2
2
  "use strict";var g=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var a=(n,t)=>{for(var i in t)g(n,i,{get:t[i],enumerable:!0})},c=(n,t,i,e)=>{if(t&&typeof t=="object"||typeof t=="function")for(let r of o(t))!u.call(n,r)&&r!==i&&g(n,r,{get:()=>t[r],enumerable:!(e=f(t,r))||e.enumerable});return n};var l=n=>c(g({},"__esModule",{value:!0}),n);var s={};a(s,{flatString:()=>p});module.exports=l(s);function p(n){return n|0,n}0&&(module.exports={flatString});
3
3
  //# sourceMappingURL=main.cjs.map
package/dist/main.mjs CHANGED
@@ -1,3 +1,3 @@
1
- /* @alwatr/flat-string v1.0.19 */
1
+ /* @alwatr/flat-string v1.0.20 */
2
2
  function t(n){return n|0,n}export{t as flatString};
3
3
  //# sourceMappingURL=main.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/flat-string",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "The `flat-string` function flattens the underlying C structures of a concatenated JavaScript string.",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "keywords": [
@@ -68,10 +68,10 @@
68
68
  "clean": "rm -rfv dist *.tsbuildinfo"
69
69
  },
70
70
  "devDependencies": {
71
- "@alwatr/nano-build": "^1.3.7",
71
+ "@alwatr/nano-build": "^1.3.8",
72
72
  "@alwatr/prettier-config": "^1.0.4",
73
73
  "@alwatr/tsconfig-base": "^1.2.0",
74
- "typescript": "^5.5.3"
74
+ "typescript": "^5.5.4"
75
75
  },
76
- "gitHead": "98b9c29f927d9487d318d109556c873b13ea2056"
76
+ "gitHead": "5d81b77988089edb24aa6853d0a98fdeb85dbf77"
77
77
  }