@tstdl/base 0.91.1 → 0.91.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.
@@ -1,9 +1,9 @@
1
1
  import type { CancellationSignal } from '../cancellation/token.js';
2
- import type { AnyIterable } from '../utils/any-iterable-iterator.js';
2
+ import { type AnyIterable } from '../utils/any-iterable-iterator.js';
3
3
  import type { AsyncComparator } from '../utils/sort.js';
4
4
  import type { Observable } from 'rxjs';
5
5
  import type { AsyncGroupSelectors, AsyncIteratorFunction, AsyncPredicate, AsyncReducer, AsyncRetryPredicate, ParallelizableIteratorFunction, ParallelizablePredicate, ThrottleFunction } from '../utils/async-iterable-helpers/index.js';
6
- import type { IterableItemMetadata, TypePredicate } from '../utils/iterable-helpers/index.js';
6
+ import { type IterableItemMetadata, type TypePredicate } from '../utils/iterable-helpers/index.js';
7
7
  import type { EnumerableMethods } from './enumerable-methods.js';
8
8
  import { Enumerable } from './enumerable.js';
9
9
  export declare class AsyncEnumerable<T> implements EnumerableMethods, AsyncIterable<T> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tstdl/base",
3
- "version": "0.91.1",
3
+ "version": "0.91.2",
4
4
  "author": "Patrick Hein",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -115,13 +115,13 @@
115
115
  },
116
116
  "devDependencies": {
117
117
  "@mxssfd/typedoc-theme": "1.1",
118
- "@stylistic/eslint-plugin": "2.3",
118
+ "@stylistic/eslint-plugin": "2.6",
119
119
  "@types/chroma-js": "2.4",
120
120
  "@types/koa__router": "12.0",
121
121
  "@types/luxon": "3.4",
122
122
  "@types/minio": "7.1",
123
123
  "@types/mjml": "4.7",
124
- "@types/node": "20",
124
+ "@types/node": "22",
125
125
  "@types/nodemailer": "6.4",
126
126
  "@typescript-eslint/eslint-plugin": "7.17",
127
127
  "concurrently": "8.2",
@@ -136,12 +136,12 @@
136
136
  "peerDependencies": {
137
137
  "@elastic/elasticsearch": "^8.14",
138
138
  "@koa/router": "^12.0",
139
- "@tstdl/angular": "^0.90",
139
+ "@tstdl/angular": "^0.91",
140
140
  "@zxcvbn-ts/core": "^3.0",
141
141
  "@zxcvbn-ts/language-common": "^3.0",
142
142
  "@zxcvbn-ts/language-de": "^3.0",
143
143
  "@zxcvbn-ts/language-en": "^3.0",
144
- "chroma-js": "^2.4",
144
+ "chroma-js": "^2.6",
145
145
  "drizzle-orm": "^0.32",
146
146
  "handlebars": "^4.7",
147
147
  "koa": "^2.15",