@tb-dev/utils 7.3.9 → 7.3.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/dist/index.js CHANGED
@@ -67,7 +67,9 @@ function flushPromises() {
67
67
  //#endregion
68
68
  //#region src/promise/promise-set.ts
69
69
  var PromiseSet = class PromiseSet {
70
- promises = /* @__PURE__ */ new Set();
70
+ constructor() {
71
+ this.promises = /* @__PURE__ */ new Set();
72
+ }
71
73
  chain(promise) {
72
74
  this.promises.add(promise);
73
75
  return this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/utils",
3
- "version": "7.3.9",
3
+ "version": "7.3.11",
4
4
  "description": "TypeScript utils",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -24,14 +24,14 @@
24
24
  "typescript"
25
25
  ],
26
26
  "devDependencies": {
27
- "@tb-dev/eslint-config": "^9.1.0",
27
+ "@tb-dev/eslint-config": "^9.1.1",
28
28
  "@types/node": "^25.5.0",
29
29
  "@vitest/ui": "^4.1.2",
30
30
  "eslint": "^10.1.0",
31
31
  "tslib": "^2.8.1",
32
32
  "typedoc": "^0.28.18",
33
33
  "typedoc-plugin-mdn-links": "^5.1.1",
34
- "typescript": "^5.9.3",
34
+ "typescript": "^6.0.2",
35
35
  "vite": "^8.0.3",
36
36
  "vite-plugin-dts": "^4.5.4",
37
37
  "vitest": "^4.1.2"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes