@nemigo/helpers 2.3.0 → 2.3.2

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/LICENSE CHANGED
@@ -1,8 +1,8 @@
1
1
  Mozilla Public License Version 2.0
2
2
  ==================================
3
3
 
4
- Copyright (c) 2025-2026 Logvin Vladislav
5
- Автор: Logvin Vladislav
4
+ Copyright (c) 2025-2026 Vladislav Logvin
5
+ Автор: Vladislav Logvin
6
6
  Contacts:
7
7
  - Email: vlad.logvin84@gmail.com
8
8
  - Phone: +7 (915) 536-39-01
@@ -28,7 +28,6 @@ export class Loader {
28
28
  this.reset();
29
29
  }
30
30
  else {
31
- // oxlint-disable-next-line promise/always-return
32
31
  void Promise.allSettled(this.__heap).then(() => {
33
32
  this.__reset(version);
34
33
  });
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@nemigo/helpers",
3
- "version": "2.3.0",
3
+ "version": "2.3.2",
4
4
  "private": false,
5
5
  "license": "MPL-2.0",
6
6
  "author": {
7
- "name": "Logvin Vladislav",
7
+ "name": "Vladislav Logvin",
8
8
  "email": "vlad.logvin84@gmail.com",
9
9
  "url": "https://github.com/Black1358"
10
10
  },
@@ -28,8 +28,8 @@
28
28
  "default": "./dist/aggregator.js"
29
29
  },
30
30
  "./array": {
31
- "types": "./dist/sortify.d.ts",
32
- "default": "./dist/sortify.js"
31
+ "types": "./dist/array.d.ts",
32
+ "default": "./dist/array.js"
33
33
  },
34
34
  "./async": {
35
35
  "types": "./dist/async/index.d.ts",
@@ -208,6 +208,6 @@
208
208
  "@std/msgpack": "npm:@jsr/std__msgpack"
209
209
  },
210
210
  "devDependencies": {
211
- "@nemigo/configs": "2.3.0"
211
+ "@nemigo/configs": "2.3.5"
212
212
  }
213
213
  }