@alwatr/flat-string 1.0.13 → 1.0.15

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,14 @@
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.15](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.14...@alwatr/flat-string@1.0.15) (2024-01-31)
7
+
8
+ **Note:** Version bump only for package @alwatr/flat-string
9
+
10
+ ## [1.0.14](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.13...@alwatr/flat-string@1.0.14) (2024-01-24)
11
+
12
+ **Note:** Version bump only for package @alwatr/flat-string
13
+
6
14
  ## [1.0.13](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.12...@alwatr/flat-string@1.0.13) (2024-01-16)
7
15
 
8
16
  **Note:** Version bump only for package @alwatr/flat-string
@@ -27,7 +35,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
27
35
 
28
36
  ### Bug Fixes
29
37
 
30
- * tsBuildInfoFile path in tsconfig.json files ([9c4ba01](https://github.com/Alwatr/nanolib/commit/9c4ba01afdd6657de4e5feef09bb6ee03d9ce053)) by @
38
+ - tsBuildInfoFile path in tsconfig.json files ([9c4ba01](https://github.com/Alwatr/nanolib/commit/9c4ba01afdd6657de4e5feef09bb6ee03d9ce053)) by @
31
39
 
32
40
  ## [1.0.7](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.6...@alwatr/flat-string@1.0.7) (2023-12-23)
33
41
 
@@ -41,7 +49,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
41
49
 
42
50
  ### Bug Fixes
43
51
 
44
- * update to latest nano-build with preset ([a4d3c35](https://github.com/Alwatr/nanolib/commit/a4d3c35f9d86521312bd16dd9853519f4ed2e0b4)) by @
52
+ - update to latest nano-build with preset ([a4d3c35](https://github.com/Alwatr/nanolib/commit/a4d3c35f9d86521312bd16dd9853519f4ed2e0b4)) by @
45
53
 
46
54
  ## [1.0.4](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.3...@alwatr/flat-string@1.0.4) (2023-12-22)
47
55
 
@@ -51,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
51
59
 
52
60
  ### Bug Fixes
53
61
 
54
- * package.json include files ([ec8c807](https://github.com/Alwatr/nanolib/commit/ec8c8075ea88d669a84037077b01f92f6ea078f1)) by @
62
+ - package.json include files ([ec8c807](https://github.com/Alwatr/nanolib/commit/ec8c8075ea88d669a84037077b01f92f6ea078f1)) by @
55
63
 
56
64
  ## [1.0.2](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.1...@alwatr/flat-string@1.0.2) (2023-12-22)
57
65
 
58
66
  ### Bug Fixes
59
67
 
60
- * package.json include files ([053fc10](https://github.com/Alwatr/nanolib/commit/053fc10b518038647136db9ada2433e27ecb2e63)) by @AliMD
68
+ - package.json include files ([053fc10](https://github.com/Alwatr/nanolib/commit/053fc10b518038647136db9ada2433e27ecb2e63)) by @AliMD
61
69
 
62
70
  ## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/flat-string@1.0.0...@alwatr/flat-string@1.0.1) (2023-12-21)
63
71
 
64
72
  ### Features
65
73
 
66
- * **prettier-config:** new package for prettier share configs ([a6fdee3](https://github.com/Alwatr/nanolib/commit/a6fdee34591abb1d19e7ea7e431bd6624e2ea6d4)) by @AliMD
74
+ - **prettier-config:** new package for prettier share configs ([a6fdee3](https://github.com/Alwatr/nanolib/commit/a6fdee34591abb1d19e7ea7e431bd6624e2ea6d4)) by @AliMD
67
75
 
68
76
  # 1.0.0 (2023-12-20)
69
77
 
package/dist/main.cjs CHANGED
@@ -1,3 +1,3 @@
1
- /* @alwatr/flat-string v1.0.13 */
1
+ /* @alwatr/flat-string v1.0.15 */
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.13 */
1
+ /* @alwatr/flat-string v1.0.15 */
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.13",
3
+ "version": "1.0.15",
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.1",
71
+ "@alwatr/nano-build": "^1.3.3",
72
72
  "@alwatr/prettier-config": "^1.0.4",
73
- "@alwatr/tsconfig-base": "^1.1.1",
73
+ "@alwatr/tsconfig-base": "^1.1.2",
74
74
  "typescript": "^5.3.3"
75
75
  },
76
- "gitHead": "369887cfdcbf5c6f3899880a5e217b102b36706c"
76
+ "gitHead": "54726b7ac06d4a6ffb42731b58e8d976de1211bd"
77
77
  }