Skip to content

Commit

Permalink
chore(release): publish.
Browse files Browse the repository at this point in the history
- project: @quadnix/octo 0.0.8
  • Loading branch information
github-actions[bot] committed Apr 5, 2024
1 parent f68eb67 commit 9b2a86a
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 5 deletions.
9 changes: 6 additions & 3 deletions package-lock.json

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

17 changes: 16 additions & 1 deletion packages/octo-aws-cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"bugs": {
"url": "https://github.com/quadnix/octo/issues"
},
"dependencies": {
"@aws-sdk/client-ec2": "~3.496.0",
"@aws-sdk/client-ecr": "~3.496.0",
Expand All @@ -8,7 +11,7 @@
"@aws-sdk/client-s3": "~3.496.0",
"@aws-sdk/client-sts": "~3.496.0",
"@aws-sdk/lib-storage": "~3.496.0",
"@quadnix/octo": "~0.0.5",
"@quadnix/octo": "~0.0.8",
"mime": "~4.0.1"
},
"description": "Octo-AWS-CDK is an AWS specific implementation of the Octo interface.",
Expand All @@ -22,6 +25,7 @@
"!dist/tsconfig.build.tsbuildinfo",
"package.json"
],
"homepage": "https://github.com/quadnix/octo#readme",
"jest": {
"coverageDirectory": "./coverage",
"extensionsToTreatAsEsm": [
Expand All @@ -48,13 +52,24 @@
]
}
},
"keywords": [
"cdk",
"cicd",
"infrastructure",
"octo"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "@quadnix/octo-aws-cdk",
"nx": {
"tags": [
"scope:octo-aws-cdk"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/quadnix/octo.git"
},
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.build.json",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
Expand Down
17 changes: 16 additions & 1 deletion packages/octo/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"bugs": {
"url": "https://github.com/quadnix/octo/issues"
},
"dependencies": {},
"description": "Octo is an opinionated interface of a cloud infrastructure.",
"devDependencies": {},
Expand All @@ -11,6 +14,7 @@
"!dist/tsconfig.build.tsbuildinfo",
"package.json"
],
"homepage": "https://github.com/quadnix/octo#readme",
"jest": {
"coverageDirectory": "./coverage",
"extensionsToTreatAsEsm": [
Expand All @@ -37,13 +41,24 @@
]
}
},
"keywords": [
"cdk",
"cicd",
"infrastructure",
"octo"
],
"license": "MIT",
"main": "./dist/index.js",
"name": "@quadnix/octo",
"nx": {
"tags": [
"scope:octo"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/quadnix/octo.git"
},
"scripts": {
"build": "rimraf dist && tsc -p tsconfig.build.json",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
Expand All @@ -58,5 +73,5 @@
},
"type": "module",
"types": "./dist/index.d.ts",
"version": "0.0.7"
"version": "0.0.8"
}

0 comments on commit 9b2a86a

Please sign in to comment.