Skip to content

Commit

Permalink
release: v1 (#16)
Browse files Browse the repository at this point in the history
* 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
sd0xdev authored Aug 26, 2023
1 parent 972f487 commit 919477d
Show file tree
Hide file tree
Showing 3 changed files with 2,894 additions and 3,125 deletions.
44 changes: 44 additions & 0 deletions migrations.json
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"
}
]
}
Loading

0 comments on commit 919477d

Please sign in to comment.