@xh/hoist 79.0.0-SNAPSHOT.1766166792604 → 79.0.0-SNAPSHOT.1766166832103
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.
|
@@ -6,7 +6,7 @@ import { LoadSpec } from './';
|
|
|
6
6
|
export interface Loadable {
|
|
7
7
|
/**
|
|
8
8
|
* For tracking the loading of this object.
|
|
9
|
-
* Note that this
|
|
9
|
+
* Note that this object will *not* track auto-refreshes.
|
|
10
10
|
*/
|
|
11
11
|
loadObserver: TaskObserver;
|
|
12
12
|
/** Date when last load was initiated. */
|
package/core/load/Loadable.ts
CHANGED
|
@@ -13,7 +13,7 @@ import {LoadSpec} from './';
|
|
|
13
13
|
export interface Loadable {
|
|
14
14
|
/**
|
|
15
15
|
* For tracking the loading of this object.
|
|
16
|
-
* Note that this
|
|
16
|
+
* Note that this object will *not* track auto-refreshes.
|
|
17
17
|
*/
|
|
18
18
|
loadObserver: TaskObserver;
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "79.0.0-SNAPSHOT.
|
|
3
|
+
"version": "79.0.0-SNAPSHOT.1766166832103",
|
|
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",
|