Skip to content

Commit 6f0ba46

Browse files
committed
build: 🔖 0.0.0-ALPHA-RELEASE-UNSAFE-v4.1.0x
npm notice === Tarball Details === npm notice name: mapping-tools npm notice version: 0.0.0-ALPHA-RELEASE-UNSAFE-v4.1.0x npm notice filename: mapping-tools-0.0.0-ALPHA-RELEASE-UNSAFE-v4.1.0x.tgz npm notice package size: 11.1 kB npm notice unpacked size: 39.6 kB npm notice shasum: 2732df8ffdec1452b6dce684c8e2465492f7e6ab npm notice integrity: sha512-YV1FE7k12wDJw[...]CWXyoLIN+2aTg== npm notice total files: 7 npm notice npm notice Publishing to https://registry.npmjs.org/ with tag latest and default access + [email protected] Signed-off-by: Benjamin Vincent <[email protected]>
1 parent f9afae0 commit 6f0ba46

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

‎library/mapping-tools/etc/mapping-tools.api.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ declare namespace assertions {
1818
}
1919
}
2020

21-
// @alpha
21+
// @beta (undocumented)
2222
export function awaitedMapping<T, R>(collection: DeferredCollection<T>, transformFn?: null | TransformFn<T, R>, lookupFn?: null | LookupFn<T, R>, validateFn?: null | ValidateFn<T, R>, errLookupFn?: null | ErrLookupFn): Promise<Settled<R>[]>;
2323

2424
// @alpha (undocumented)
@@ -91,10 +91,10 @@ declare namespace functions {
9191
}
9292
export { functions }
9393

94-
// @alpha
94+
// @beta (undocumented)
9595
export function generateMapping<T, R>(collection: Collection<T>, transformFn?: null | TransformFn<T, R>, lookupFn?: null | LookupFn<T, R>, validateFn?: null | ValidateFn<T, R>, errLookupFn?: null | ErrLookupFn): Generator<Promise<Settled<R>>, void, unknown>;
9696

97-
// @alpha
97+
// @beta (undocumented)
9898
export function generateMappingAsync<R, T>(collection: Collection<T>, transformFn?: null | TransformFn<T, R>, lookupFn?: null | LookupFn<T, R>, validateFn?: null | ValidateFn<T, R>, errLookupFn?: null | ErrLookupFn): AsyncGenerator<Settled<R>, void, unknown>;
9999

100100
// @alpha (undocumented)
@@ -168,7 +168,7 @@ export type NullSymbol = typeof NULL_SYMBOL_2;
168168
// @public (undocumented)
169169
export type OnlySideEffect = void | undefined;
170170

171-
// @alpha
171+
// @beta (undocumented)
172172
export function paralellMapping<T, R>(collection: Collection<T>, transformFn?: null | TransformFn<T, R>, lookupFn?: null | LookupFn<T, R>, validateFn?: null | ValidateFn<T, R>, errLookupFn?: null | ErrLookupFn): Promise<Settled<R>>[];
173173

174174
// @alpha (undocumented)
@@ -180,7 +180,7 @@ export const REJECTED: typeof constants.REJECTED;
180180
// @public
181181
const REJECTED_2: 'rejected';
182182

183-
// @alpha
183+
// @beta (undocumented)
184184
export function serialMapping<T, R>(collection: DeferredCollection<T>, transformFn?: null | TransformFn<T, R>, lookupFn?: null | LookupFn<T, R>, validateFn?: null | ValidateFn<T, R>, errLookupFn?: null | ErrLookupFn): Promise<Settled<R>[]>;
185185

186186
// @alpha (undocumented)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
npm notice === Tarball Details ===
2+
npm notice name: mapping-tools
3+
npm notice version: 0.0.0-ALPHA-RELEASE-UNSAFE-v4.1.0x
4+
npm notice filename: mapping-tools-0.0.0-ALPHA-RELEASE-UNSAFE-v4.1.0x.tgz
5+
npm notice package size: 11.1 kB
6+
npm notice unpacked size: 39.6 kB
7+
npm notice shasum: 2732df8ffdec1452b6dce684c8e2465492f7e6ab
8+
npm notice integrity: sha512-YV1FE7k12wDJw[...]CWXyoLIN+2aTg==
9+
npm notice total files: 7
10+
npm notice
11+
npm notice Publishing to https://registry.npmjs.org/ with tag latest and default access
12+

0 commit comments

Comments
 (0)