@bikiran/utils 2.3.0 → 2.3.1

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/index.d.ts CHANGED
@@ -13,7 +13,6 @@ export { default as UserInfoComp } from "./components/user-info/UserInfoComp";
13
13
  export { default as ProjectSelector } from "./components/project-selector/ProjectSelector";
14
14
  export { default as InformationTooltip } from "./components/information-tooltip/InformationTooltip";
15
15
  export { default as CopyWrapper } from "./components/copy-wrapper/CopyWrapper";
16
- export { default as StringOperation } from "./lib/utils/StringOperation";
17
16
  export { GetDate, GetTime, timeAgo, timeRemaining, getTimestamp, } from "./lib/utils/date";
18
17
  export { default as capitalizeFirstLetter } from "./lib/utils/capitalizeFirstLetter";
19
18
  export { default as capitalizeSentence } from "./lib/utils/capitalizeSentence";
@@ -31,3 +30,4 @@ export type { TInputChangeEvent, TTextAreaChangeEvent, TMouseEvent, TFormEvent,
31
30
  export { default as country } from "./lib/utils/country.json";
32
31
  export { win, doc, storage } from "./lib/utils/dom";
33
32
  export { setLocalStorage, getLocalStorage } from "./lib/utils/storage";
33
+ export { mkQueryString, mkToken, mkStrongPassword, } from "./lib/utils/StringOperation";
package/dist/index.js CHANGED
@@ -13,7 +13,6 @@ export { default as UserInfoComp } from "./components/user-info/UserInfoComp";
13
13
  export { default as ProjectSelector } from "./components/project-selector/ProjectSelector";
14
14
  export { default as InformationTooltip } from "./components/information-tooltip/InformationTooltip";
15
15
  export { default as CopyWrapper } from "./components/copy-wrapper/CopyWrapper";
16
- export { default as StringOperation } from "./lib/utils/StringOperation";
17
16
  export { GetDate, GetTime, timeAgo, timeRemaining, getTimestamp, } from "./lib/utils/date";
18
17
  export { default as capitalizeFirstLetter } from "./lib/utils/capitalizeFirstLetter";
19
18
  export { default as capitalizeSentence } from "./lib/utils/capitalizeSentence";
@@ -30,3 +29,4 @@ export { getBikiranUrl, getAccountUrl, getApiUrl, getApi2Url, getApi3Url, getBas
30
29
  export { default as country } from "./lib/utils/country.json";
31
30
  export { win, doc, storage } from "./lib/utils/dom";
32
31
  export { setLocalStorage, getLocalStorage } from "./lib/utils/storage";
32
+ export { mkQueryString, mkToken, mkStrongPassword, } from "./lib/utils/StringOperation";
package/dist/index.ts CHANGED
@@ -13,7 +13,6 @@ export { default as UserInfoComp } from "./components/user-info/UserInfoComp";
13
13
  export { default as ProjectSelector } from "./components/project-selector/ProjectSelector";
14
14
  export { default as InformationTooltip } from "./components/information-tooltip/InformationTooltip";
15
15
  export { default as CopyWrapper } from "./components/copy-wrapper/CopyWrapper";
16
- export { default as StringOperation } from "./lib/utils/StringOperation";
17
16
  export {
18
17
  GetDate,
19
18
  GetTime,
@@ -65,3 +64,8 @@ export type {
65
64
  export { default as country } from "./lib/utils/country.json";
66
65
  export { win, doc, storage } from "./lib/utils/dom";
67
66
  export { setLocalStorage, getLocalStorage } from "./lib/utils/storage";
67
+ export {
68
+ mkQueryString,
69
+ mkToken,
70
+ mkStrongPassword,
71
+ } from "./lib/utils/StringOperation";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bikiran/utils",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [