@jsonui/core 0.8.0 → 0.8.3
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/dist/cjs/index.js +28 -23268
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +14 -23254
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -334,5 +334,5 @@ declare const rootReducer: redux.Reducer<redux.CombinedState<{
|
|
|
334
334
|
root: any;
|
|
335
335
|
}>, redux.AnyAction>;
|
|
336
336
|
|
|
337
|
-
export { I18n, PathModifierContext, ReduxPathTypeEnum, Stock, StockContext, compSelectorHook, constants, _default as stockFunctions, rootReducer as storeReducers, jsonUtils as
|
|
337
|
+
export { I18n, PathModifierContext, ReduxPathTypeEnum, Stock, StockContext, compSelectorHook, constants, _default as stockFunctions, rootReducer as storeReducers, jsonUtils as utils, wrapperUtil };
|
|
338
338
|
export type { ArraysType, JsonUIComponentsType, JsonUIFunctionType, JsonUIFunctions, Path, PathModifierType, PathModifiersType, PathType, PathsType, PropValue, PropsType, ReduxPath, UIDefinition, ValidationType, WrapperType };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsonui/core",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"homepage": "http://www.jsonui.org/",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"ts-jest": "^29.4.5",
|
|
68
68
|
"typescript": "^5.9.3"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "bef386489c5dffe83fc740b9f8e8370e09929641"
|
|
71
71
|
}
|