Skip to content

Commit

Permalink
feat: remove parseUrl to support SSR
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitusun committed Apr 3, 2024
1 parent f490933 commit bef1e78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dz-web/o-orange",
"version": "3.9.0",
"version": "4.0.0",
"description": "A javascript utility library",
"main": "./dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ export { default as isTrue } from './isTrue';
export { default as isUndefined } from './isUndefined';
export { default as pagination } from './pagination';
export { default as parseKeyHeader } from './parseKeyHeader';
export {
default as parseUrl,
parseUrlByHash,
parseUrlBySearch,
} from './parseUrl';
// export {
// default as parseUrl,
// parseUrlByHash,
// parseUrlBySearch,
// } from './parseUrl';
export { default as toFixed } from './toFixed';
export { default as toPositiveSign } from './toPositiveSign';
export { default as toPlaceholder } from './toPlaceholder';
Expand Down

0 comments on commit bef1e78

Please sign in to comment.