@alwatr/flatomise 1.1.2 → 1.1.4

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.4](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.3...@alwatr/flatomise@1.1.4) (2024-01-31)
7
+
8
+ ### Miscellaneous Chores
9
+
10
+ * **deps:** update ([1a45030](https://github.com/Alwatr/nanolib/commit/1a450305440b710a300787d4ca24b1ed8c6a39d7)) by @AliMD
11
+
12
+ ## [1.1.3](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.2...@alwatr/flatomise@1.1.3) (2024-01-24)
13
+
14
+ **Note:** Version bump only for package @alwatr/flatomise
15
+
6
16
  ## [1.1.2](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.1...@alwatr/flatomise@1.1.2) (2024-01-20)
7
17
 
8
18
  **Note:** Version bump only for package @alwatr/flatomise
@@ -15,7 +25,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
15
25
 
16
26
  ### Features
17
27
 
18
- * **flatomise:** generic type ([3193b43](https://github.com/Alwatr/nanolib/commit/3193b4378681ec7c840d6d7806dad041a1db7573)) by @AliMD
28
+ - **flatomise:** generic type ([3193b43](https://github.com/Alwatr/nanolib/commit/3193b4378681ec7c840d6d7806dad041a1db7573)) by @AliMD
19
29
 
20
30
  ## [1.0.2](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.0.1...@alwatr/flatomise@1.0.2) (2024-01-08)
21
31
 
@@ -29,4 +39,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
29
39
 
30
40
  ### Features
31
41
 
32
- * **flatomise:** A utility for creating promises that can be externally resolved or rejected. ([1bc4478](https://github.com/Alwatr/nanolib/commit/1bc4478327f156b5e45650590aea013590443723)) by @AliMD
42
+ - **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.2 */
1
+ /* @alwatr/flatomise v1.1.4 */
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.2 */
1
+ /* @alwatr/flatomise v1.1.4 */
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.2",
3
+ "version": "1.1.4",
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.1",
68
+ "@alwatr/nano-build": "^1.3.3",
69
69
  "@alwatr/prettier-config": "^1.0.4",
70
- "@alwatr/tsconfig-base": "^1.1.1",
71
- "@types/node": "^20.11.5",
70
+ "@alwatr/tsconfig-base": "^1.1.2",
71
+ "@types/node": "^20.11.13",
72
72
  "typescript": "^5.3.3"
73
73
  },
74
- "gitHead": "86f36bc089c81a22d5ca27b0745db65ec2f1eca3"
74
+ "gitHead": "54726b7ac06d4a6ffb42731b58e8d976de1211bd"
75
75
  }