Skip to content

Commit d31f2d6

Browse files
committed
chore: update dist files and prepare for npm publish
1 parent 7159d99 commit d31f2d6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/dist/model/index.cjs.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.

src/dist/model/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,4 +645,4 @@ declare class ReactiveModel<T> extends Events implements IReactiveValue<Partial<
645645
}
646646

647647
export { PluginManager, ReactiveModel, isReactiveContainer, isReactiveValue };
648-
export type { ComputedProperty, IHookResult, IPersistencePluginConfig, IReactiveContainer, IReactiveModelOptions, IReactivePlugin, IReactiveValue, PropertyValidationErrors, SetPropertiesResult };
648+
export type { ComputedProperty, EntityProperty, IHookResult, IPersistencePluginConfig, IReactiveContainer, IReactiveModelOptions, IReactivePlugin, IReactiveValue, PropertyValidationErrors, SetPropertiesResult };

src/dist/model/index.mjs.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.

src/modules/model/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ export /*bundle */ class ReactiveModel<T> extends Events implements IReactiveVal
355355
protected defineReactiveProp<K extends keyof T>(
356356
propKey: string,
357357
initialValue: unknown,
358-
isReactiveProperty: boolean = false
358+
isReactiveProperty: boolean = false,
359359
): void {
360360
this._reactiveProps[propKey] = initialValue;
361361

0 commit comments

Comments
 (0)