Skip to content

Commit

Permalink
build: 🔖 0.0.0-ALPHA-RELEASE-UNSAFE-v4.1.0x
Browse files Browse the repository at this point in the history
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
+ mapping-tools@0.0.0-ALPHA-RELEASE-UNSAFE-v4.1.0x

Signed-off-by: Benjamin Vincent <luxcium@users.noreply.github.com>
  • Loading branch information
Luxcium committed Jan 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f9afae0 commit 6f0ba46
Showing 2 changed files with 17 additions and 5 deletions.
10 changes: 5 additions & 5 deletions library/mapping-tools/etc/mapping-tools.api.md
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ declare namespace assertions {
}
}

// @alpha
// @beta (undocumented)
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>[]>;

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

// @alpha
// @beta (undocumented)
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>;

// @alpha
// @beta (undocumented)
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>;

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

// @alpha
// @beta (undocumented)
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>>[];

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

// @alpha
// @beta (undocumented)
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>[]>;

// @alpha (undocumented)
12 changes: 12 additions & 0 deletions library/mapping-tools/release.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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
+ mapping-tools@0.0.0-ALPHA-RELEASE-UNSAFE-v4.1.0x

0 comments on commit 6f0ba46

Please sign in to comment.