Skip to content

Commit

Permalink
refactor: ♻️ update libs name
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumeisongsong committed Dec 2, 2024
1 parent c4c5889 commit ccf52a1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion libs/shared/config/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# applications-config
# shared-config

This library was generated with [Nx](https://nx.dev).

Expand Down
2 changes: 1 addition & 1 deletion libs/shared/config/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
displayName: 'config',
displayName: 'shared-config',
preset: '../../../jest.preset.js',
testEnvironment: 'node',
transform: {
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/infrastructure/aws-cognito/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# aws-cognito
# shared-infrastructure-aws-cognito

This library was generated with [Nx](https://nx.dev).

Expand Down
2 changes: 1 addition & 1 deletion libs/shared/infrastructure/aws-cognito/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
displayName: 'aws-cognito',
displayName: 'shared-infrastructure-aws-cognito',
preset: '../../../../jest.preset.js',
testEnvironment: 'node',
transform: {
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/infrastructure/aws-cognito/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "aws-cognito",
"name": "shared-infrastructure-aws-cognito",
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/shared/infrastructure/aws-cognito/src",
"projectType": "library",
Expand Down
2 changes: 1 addition & 1 deletion libs/users/domain/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# domain
# users-domain

This library was generated with [Nx](https://nx.dev).

Expand Down
2 changes: 1 addition & 1 deletion libs/users/domain/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
displayName: 'domain',
displayName: 'users-domain',
preset: '../../../jest.preset.js',
testEnvironment: 'node',
transform: {
Expand Down

0 comments on commit ccf52a1

Please sign in to comment.