@alwatr/flatomise 1.1.9 → 1.1.11
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 +13 -0
- package/dist/main.cjs +1 -1
- package/dist/main.mjs +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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.11](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.10...@alwatr/flatomise@1.1.11) (2024-09-15)
|
|
7
|
+
|
|
8
|
+
### Dependencies update
|
|
9
|
+
|
|
10
|
+
* bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot]
|
|
11
|
+
* update ([c36ed50](https://github.com/Alwatr/nanolib/commit/c36ed50f68da2f5608ccd96119963a16cfacb4ce)) by @AliMD
|
|
12
|
+
|
|
13
|
+
## [1.1.10](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.9...@alwatr/flatomise@1.1.10) (2024-08-31)
|
|
14
|
+
|
|
15
|
+
### Miscellaneous Chores
|
|
16
|
+
|
|
17
|
+
* Update package.json exports for [@alwatr](https://github.com/alwatr) packages ([dacb362](https://github.com/Alwatr/nanolib/commit/dacb362b145e3c51b4aba00ff643687a3fac11d2)) by @
|
|
18
|
+
|
|
6
19
|
## [1.1.9](https://github.com/Alwatr/nanolib/compare/@alwatr/flatomise@1.1.8...@alwatr/flatomise@1.1.9) (2024-08-31)
|
|
7
20
|
|
|
8
21
|
### Dependencies update
|
package/dist/main.cjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/* @alwatr/flatomise v1.1.
|
|
1
|
+
/* @alwatr/flatomise v1.1.11 */
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/flatomise",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.11",
|
|
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": [
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"types": "./dist/main.d.ts",
|
|
28
28
|
"exports": {
|
|
29
29
|
".": {
|
|
30
|
+
"types": "./dist/main.d.ts",
|
|
30
31
|
"import": "./dist/main.mjs",
|
|
31
|
-
"require": "./dist/main.cjs"
|
|
32
|
-
"types": "./dist/main.d.ts"
|
|
32
|
+
"require": "./dist/main.cjs"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"license": "MIT",
|
|
@@ -65,11 +65,11 @@
|
|
|
65
65
|
"clean": "rm -rfv dist *.tsbuildinfo"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@alwatr/nano-build": "^1.3.
|
|
68
|
+
"@alwatr/nano-build": "^1.3.9",
|
|
69
69
|
"@alwatr/prettier-config": "^1.0.4",
|
|
70
70
|
"@alwatr/tsconfig-base": "^1.2.0",
|
|
71
|
-
"@types/node": "^22.5.
|
|
72
|
-
"typescript": "^5.
|
|
71
|
+
"@types/node": "^22.5.5",
|
|
72
|
+
"typescript": "^5.6.2"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "30b89ecac526d2549d7361843ec47f8dde056d45"
|
|
75
75
|
}
|