-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package configurations, README, and CI workflows
- Added repository information to package.json. - Updated package manager version to [email protected]. - Changed CI and CodeQL badge links in README to point to the new repository. - Updated clone instructions in README to reflect the new repository URL. - Enhanced CI workflow by upgrading pnpm action to v4 and adjusting installation parameters. - Bumped version for @tokenizin/config package to 0.2.0 and added CHANGELOG. - Added CHANGELOG for ai-repomap package with semantic bump.
- Loading branch information
Showing
6 changed files
with
37 additions
and
16 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
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
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 |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
"private": true, | ||
"version": "0.0.0", | ||
"description": "A powerful monorepo of AI development tools", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tokenizin-agency/aicore.git" | ||
}, | ||
"scripts": { | ||
"build": "pnpm -r build", | ||
"test": "pnpm -r test", | ||
|
@@ -13,11 +17,7 @@ | |
"version-packages": "changeset version", | ||
"release": "pnpm build && changeset publish" | ||
}, | ||
"engines": { | ||
"node": ">=18", | ||
"pnpm": ">=8" | ||
}, | ||
"packageManager": "[email protected]", | ||
"packageManager": "[email protected]", | ||
"devDependencies": { | ||
"@changesets/cli": "^2.27.1", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
|
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
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,7 @@ | ||
# @tokenizin/config | ||
|
||
## 0.2.0 | ||
|
||
### Minor Changes | ||
|
||
- semantic bump |
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