@fractal_cloud/sdk 1.5.1 → 1.5.3
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/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3049,7 +3049,7 @@ let AwsSubnet;
|
|
|
3049
3049
|
|
|
3050
3050
|
//#endregion
|
|
3051
3051
|
//#region src/live_system/component/network_and_compute/iaas/security_group.ts
|
|
3052
|
-
const AWS_SG_TYPE_NAME = "
|
|
3052
|
+
const AWS_SG_TYPE_NAME = "AwsSecurityGroup";
|
|
3053
3053
|
function buildId$157(id) {
|
|
3054
3054
|
return getComponentIdBuilder().withValue(KebabCaseString$1.getBuilder().withValue(id).build()).build();
|
|
3055
3055
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -3020,7 +3020,7 @@ let AwsSubnet;
|
|
|
3020
3020
|
|
|
3021
3021
|
//#endregion
|
|
3022
3022
|
//#region src/live_system/component/network_and_compute/iaas/security_group.ts
|
|
3023
|
-
const AWS_SG_TYPE_NAME = "
|
|
3023
|
+
const AWS_SG_TYPE_NAME = "AwsSecurityGroup";
|
|
3024
3024
|
function buildId$157(id) {
|
|
3025
3025
|
return getComponentIdBuilder().withValue(KebabCaseString$1.getBuilder().withValue(id).build()).build();
|
|
3026
3026
|
}
|