@aristid/leav-types 1.4.1-15ec1cbe → 1.4.1-18a00a96

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.
@@ -16,3 +16,4 @@ export { default as validateFormatAction } from './validateFormatAction';
16
16
  export { default as validateRegexAction } from './validateRegexAction';
17
17
  export { default as validateURLAction } from './validateURLAction';
18
18
  export { default as toUppercaseAction } from './toUppercaseAction';
19
+ export { default as toLowercaseAction } from './toLowercaseAction';
@@ -0,0 +1,2 @@
1
+ import { type IActionsListFunction } from '../../_types/actionsList';
2
+ export default function (): IActionsListFunction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aristid/leav-types",
3
- "version": "1.4.1-15ec1cbe",
3
+ "version": "1.4.1-18a00a96",
4
4
  "description": "Shared Leav types",
5
5
  "scripts": {
6
6
  "tscheck": "",