@rio-cloud/cdk-v2-constructs 7.12.0-alpha.0 → 7.12.0

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/docs/changelog.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [7.12.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv7.12.0-alpha.1&sourceBranch=refs%2Ftags%2Fv7.12.0) (2025-10-16)
6
+
7
+ ## [7.12.0-alpha.1](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv7.12.0-alpha.0&sourceBranch=refs%2Ftags%2Fv7.12.0-alpha.1) (2025-10-15)
8
+
5
9
  ## [7.12.0-alpha.0](https://bitbucket.collaboration-man.com/projects/RIODEV/repos/cdk-v2-constructs/compare/commits?targetBranch=refs%2Ftags%2Fv7.11.0&sourceBranch=refs%2Ftags%2Fv7.12.0-alpha.0) (2025-10-15)
6
10
 
7
11
 
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "main": "lib/index.js",
17
17
  "license": "Apache-2.0",
18
- "version": "7.12.0-alpha.0",
18
+ "version": "7.12.0",
19
19
  "types": "lib/index.d.ts",
20
20
  "stability": "stable",
21
21
  "exports": {
@@ -119,6 +119,9 @@
119
119
  },
120
120
  "optionalDependencies": {
121
121
  "@pepperize/cdk-autoscaling-gitlab-runner": "^0.2.624",
122
+ "@pepperize/cdk-private-bucket": "^0.0.351",
123
+ "@pepperize/cdk-security-group": "^0.0.439",
124
+ "@pepperize/cdk-vpc": "^0.0.558",
122
125
  "datadog-cdk-constructs-v2": "^1.21.0"
123
126
  },
124
127
  "bundleDependencies": [
package/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "7.12.0-alpha.0"
2
+ "version": "7.12.0"
3
3
  }