@alwatr/flatomise 1.1.6 → 1.1.7

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.7](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.6...@alwatr/flatomise@1.1.7) (2024-05-12)
7
+
8
+ ### Dependencies update
9
+
10
+ * upgrade ([6dbd300](https://github.com/Alwatr/nanolib/commit/6dbd300642c9bcc9e7d0b281e244bf1b06eb1c38)) by @AliMD
11
+
6
12
  ## [1.1.6](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.5...@alwatr/flatomise@1.1.6) (2024-04-25)
7
13
 
8
14
  **Note:** Version bump only for package @alwatr/flatomise
package/dist/main.cjs CHANGED
@@ -1,3 +1,3 @@
1
- /* @alwatr/flatomise v1.1.6 */
1
+ /* @alwatr/flatomise v1.1.7 */
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.6 */
1
+ /* @alwatr/flatomise v1.1.7 */
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.6",
3
+ "version": "1.1.7",
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.5",
68
+ "@alwatr/nano-build": "^1.3.6",
69
69
  "@alwatr/prettier-config": "^1.0.4",
70
70
  "@alwatr/tsconfig-base": "^1.1.2",
71
- "@types/node": "^20.12.7",
71
+ "@types/node": "^20.12.11",
72
72
  "typescript": "^5.4.5"
73
73
  },
74
- "gitHead": "3feed4f16719c2371f372aa7f6c45c371c9d7758"
74
+ "gitHead": "c69cb32c4076c208d316ace582e73deb328436bf"
75
75
  }