@xh/hoist 75.0.0-SNAPSHOT.1751562280458 → 75.0.0-SNAPSHOT.1751825501955
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.
|
@@ -3,7 +3,6 @@ import { HoistModel, HoistModelClass } from './';
|
|
|
3
3
|
* Type for use in identifying a model or set of models. May be one of:
|
|
4
4
|
*
|
|
5
5
|
* - class (or superclass) to match
|
|
6
|
-
* - class name (as a string)
|
|
7
6
|
* - `"*"` to accept any Model
|
|
8
7
|
* - boolean
|
|
9
8
|
* - function taking a model and returning any of the above.
|
|
@@ -13,7 +13,6 @@ import {throwIf} from '@xh/hoist/utils/js';
|
|
|
13
13
|
* Type for use in identifying a model or set of models. May be one of:
|
|
14
14
|
*
|
|
15
15
|
* - class (or superclass) to match
|
|
16
|
-
* - class name (as a string)
|
|
17
16
|
* - `"*"` to accept any Model
|
|
18
17
|
* - boolean
|
|
19
18
|
* - function taking a model and returning any of the above.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "75.0.0-SNAPSHOT.
|
|
3
|
+
"version": "75.0.0-SNAPSHOT.1751825501955",
|
|
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",
|