cdk-import 0.2.114 → 0.2.117

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/.gitattributes +0 -1
  2. package/package.json +6 -6
package/.gitattributes CHANGED
@@ -8,7 +8,6 @@
8
8
  /.github/workflows/build.yml linguist-generated
9
9
  /.github/workflows/pull-request-lint.yml linguist-generated
10
10
  /.github/workflows/release.yml linguist-generated
11
- /.github/workflows/stale.yml linguist-generated
12
11
  /.github/workflows/upgrade-main.yml linguist-generated
13
12
  /.gitignore linguist-generated
14
13
  /.mergify.yml linguist-generated
package/package.json CHANGED
@@ -30,7 +30,7 @@
30
30
  "@types/node": "^14",
31
31
  "@typescript-eslint/eslint-plugin": "^5",
32
32
  "@typescript-eslint/parser": "^5",
33
- "aws-cdk-lib": "^2.16.0",
33
+ "aws-cdk-lib": "^2.17.0",
34
34
  "constructs": "^10",
35
35
  "eslint": "^8",
36
36
  "eslint-import-resolver-node": "^0.3.6",
@@ -40,17 +40,17 @@
40
40
  "jest-junit": "^13",
41
41
  "json-schema": "^0.4.0",
42
42
  "npm-check-updates": "^12",
43
- "projen": "^0.52.72",
43
+ "projen": "^0.53.1",
44
44
  "standard-version": "^9",
45
45
  "ts-jest": "^27.1.3",
46
46
  "ts-node": "^10.7.0",
47
47
  "typescript": "^4.6.2"
48
48
  },
49
49
  "dependencies": {
50
- "aws-sdk": "^2.1094.0",
50
+ "aws-sdk": "^2.1095.0",
51
51
  "case": "^1.6.3",
52
- "jsii-srcmak": "^0.1.504",
53
- "json2jsii": "^0.2.163",
52
+ "jsii-srcmak": "^0.1.506",
53
+ "json2jsii": "^0.2.165",
54
54
  "minimist": "^1.2.5",
55
55
  "proxy-agent": "^5.0.0"
56
56
  },
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "main": "lib/index.js",
61
61
  "license": "Apache-2.0",
62
- "version": "0.2.114",
62
+ "version": "0.2.117",
63
63
  "jest": {
64
64
  "testMatch": [
65
65
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",