@alwatr/flatomise 1.1.3 → 1.1.5

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,16 @@
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.1.5](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.4...@alwatr/flatomise@1.1.5) (2024-03-28)
7
+
8
+ **Note:** Version bump only for package @alwatr/flatomise
9
+
10
+ ## [1.1.4](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.3...@alwatr/flatomise@1.1.4) (2024-01-31)
11
+
12
+ ### Miscellaneous Chores
13
+
14
+ * **deps:** update ([1a45030](https://github.com/Alwatr/nanolib/commit/1a450305440b710a300787d4ca24b1ed8c6a39d7)) by @AliMD
15
+
6
16
  ## [1.1.3](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.2...@alwatr/flatomise@1.1.3) (2024-01-24)
7
17
 
8
18
  **Note:** Version bump only for package @alwatr/flatomise
@@ -19,7 +29,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
29
 
20
30
  ### Features
21
31
 
22
- * **flatomise:** generic type ([3193b43](https://github.com/Alwatr/nanolib/commit/3193b4378681ec7c840d6d7806dad041a1db7573)) by @AliMD
32
+ - **flatomise:** generic type ([3193b43](https://github.com/Alwatr/nanolib/commit/3193b4378681ec7c840d6d7806dad041a1db7573)) by @AliMD
23
33
 
24
34
  ## [1.0.2](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.0.1...@alwatr/flatomise@1.0.2) (2024-01-08)
25
35
 
@@ -33,4 +43,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
33
43
 
34
44
  ### Features
35
45
 
36
- * **flatomise:** A utility for creating promises that can be externally resolved or rejected. ([1bc4478](https://github.com/Alwatr/nanolib/commit/1bc4478327f156b5e45650590aea013590443723)) by @AliMD
46
+ - **flatomise:** A utility for creating promises that can be externally resolved or rejected. ([1bc4478](https://github.com/Alwatr/nanolib/commit/1bc4478327f156b5e45650590aea013590443723)) by @AliMD
package/dist/main.cjs CHANGED
@@ -1,3 +1,3 @@
1
- /* @alwatr/flatomise v1.1.3 */
1
+ /* @alwatr/flatomise v1.1.5 */
2
2
  "use strict";var s=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var l=Object.prototype.hasOwnProperty;var n=(e,o)=>{for(var i in o)s(e,i,{get:o[i],enumerable:!0})},T=(e,o,i,t)=>{if(o&&typeof o=="object"||typeof o=="function")for(let r of m(o))!l.call(e,r)&&r!==i&&s(e,r,{get:()=>o[r],enumerable:!(t=a(o,r))||t.enumerable});return e};var c=e=>T(s({},"__esModule",{value:!0}),e);var F={};n(F,{newFlatomise:()=>v});module.exports=c(F);function v(){let e={};return e.promise=new Promise((o,i)=>{e.resolve=o,e.reject=i}),e}0&&(module.exports={newFlatomise});
3
3
  //# sourceMappingURL=main.cjs.map
package/dist/main.mjs CHANGED
@@ -1,3 +1,3 @@
1
- /* @alwatr/flatomise v1.1.3 */
1
+ /* @alwatr/flatomise v1.1.5 */
2
2
  function r(){let e={};return e.promise=new Promise((o,i)=>{e.resolve=o,e.reject=i}),e}export{r as newFlatomise};
3
3
  //# sourceMappingURL=main.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/flatomise",
3
- "version": "1.1.3",
3
+ "version": "1.1.5",
4
4
  "description": "A utility for creating promises that can be externally resolved or rejected.",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "keywords": [
@@ -65,11 +65,11 @@
65
65
  "clean": "rm -rfv dist *.tsbuildinfo"
66
66
  },
67
67
  "devDependencies": {
68
- "@alwatr/nano-build": "^1.3.2",
68
+ "@alwatr/nano-build": "^1.3.4",
69
69
  "@alwatr/prettier-config": "^1.0.4",
70
- "@alwatr/tsconfig-base": "^1.1.1",
71
- "@types/node": "^20.11.6",
72
- "typescript": "^5.3.3"
70
+ "@alwatr/tsconfig-base": "^1.1.2",
71
+ "@types/node": "^20.11.30",
72
+ "typescript": "^5.4.3"
73
73
  },
74
- "gitHead": "3486060abc5f331a3b8c78da7f1d671ba1139b5d"
74
+ "gitHead": "df149736d1e85335aaeb9c547ff3bdd1161f9b33"
75
75
  }