cdk-docker-image-deployment 0.0.0 → 0.0.3

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.
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1204.0',
23
+ VERSION: '2.1205.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1204.0",
4
+ "version": "2.1205.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "This module allows you to copy docker image assets to a repository you control. This can be necessary if you want to build a Docker image in one CDK app and consume it in a different app or outside the CDK.",
4
4
  "repository": {
5
5
  "type": "git",
6
- "url": "git@github.com:cdklabs/cdk-docker-image-deployment.git"
6
+ "url": "https://github.com/cdklabs/cdk-docker-image-deployment.git"
7
7
  },
8
8
  "scripts": {
9
9
  "build": "npx projen build",
@@ -45,23 +45,23 @@
45
45
  "@typescript-eslint/parser": "^5",
46
46
  "aws-cdk-lib": "2.24.0",
47
47
  "constructs": "10.0.5",
48
- "esbuild": "^0.15.5",
48
+ "esbuild": "^0.15.6",
49
49
  "eslint": "^8",
50
50
  "eslint-import-resolver-node": "^0.3.6",
51
- "eslint-import-resolver-typescript": "^3.4.0",
51
+ "eslint-import-resolver-typescript": "^3.5.0",
52
52
  "eslint-plugin-import": "^2.26.0",
53
53
  "jest": "^27",
54
54
  "jest-junit": "^13",
55
- "jsii": "^1.63.2",
56
- "jsii-diff": "^1.63.2",
57
- "jsii-docgen": "^7.0.63",
58
- "jsii-pacmak": "^1.63.2",
55
+ "jsii": "^1.65.1",
56
+ "jsii-diff": "^1.65.1",
57
+ "jsii-docgen": "^7.0.73",
58
+ "jsii-pacmak": "^1.65.1",
59
59
  "json-schema": "^0.4.0",
60
60
  "npm-check-updates": "^15",
61
- "projen": "^0.61.0",
61
+ "projen": "^0.61.33",
62
62
  "standard-version": "^9",
63
63
  "ts-jest": "^27",
64
- "typescript": "^4.7.4"
64
+ "typescript": "^4.8.2"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "aws-cdk-lib": "^2.24.0",
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "@types/aws-lambda": "^8.10.102",
72
- "aws-sdk": "^2.1204.0"
72
+ "aws-sdk": "^2.1205.0"
73
73
  },
74
74
  "bundledDependencies": [
75
75
  "@types/aws-lambda",
@@ -80,7 +80,8 @@
80
80
  ],
81
81
  "main": "lib/index.js",
82
82
  "license": "Apache-2.0",
83
- "version": "0.0.0",
83
+ "homepage": "https://github.com/cdklabs/cdk-docker-image-deployment#readme",
84
+ "version": "0.0.3",
84
85
  "jest": {
85
86
  "testMatch": [
86
87
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",