@xh/hoist 73.0.0-SNAPSHOT.1747334203807 → 73.0.0-SNAPSHOT.1747335646089
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.
|
@@ -8,7 +8,7 @@ export declare function makeObservable(target: any, annotations?: AnnotationsMap
|
|
|
8
8
|
*/
|
|
9
9
|
export declare function isObservableProp(target: any, propertyKey: string): boolean;
|
|
10
10
|
/**
|
|
11
|
-
* Check that if a class property was annotated with
|
|
11
|
+
* Check that if a class property was annotated with \@bindable or \@observable that
|
|
12
12
|
* makeObservable was actually called on the instance. Log error on fail.
|
|
13
13
|
*/
|
|
14
14
|
export declare function checkMakeObservable(target: any): void;
|
package/mobx/overrides.ts
CHANGED
|
@@ -57,7 +57,7 @@ export function isObservableProp(target: any, propertyKey: string): boolean {
|
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
/**
|
|
60
|
-
* Check that if a class property was annotated with
|
|
60
|
+
* Check that if a class property was annotated with \@bindable or \@observable that
|
|
61
61
|
* makeObservable was actually called on the instance. Log error on fail.
|
|
62
62
|
*/
|
|
63
63
|
export function checkMakeObservable(target: any) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "73.0.0-SNAPSHOT.
|
|
3
|
+
"version": "73.0.0-SNAPSHOT.1747335646089",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|