-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: wip chore: release v0.58.60 chore: wip chore: wip
- Loading branch information
1 parent
81091fc
commit d6bf1dd
Showing
113 changed files
with
727 additions
and
598 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
* | ||
cdk.context.json | ||
cdk.out | ||
!.gitignore |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
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,112 @@ | ||
{ | ||
"name": "stacks-cloud", | ||
"type": "module", | ||
"version": "0.58.60", | ||
"description": "The Stacks cloud/serverless integration & implementation.", | ||
"author": "Chris Breuer", | ||
"license": "MIT", | ||
"funding": "https://github.com/sponsors/chrisbbreuer", | ||
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/cloud#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/stacksjs/stacks.git", | ||
"directory": "./storage/framework/core/cloud" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/stacksjs/stacks/issues" | ||
}, | ||
"keywords": [ | ||
"cloud", | ||
"serverless", | ||
"infrastructure as code", | ||
"automation", | ||
"aws", | ||
"stacks" | ||
], | ||
"exports": { | ||
".": { | ||
"bun": "./src/index.ts", | ||
"import": "./dist/index.js" | ||
}, | ||
"./*": { | ||
"bun": "./src/*", | ||
"import": "./dist/*" | ||
} | ||
}, | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"contributors": [ | ||
"Chris Breuer <[email protected]>" | ||
], | ||
"files": [ | ||
"README.md", | ||
"dist", | ||
"src" | ||
], | ||
"scripts": { | ||
"bootstrap": "bunx cdk bootstrap", | ||
"deploy": "cd .. && bun run build && cd ./docs && bun run build && cd ../core/cloud && bunx cdk deploy --require-approval never" | ||
}, | ||
"peerDependencies": { | ||
"@aws-sdk/client-bedrock": "^3.511.0", | ||
"@aws-sdk/client-cloudformation": "^3.511.0", | ||
"@aws-sdk/client-cloudfront": "^3.511.0", | ||
"@aws-sdk/client-cloudwatch-logs": "^3.511.0", | ||
"@aws-sdk/client-ec2": "^3.511.0", | ||
"@aws-sdk/client-efs": "^3.511.0", | ||
"@aws-sdk/client-iam": "^3.511.0", | ||
"@aws-sdk/client-lambda": "^3.511.0", | ||
"@aws-sdk/client-route-53-domains": "^3.511.0", | ||
"@aws-sdk/client-s3": "^3.511.0", | ||
"@aws-sdk/client-ses": "^3.511.0", | ||
"@aws-sdk/client-sesv2": "^3.511.0", | ||
"@aws-sdk/client-ssm": "^3.511.0", | ||
"@stacksjs/config": "workspace:*", | ||
"@stacksjs/env": "workspace:*", | ||
"@stacksjs/logging": "workspace:*", | ||
"@stacksjs/path": "workspace:*", | ||
"@stacksjs/router": "workspace:*", | ||
"@stacksjs/storage": "workspace:*", | ||
"@stacksjs/strings": "workspace:*", | ||
"@stacksjs/utils": "workspace:*", | ||
"@stacksjs/validation": "workspace:*" | ||
}, | ||
"dependencies": { | ||
"@aws-sdk/client-bedrock": "^3.511.0", | ||
"@aws-sdk/client-cloudformation": "^3.511.0", | ||
"@aws-sdk/client-cloudfront": "^3.511.0", | ||
"@aws-sdk/client-cloudwatch-logs": "^3.511.0", | ||
"@aws-sdk/client-dynamodb": "3.511.0", | ||
"@aws-sdk/client-ec2": "^3.511.0", | ||
"@aws-sdk/client-efs": "^3.511.0", | ||
"@aws-sdk/client-iam": "^3.511.0", | ||
"@aws-sdk/client-lambda": "^3.511.0", | ||
"@aws-sdk/client-route-53-domains": "^3.511.0", | ||
"@aws-sdk/client-s3": "^3.511.0", | ||
"@aws-sdk/client-ses": "^3.511.0", | ||
"@aws-sdk/client-sesv2": "^3.511.0", | ||
"@aws-sdk/client-ssm": "^3.511.0", | ||
"@stacksjs/config": "workspace:*", | ||
"@stacksjs/dns": "workspace:*", | ||
"@stacksjs/env": "workspace:*", | ||
"@stacksjs/logging": "workspace:*", | ||
"@stacksjs/path": "workspace:*", | ||
"@stacksjs/router": "workspace:*", | ||
"@stacksjs/storage": "workspace:*", | ||
"@stacksjs/utils": "workspace:*", | ||
"@stacksjs/validation": "workspace:*", | ||
"aws-cdk": "^2.127.0", | ||
"aws-cdk-lib": "^2.127.0", | ||
"aws4fetch": "^1.0.17", | ||
"constructs": "^10.3.0" | ||
}, | ||
"devDependencies": { | ||
"@oclif/plugin-plugins": "^4.2.2", | ||
"@stacksjs/cli": "workspace:*", | ||
"@stacksjs/development": "workspace:*", | ||
"@stacksjs/env": "workspace:*", | ||
"jszip": "^3.10.1", | ||
"oclif": "^4.4.11", | ||
"source-map-support": "^0.5.21" | ||
} | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { log } from '@stacksjs/logging' | ||
import { clean } from '@stacksjs/utils' | ||
import { cleanProject } from '@stacksjs/utils' | ||
|
||
log.info('Running clean command...') | ||
|
||
await clean() | ||
await cleanProject() |
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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import { generateMigrations } from './generate' | ||
import { generateMigrations } from '../generate' | ||
|
||
generateMigrations() |
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
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
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
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
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
Oops, something went wrong.