@kmkf-fe-packages/kmkf-utils 0.8.17 → 0.8.18-alpha.4
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 @@ export { default as isNull } from "./isNull";
|
|
|
6
6
|
export { default as getExpression } from "./getExpression";
|
|
7
7
|
export { default as formatDisplayConfig } from "./formatDisplayConfig";
|
|
8
8
|
export { default as orderBackFormValues } from "./orderBackFormValues";
|
|
9
|
-
export
|
|
9
|
+
export { bsOrderBackFormValues, bsOrderTransform } from "./bsOrderBackFormValues";
|
|
10
10
|
export { default as jstOrderBackFormValues } from "./jstOrderBackFormValues";
|
|
11
11
|
export { default as uuid } from "./getUUid";
|
|
12
12
|
export * as filterFn from "./filterFn";
|
package/dist/esm/utils/index.js
CHANGED
|
@@ -6,7 +6,7 @@ export { default as isNull } from "./isNull";
|
|
|
6
6
|
export { default as getExpression } from "./getExpression";
|
|
7
7
|
export { default as formatDisplayConfig } from "./formatDisplayConfig";
|
|
8
8
|
export { default as orderBackFormValues } from "./orderBackFormValues";
|
|
9
|
-
export
|
|
9
|
+
export { bsOrderBackFormValues, bsOrderTransform } from "./bsOrderBackFormValues";
|
|
10
10
|
export { default as jstOrderBackFormValues } from "./jstOrderBackFormValues";
|
|
11
11
|
export { default as uuid } from "./getUUid";
|
|
12
12
|
import * as _filterFn from "./filterFn";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/kmkf-utils",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.18-alpha.4",
|
|
4
4
|
"module": "dist/esm/index.js",
|
|
5
5
|
"typings": "dist/esm/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"gitHooks": {
|
|
43
43
|
"pre-commit": "lint-staged"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "a9bfe4597a37cdecbefab062ee4eda38c8d5b964"
|
|
46
46
|
}
|