Skip to content

Commit c05cd2c

Browse files
author
Vlad Balin
committed
update build results
1 parent 6aabf49 commit c05cd2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/transactions.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export declare abstract class Transactional implements Messenger, Validatable, T
4848
transaction(fun: (self: this) => void, options?: TransactionOptions): void;
4949
updateEach(iteratee: (val: any, key: string) => void, options?: TransactionOptions): void;
5050
set(values: any, options?: TransactionOptions): this;
51-
assign(source: Transactional): this;
51+
assignFrom(source: Transactional): this;
5252
abstract _createTransaction(values: any, options?: TransactionOptions): Transaction;
5353
parse(data: any, options?: TransactionOptions): any;
5454
abstract toJSON(): {};

0 commit comments

Comments
 (0)