cdk-import 0.2.33 → 0.2.37

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 +1 -0
  2. package/package.json +8 -10
package/.gitattributes CHANGED
@@ -15,6 +15,7 @@
15
15
  /.npmignore linguist-generated
16
16
  /.projen/** linguist-generated
17
17
  /.projen/deps.json linguist-generated
18
+ /.projen/files.json linguist-generated
18
19
  /.projen/tasks.json linguist-generated
19
20
  /LICENSE linguist-generated
20
21
  /package.json linguist-generated
package/package.json CHANGED
@@ -14,8 +14,6 @@
14
14
  "package": "npx projen package",
15
15
  "post-compile": "npx projen post-compile",
16
16
  "pre-compile": "npx projen pre-compile",
17
- "publish:github": "npx projen publish:github",
18
- "publish:npm": "npx projen publish:npm",
19
17
  "release": "npx projen release",
20
18
  "test": "npx projen test",
21
19
  "test:update": "npx projen test:update",
@@ -26,7 +24,7 @@
26
24
  "projen": "npx projen"
27
25
  },
28
26
  "devDependencies": {
29
- "@aws-cdk/core": "^1.134.0",
27
+ "@aws-cdk/core": "^1.135.0",
30
28
  "@types/jest": "^26.0.24",
31
29
  "@types/node": "^14.17.0",
32
30
  "@typescript-eslint/eslint-plugin": "^5",
@@ -36,28 +34,28 @@
36
34
  "eslint-import-resolver-node": "^0.3.6",
37
35
  "eslint-import-resolver-typescript": "^2.5.0",
38
36
  "eslint-plugin-import": "^2.25.3",
39
- "jest": "^27.4.3",
37
+ "jest": "^27.4.4",
40
38
  "jest-junit": "^13",
41
39
  "json-schema": "^0.4.0",
42
40
  "npm-check-updates": "^11",
43
- "projen": "^0.39.2",
41
+ "projen": "^0.40.4",
44
42
  "standard-version": "^9",
45
43
  "ts-jest": "^27.1.1",
46
44
  "ts-node": "^10.4.0",
47
- "typescript": "^4.5.2"
45
+ "typescript": "^4.5.3"
48
46
  },
49
47
  "dependencies": {
50
- "aws-sdk": "^2.1045.0",
48
+ "aws-sdk": "^2.1046.0",
51
49
  "case": "^1.6.3",
52
- "jsii-srcmak": "^0.1.421",
53
- "json2jsii": "^0.2.76",
50
+ "jsii-srcmak": "^0.1.425",
51
+ "json2jsii": "^0.2.80",
54
52
  "minimist": "^1.2.5",
55
53
  "proxy-agent": "^5.0.0"
56
54
  },
57
55
  "bundledDependencies": [],
58
56
  "main": "lib/index.js",
59
57
  "license": "Apache-2.0",
60
- "version": "0.2.33",
58
+ "version": "0.2.37",
61
59
  "jest": {
62
60
  "testMatch": [
63
61
  "**/__tests__/**/*.ts?(x)",