@aws-cdk/aws-service-spec 0.1.121 → 0.1.122
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/README.md +1 -0
- package/db.json.gz +0 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -8,6 +8,7 @@ Sometimes it is necessary to patch in certain aspects of the CloudFormation sche
|
|
|
8
8
|
properly configured for our use cases. As such, we'll need to create a patch.
|
|
9
9
|
|
|
10
10
|
You can create a patch by following these steps:
|
|
11
|
+
|
|
11
12
|
1. Create a new patch file under `build/patches/service-patches/my-module.ts` (or use one of the existing patch files if it is for
|
|
12
13
|
the same module).
|
|
13
14
|
2. If you created a new file, add it to `build/patches/service-patches/index.ts`.
|
package/db.json.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"projen": "npx projen"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@aws-cdk/service-spec-importers": "0.0.
|
|
29
|
+
"@aws-cdk/service-spec-importers": "0.0.96",
|
|
30
30
|
"@types/jest": "^29.5.14",
|
|
31
31
|
"@types/node": "^18",
|
|
32
32
|
"@typescript-eslint/eslint-plugin": "^8",
|
|
@@ -46,15 +46,15 @@
|
|
|
46
46
|
"typescript": "^5.9.3"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-cdk/service-spec-types": "^0.0.
|
|
50
|
-
"@cdklabs/tskb": "^0.0.
|
|
49
|
+
"@aws-cdk/service-spec-types": "^0.0.188",
|
|
50
|
+
"@cdklabs/tskb": "^0.0.4"
|
|
51
51
|
},
|
|
52
52
|
"main": "lib/index.js",
|
|
53
53
|
"license": "Apache-2.0",
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
|
-
"version": "0.1.
|
|
57
|
+
"version": "0.1.122",
|
|
58
58
|
"jest": {
|
|
59
59
|
"coverageProvider": "v8",
|
|
60
60
|
"testMatch": [
|