@ikas/storefront-model-functions 4.2.0-beta.1 → 4.2.0-beta.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/build/utils/helper.d.ts +0 -1
- package/package.json +5 -5
package/build/utils/helper.d.ts
CHANGED
|
@@ -2,4 +2,3 @@ export declare const validatePhoneNumber: (str: string) => boolean;
|
|
|
2
2
|
export declare const stringToSlug: (str: string) => string;
|
|
3
3
|
export declare function formatDate(date: Date): string;
|
|
4
4
|
export declare const validateEmail: (str: string) => boolean;
|
|
5
|
-
export declare const validateByRegexString: (str: string, regexStr: string) => boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ikas/storefront-model-functions",
|
|
3
|
-
"version": "4.2.0-beta.
|
|
3
|
+
"version": "4.2.0-beta.3",
|
|
4
4
|
"description": "Functions for ikas storefront models.",
|
|
5
5
|
"author": "ikas",
|
|
6
6
|
"license": "ISC",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"build": "rm -rf build && rollup -c"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@ikas/storefront-config": "^4.2.0-beta.
|
|
20
|
-
"@ikas/storefront-models": "^4.2.0-beta.
|
|
19
|
+
"@ikas/storefront-config": "^4.2.0-beta.3",
|
|
20
|
+
"@ikas/storefront-models": "^4.2.0-beta.3",
|
|
21
21
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
22
22
|
"@rollup/plugin-commonjs": "^22.0.0",
|
|
23
23
|
"rollup-plugin-rename-node-modules": "^1.2.0",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"lodash": "^4.17.21"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@ikas/storefront-config": "^4.2.0-beta.
|
|
37
|
-
"@ikas/storefront-models": "^4.2.0-beta.
|
|
36
|
+
"@ikas/storefront-config": "^4.2.0-beta.3",
|
|
37
|
+
"@ikas/storefront-models": "^4.2.0-beta.3",
|
|
38
38
|
"lodash": "^4.17.21"
|
|
39
39
|
}
|
|
40
40
|
}
|