@aws-cdk/asset-awscli-v1 2.2.95 → 2.2.97
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/.gitattributes +1 -0
- package/.jsii +3 -3
- package/.jsii.tabl.json +1 -1
- package/.projenrc.ts +9 -0
- package/lib/layer.zip +0 -0
- package/package.json +6 -6
package/.gitattributes
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
/.github/workflows/pull-request-lint.yml linguist-generated
|
|
10
10
|
/.github/workflows/release-awscli-v1.yml linguist-generated
|
|
11
11
|
/.github/workflows/upgrade-awscli-v1-main.yml linguist-generated
|
|
12
|
+
/.github/workflows/upgrade-awscli-v2-main.yml linguist-generated
|
|
12
13
|
/.gitignore linguist-generated
|
|
13
14
|
/.mergify.yml linguist-generated
|
|
14
15
|
/.npmignore linguist-generated
|
package/.jsii
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"stability": "stable"
|
|
12
12
|
},
|
|
13
13
|
"homepage": "https://github.com/cdklabs/awscdk-asset-awscli#readme",
|
|
14
|
-
"jsiiVersion": "1.
|
|
14
|
+
"jsiiVersion": "1.77.0 (build 3e5fa88)",
|
|
15
15
|
"keywords": [
|
|
16
16
|
"cdk"
|
|
17
17
|
],
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"types": {},
|
|
61
|
-
"version": "2.2.
|
|
62
|
-
"fingerprint": "
|
|
61
|
+
"version": "2.2.97",
|
|
62
|
+
"fingerprint": "XdAU2Z2dJQJN+ZOhUXF44BGhvqgr/SUCp2MleKOswAQ="
|
|
63
63
|
}
|
package/.jsii.tabl.json
CHANGED
package/.projenrc.ts
CHANGED
|
@@ -20,6 +20,15 @@ const project = new awscdk.AwsCdkConstructLibrary({
|
|
|
20
20
|
secret: 'GITHUB_TOKEN',
|
|
21
21
|
},
|
|
22
22
|
autoApproveUpgrades: true,
|
|
23
|
+
depsUpgradeOptions: {
|
|
24
|
+
workflowOptions: {
|
|
25
|
+
branches: [
|
|
26
|
+
// support all awscli branches from the default branch
|
|
27
|
+
'awscli-v1/main',
|
|
28
|
+
'awscli-v2/main',
|
|
29
|
+
],
|
|
30
|
+
},
|
|
31
|
+
},
|
|
23
32
|
majorVersion: 2,
|
|
24
33
|
npmAccess: NpmAccess.PUBLIC,
|
|
25
34
|
releaseTagPrefix: `awscli-v${MAJOR_VERSION}`,
|
package/lib/layer.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -56,12 +56,12 @@
|
|
|
56
56
|
"eslint-plugin-import": "^2.27.5",
|
|
57
57
|
"jest": "^27",
|
|
58
58
|
"jest-junit": "^13",
|
|
59
|
-
"jsii": "^1.
|
|
60
|
-
"jsii-diff": "^1.
|
|
61
|
-
"jsii-docgen": "^7.1.
|
|
62
|
-
"jsii-pacmak": "^1.
|
|
59
|
+
"jsii": "^1.77.0",
|
|
60
|
+
"jsii-diff": "^1.77.0",
|
|
61
|
+
"jsii-docgen": "^7.1.17",
|
|
62
|
+
"jsii-pacmak": "^1.77.0",
|
|
63
63
|
"npm-check-updates": "^16",
|
|
64
|
-
"projen": "^0.67.
|
|
64
|
+
"projen": "^0.67.74",
|
|
65
65
|
"standard-version": "^9",
|
|
66
66
|
"ts-jest": "^27",
|
|
67
67
|
"ts-node": "^10.9.1",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
|
-
"version": "2.2.
|
|
79
|
+
"version": "2.2.97",
|
|
80
80
|
"jest": {
|
|
81
81
|
"testMatch": [
|
|
82
82
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|