@xh/hoist 76.0.0-SNAPSHOT.1758209096583 → 76.0.0-SNAPSHOT.1758211176948
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.
- package/kit/ag-grid/index.ts +1 -1
- package/kit/highcharts/index.ts +1 -1
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/kit/ag-grid/index.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Copyright © 2025 Extremely Heavy Industries Inc.
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
|
-
import {checkVersion} from '@xh/hoist/utils/js';
|
|
8
|
+
import {checkVersion} from '@xh/hoist/utils/js/VersionUtils';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* The exports below are ag-Grid components provided at runtime by applications.
|
package/kit/highcharts/index.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "76.0.0-SNAPSHOT.
|
|
3
|
+
"version": "76.0.0-SNAPSHOT.1758211176948",
|
|
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",
|