@alwatr/flatomise 1.1.3 → 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,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.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
+
6
12
  ## [1.1.3](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.2...@alwatr/flatomise@1.1.3) (2024-01-24)
7
13
 
8
14
  **Note:** Version bump only for package @alwatr/flatomise
@@ -19,7 +25,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
25
 
20
26
  ### Features
21
27
 
22
- * **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
23
29
 
24
30
  ## [1.0.2](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.0.1...@alwatr/flatomise@1.0.2) (2024-01-08)
25
31
 
@@ -33,4 +39,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
33
39
 
34
40
  ### Features
35
41
 
36
- * **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.3 */
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.3 */
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.3",
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.2",
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.6",
70
+ "@alwatr/tsconfig-base": "^1.1.2",
71
+ "@types/node": "^20.11.13",
72
72
  "typescript": "^5.3.3"
73
73
  },
74
- "gitHead": "3486060abc5f331a3b8c78da7f1d671ba1139b5d"
74
+ "gitHead": "54726b7ac06d4a6ffb42731b58e8d976de1211bd"
75
75
  }