@go-to-k/cdkd 0.101.0 → 0.101.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -42616,7 +42616,7 @@ function reorderArgs(argv) {
42616
42616
  */
42617
42617
  async function main() {
42618
42618
  const program = new Command();
42619
- program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.101.0");
42619
+ program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.101.1");
42620
42620
  program.addCommand(createBootstrapCommand());
42621
42621
  program.addCommand(createSynthCommand());
42622
42622
  program.addCommand(createListCommand());
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@go-to-k/cdkd",
3
- "version": "0.101.0",
3
+ "version": "0.101.1",
4
4
  "description": "CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "bin": {
8
- "cdkd": "./dist/cli.js"
8
+ "cdkd": "dist/cli.js"
9
9
  },
10
10
  "files": [
11
11
  "dist",
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "https://github.com/go-to-k/cdkd.git"
17
+ "url": "git+https://github.com/go-to-k/cdkd.git"
18
18
  },
19
19
  "homepage": "https://github.com/go-to-k/cdkd",
20
20
  "bugs": {