Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add bundler watch #470

Merged
merged 5 commits into from
Oct 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/call-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
body: |
# New Release: [@cats-cradle ${{ github.ref_name }}](https://www.npmjs.com/search?q=%40cats-cradle),

We're pleased to share our latest release, which comprises multiple zip files, each housing a distinct, deploy-ready project from @cats-cradle. Within each package, you'll find the project's code and Infrastructure as Code (IaC) authored in AWS CDK v2 for streamlined deployment.
We're pleased to share our latest services release, which comprises multiple zip files, each housing a distinct, deploy-ready project from @cats-cradle. Within each package, you'll find the project's code and Infrastructure as Code (IaC) authored in AWS CDK v2 for streamlined deployment. Although each package is maintained primarily for the game, most stable packages
We release a multitude of packages independently of our services. Each package is individually published on [NPM](https://www.npmjs.com/search?q=%40cats-cradle) when any changes are made.

We warmly invite you to delve into the contents of this release, offer your valuable feedback, and actively engage in our project on GitHub. Your contributions and active participation are fundamental to our ongoing efforts to enhance and refine our offerings.
artifacts: 'common/temp/dist/*.zip'
Expand Down
4 changes: 4 additions & 0 deletions common/config/rush/browser-approved-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@
"name": "babel-plugin-prismjs",
"allowedCategories": [ "apis" ]
},
{
"name": "chokidar",
"allowedCategories": [ "rigs" ]
},
{
"name": "chrome-aws-lambda",
"allowedCategories": [ "apis" ]
Expand Down
106 changes: 59 additions & 47 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/repo-state.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "8c9243aa1c7fedfa20d02ca87c93357469e14692",
"pnpmShrinkwrapHash": "418ba6bcdb56844db65e8a29967843e698b30e80",
"preferredVersionsHash": "8ae0ba5bd02ec9c5763773a15e27aee08a6567f6"
}
30 changes: 0 additions & 30 deletions platform/bundlers/CHANGELOG.md

This file was deleted.

18 changes: 0 additions & 18 deletions platform/bundlers/src/__tests__/nestjs-bundler.test.ts

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions platform/bundlers/src/bin-nestjs.ts

This file was deleted.

1 change: 0 additions & 1 deletion platform/bundlers/src/index.ts

This file was deleted.

59 changes: 0 additions & 59 deletions platform/bundlers/src/profiles/nestjs-bundler.ts

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
{
"name": "@cats-cradle/bundlers",
"name": "@cats-cradle/create-bundle",
"entries": [
{
"version": "1.0.0",
"tag": "@cats-cradle/create-bundle_v1.0.0",
"date": "Sat, 28 Oct 2023 03:02:33 GMT",
"comments": {
"major": [
{
"comment": "rename package from bundlers to create-bundle"
}
],
"patch": [
{
"comment": "rename package from bundlers to create-bundle"
}
]
}
},
{
"version": "0.1.0",
"tag": "@cats-cradle/bundlers_v0.1.0",
"date": "Sat, 28 Oct 2023 02:49:38 GMT",
"comments": {
"minor": [
{
"comment": "Add support for --watch flag"
}
]
}
},
{
"version": "0.0.5",
"tag": "@cats-cradle/bundlers_v0.0.5",
Expand Down
Loading
Loading