-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: .gitignore add docker data * fix: cdk8s * update(openai): update openai to v3.3.0 * update(nest): to 10 * fix(package): 修正 Package
- Loading branch information
Showing
3 changed files
with
2,894 additions
and
3,125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"migrations": [ | ||
{ | ||
"cli": "nx", | ||
"version": "16.6.0-beta.6", | ||
"description": "Prefix outputs with {workspaceRoot}/{projectRoot} if needed", | ||
"implementation": "./src/migrations/update-15-0-0/prefix-outputs", | ||
"package": "nx", | ||
"name": "16.6.0-prefix-outputs" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.6.0-beta.0", | ||
"description": "Explicitly set 'updateBuildableProjectDepsInPackageJson' to 'true' in targets that rely on that value as the default.", | ||
"factory": "./src/migrations/update-16-6-0/explicitly-set-projects-to-update-buildable-deps", | ||
"package": "@nx/js", | ||
"name": "explicitly-set-projects-to-update-buildable-deps" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.4.0-beta.8", | ||
"description": "Replace @nx/node:node with @nx/js:node for all project targets", | ||
"implementation": "./src/migrations/update-16-4-0/replace-node-executor", | ||
"package": "@nx/node", | ||
"name": "update-16-4-0-replace-node-executor" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.4.0-beta.16", | ||
"description": "Update TsConfig target to es2021 and CacheModule if being used. Read more at https://docs.nestjs.com/migration-guide", | ||
"implementation": "./src/migrations/update-16-4-0-cache-manager/nestjs-10-updates", | ||
"package": "@nx/nest", | ||
"name": "update-16-4-0-support-nestjs-10" | ||
}, | ||
{ | ||
"cli": "nx", | ||
"version": "16.5.0-beta.2", | ||
"description": "Add test-setup.ts to ignored files in production input", | ||
"implementation": "./src/migrations/update-16-5-0/add-test-setup-to-inputs-ignore", | ||
"package": "@nx/jest", | ||
"name": "add-test-setup-to-inputs-ignore" | ||
} | ||
] | ||
} |
Oops, something went wrong.