cdk-import 0.2.617 → 0.2.618
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.
- package/package.json +8 -8
- package/.gitattributes +0 -25
- package/.projenrc.ts +0 -56
package/package.json
CHANGED
|
@@ -36,27 +36,27 @@
|
|
|
36
36
|
"@types/node": "^16",
|
|
37
37
|
"@typescript-eslint/eslint-plugin": "^6",
|
|
38
38
|
"@typescript-eslint/parser": "^6",
|
|
39
|
-
"aws-cdk-lib": "^2.
|
|
40
|
-
"cdklabs-projen-project-types": "^0.1.
|
|
39
|
+
"aws-cdk-lib": "^2.122.0",
|
|
40
|
+
"cdklabs-projen-project-types": "^0.1.187",
|
|
41
41
|
"constructs": "^10.0.0",
|
|
42
42
|
"eslint": "^8",
|
|
43
43
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
44
44
|
"eslint-plugin-import": "^2.29.1",
|
|
45
45
|
"jest": "^27",
|
|
46
46
|
"jest-junit": "^15",
|
|
47
|
-
"jsii": "^1.
|
|
48
|
-
"projen": "^0.
|
|
47
|
+
"jsii": "^1.94.0",
|
|
48
|
+
"projen": "^0.79.3",
|
|
49
49
|
"standard-version": "^9",
|
|
50
50
|
"ts-jest": "^27",
|
|
51
51
|
"ts-node": "^10.9.2",
|
|
52
52
|
"typescript": "^4.9.5"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"aws-cdk-lib": "^2.
|
|
56
|
-
"aws-sdk": "^2.
|
|
55
|
+
"aws-cdk-lib": "^2.122.0",
|
|
56
|
+
"aws-sdk": "^2.1539.0",
|
|
57
57
|
"case": "^1.6.3",
|
|
58
58
|
"constructs": "^10",
|
|
59
|
-
"jsii-srcmak": "^0.1.
|
|
59
|
+
"jsii-srcmak": "^0.1.1009",
|
|
60
60
|
"json2jsii": "^0.4.3",
|
|
61
61
|
"minimist": "^1.2.8",
|
|
62
62
|
"minimist-subcommand": "^3.0.2",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
},
|
|
72
72
|
"main": "lib/index.js",
|
|
73
73
|
"license": "Apache-2.0",
|
|
74
|
-
"version": "0.2.
|
|
74
|
+
"version": "0.2.618",
|
|
75
75
|
"jest": {
|
|
76
76
|
"testMatch": [
|
|
77
77
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|
package/.gitattributes
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
|
|
2
|
-
|
|
3
|
-
*.snap linguist-generated
|
|
4
|
-
/.eslintrc.json linguist-generated
|
|
5
|
-
/.gitattributes linguist-generated
|
|
6
|
-
/.github/pull_request_template.md linguist-generated
|
|
7
|
-
/.github/workflows/auto-approve.yml linguist-generated
|
|
8
|
-
/.github/workflows/auto-merge.yml linguist-generated
|
|
9
|
-
/.github/workflows/build.yml linguist-generated
|
|
10
|
-
/.github/workflows/pull-request-lint.yml linguist-generated
|
|
11
|
-
/.github/workflows/release.yml linguist-generated
|
|
12
|
-
/.github/workflows/upgrade-cdklabs-projen-project-types-main.yml linguist-generated
|
|
13
|
-
/.github/workflows/upgrade-dev-deps-main.yml linguist-generated
|
|
14
|
-
/.github/workflows/upgrade-main.yml linguist-generated
|
|
15
|
-
/.gitignore linguist-generated
|
|
16
|
-
/.npmignore linguist-generated
|
|
17
|
-
/.projen/** linguist-generated
|
|
18
|
-
/.projen/deps.json linguist-generated
|
|
19
|
-
/.projen/files.json linguist-generated
|
|
20
|
-
/.projen/tasks.json linguist-generated
|
|
21
|
-
/LICENSE linguist-generated
|
|
22
|
-
/package.json linguist-generated
|
|
23
|
-
/tsconfig.dev.json linguist-generated
|
|
24
|
-
/tsconfig.json linguist-generated
|
|
25
|
-
/yarn.lock linguist-generated
|
package/.projenrc.ts
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { CdklabsTypeScriptProject } from 'cdklabs-projen-project-types';
|
|
2
|
-
|
|
3
|
-
const project = new CdklabsTypeScriptProject({
|
|
4
|
-
name: 'cdk-import',
|
|
5
|
-
projenrcTs: true,
|
|
6
|
-
private: false,
|
|
7
|
-
enablePRAutoMerge: true,
|
|
8
|
-
description: 'Toolkit to import CFN resource types and generate L1 constructs',
|
|
9
|
-
defaultReleaseBranch: 'main',
|
|
10
|
-
deps: [
|
|
11
|
-
'json2jsii',
|
|
12
|
-
'aws-cdk-lib',
|
|
13
|
-
'aws-sdk',
|
|
14
|
-
'constructs@^10',
|
|
15
|
-
'minimist',
|
|
16
|
-
'minimist-subcommand',
|
|
17
|
-
'proxy-agent',
|
|
18
|
-
'case',
|
|
19
|
-
'jsii-srcmak',
|
|
20
|
-
],
|
|
21
|
-
devDeps: [
|
|
22
|
-
'jsii',
|
|
23
|
-
'ts-node',
|
|
24
|
-
'aws-cdk-lib',
|
|
25
|
-
'constructs@^10',
|
|
26
|
-
'cdklabs-projen-project-types',
|
|
27
|
-
],
|
|
28
|
-
bin: {
|
|
29
|
-
'cdk-import': 'lib/cli.js',
|
|
30
|
-
},
|
|
31
|
-
tsconfig: {
|
|
32
|
-
compilerOptions: {
|
|
33
|
-
skipLibCheck: true,
|
|
34
|
-
},
|
|
35
|
-
},
|
|
36
|
-
releaseToNpm: true,
|
|
37
|
-
|
|
38
|
-
workflowNodeVersion: '16.x',
|
|
39
|
-
minNodeVersion: '16.0.0',
|
|
40
|
-
|
|
41
|
-
autoApproveUpgrades: true,
|
|
42
|
-
autoApproveOptions: { allowedUsernames: ['cdklabs-automation'], secret: 'GITHUB_TOKEN' },
|
|
43
|
-
});
|
|
44
|
-
|
|
45
|
-
project.addGitIgnore('/.tmp/');
|
|
46
|
-
project.addPackageIgnore('/.tmp/');
|
|
47
|
-
|
|
48
|
-
// we use jsii for testing, and the current jsii
|
|
49
|
-
// compiles projects with typescript < 4.0
|
|
50
|
-
// need to pin some @types packages to older versions
|
|
51
|
-
project.package.addPackageResolutions(
|
|
52
|
-
'@types/prettier@2.6.0',
|
|
53
|
-
'@types/babel__traverse@7.18.2',
|
|
54
|
-
);
|
|
55
|
-
|
|
56
|
-
project.synth();
|