Skip to content

Commit

Permalink
Merge pull request #8744 from ever-co/fix/tenant-setting-middleware
Browse files Browse the repository at this point in the history
[Refactor] Uses of @gauzy/utils package
  • Loading branch information
rahul-rocket authored Jan 23, 2025
2 parents 0d10c6e + 260567c commit a214912
Show file tree
Hide file tree
Showing 207 changed files with 2,546 additions and 3,027 deletions.
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,8 @@
"elif",
"appleboy",
"apidemoda",
"forin"
"forin",
"inversed"
],
"useGitignore": true,
"ignorePaths": [
Expand Down
3 changes: 1 addition & 2 deletions apps/desktop/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@
"@datorama/akita": "^8.0.1",
"@electron/remote": "^2.0.8",
"@gauzy/auth": "file:../../../dist/packages/auth",
"@gauzy/common": "file:../../../dist/packages/common",
"@gauzy/utils": "file:../../../dist/packages/utils",
"@gauzy/config": "file:../../../dist/packages/config",
"@gauzy/contracts": "file:../../../dist/packages/contracts",
"@gauzy/core": "file:../../../dist/packages/core",
Expand All @@ -169,6 +167,7 @@
"@gauzy/plugin-sentry": "file:../../../dist/packages/plugins/sentry-tracing",
"@gauzy/plugin-videos": "file:../../../dist/packages/plugins/videos",
"@gauzy/ui-config": "file:../../../dist/packages/ui-config",
"@gauzy/utils": "file:../../../dist/packages/utils",
"@nestjs/platform-express": "^10.4.15",
"@sentry/electron": "^4.18.0",
"@sentry/node": "^7.101.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"lib:watch": "yarn nx build auth --watch"
},
"dependencies": {
"@gauzy/common": "^0.1.0",
"@gauzy/config": "^0.1.0",
"@gauzy/contracts": "^0.1.0",
"@gauzy/utils": "^0.1.0",
"@nestjs/axios": "^3.1.3",
"@nestjs/common": "^10.4.15",
"@nestjs/config": "^3.2.0",
Expand Down
1 change: 0 additions & 1 deletion packages/common/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ export * from './lib/decorators';
export * from './lib/enums';
export * from './lib/guards';
export * from './lib/interfaces';
export * from './lib/utils';
export * from './lib/shared-types';
export * from './lib/custom-embedded-field-types';
39 changes: 0 additions & 39 deletions packages/common/src/lib/utils/deep-clone.ts

This file was deleted.

42 changes: 0 additions & 42 deletions packages/common/src/lib/utils/deep-merge.ts

This file was deleted.

5 changes: 0 additions & 5 deletions packages/common/src/lib/utils/index.ts

This file was deleted.

260 changes: 0 additions & 260 deletions packages/common/src/lib/utils/shared-utils.ts

This file was deleted.

Loading

0 comments on commit a214912

Please sign in to comment.