@alienplatform/sdk 1.4.2 → 1.5.1
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/.turbo/turbo-build.log +4 -4
- package/dist/dist.js +10 -3
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @alienplatform/sdk@1.
|
|
2
|
+
> @alienplatform/sdk@1.5.1 build /home/runner/work/alien/alien/packages/sdk
|
|
3
3
|
> tsdown && tsc --emitDeclarationOnly
|
|
4
4
|
|
|
5
5
|
[34mℹ[39m tsdown [2mv0.13.5[22m powered by rolldown [2mv1.0.3[22m
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
- For the "define". Invalid key: Expected never but received "define". [0m
|
|
13
13
|
[34mℹ[39m [2mdist/[22m[1mindex.js[22m [2m1338.28 kB[22m
|
|
14
14
|
[34mℹ[39m [2mdist/[22m[1mcommands/index.js[22m [2m 12.03 kB[22m [2m│ gzip: 3.11 kB[22m
|
|
15
|
-
[34mℹ[39m [2mdist/[22mdist.js [2m 333.
|
|
16
|
-
[34mℹ[39m 3 files, total: 1683.
|
|
15
|
+
[34mℹ[39m [2mdist/[22mdist.js [2m 333.31 kB[22m [2m│ gzip: 62.28 kB[22m
|
|
16
|
+
[34mℹ[39m 3 files, total: 1683.62 kB
|
|
17
17
|
../../node_modules/.pnpm/@protobufjs+inquire@1.1.0/node_modules/@protobufjs/inquire/index.js (12:18) [33m[EVAL] [0mUse of direct `eval` function is strongly discouraged as it poses security risks and may cause issues with minification.
|
|
18
18
|
[38;5;246m╭[0m[38;5;246m─[0m[38;5;246m[[0m ../../node_modules/.pnpm/@protobufjs+inquire@1.1.0/node_modules/@protobufjs/inquire/index.js:12:19 [38;5;246m][0m
|
|
19
19
|
[38;5;246m│[0m
|
|
@@ -24,4 +24,4 @@
|
|
|
24
24
|
[38;5;240m │[0m [38;5;115mHelp[0m: Consider using indirect eval. For more information, check the documentation: https://rolldown.rs/guide/troubleshooting#avoiding-direct-eval
|
|
25
25
|
[38;5;246m────╯[0m
|
|
26
26
|
|
|
27
|
-
[32m✔[39m Build complete in [
|
|
27
|
+
[32m✔[39m Build complete in [32m359ms[39m
|
package/dist/dist.js
CHANGED
|
@@ -3763,7 +3763,7 @@ function superRefine(fn) {
|
|
|
3763
3763
|
return /* @__PURE__ */ _superRefine(fn);
|
|
3764
3764
|
}
|
|
3765
3765
|
//#endregion
|
|
3766
|
-
//#region
|
|
3766
|
+
//#region ../core/dist/stack.js
|
|
3767
3767
|
/**
|
|
3768
3768
|
* Generated by Kubb (https://kubb.dev/).
|
|
3769
3769
|
* Do not edit manually.
|
|
@@ -5311,7 +5311,10 @@ const AzureContainerAppsWorkerHeartbeatDataSchema = object({
|
|
|
5311
5311
|
* Generated by Kubb (https://kubb.dev/).
|
|
5312
5312
|
* Do not edit manually.
|
|
5313
5313
|
*/
|
|
5314
|
-
const AzureCustomCertificateConfigSchema = object({
|
|
5314
|
+
const AzureCustomCertificateConfigSchema = object({
|
|
5315
|
+
"keyVaultCertificateId": string(),
|
|
5316
|
+
"keyVaultResourceId": string().nullish()
|
|
5317
|
+
});
|
|
5315
5318
|
/**
|
|
5316
5319
|
* Generated by Kubb (https://kubb.dev/).
|
|
5317
5320
|
* Do not edit manually.
|
|
@@ -5408,6 +5411,8 @@ const AzureManagementConfigSchema = object({
|
|
|
5408
5411
|
"oidcSubject": string().describe("OIDC subject claim trusted by the target-side managed identity.")
|
|
5409
5412
|
}).describe("Azure management configuration extracted from stack settings");
|
|
5410
5413
|
object({
|
|
5414
|
+
"applicationGatewaySubnetId": string().describe("Dedicated subnet for classic Azure Application Gateway ingress.").nullish(),
|
|
5415
|
+
"applicationGatewaySubnetName": string().describe("Dedicated subnet name for classic Azure Application Gateway ingress.").nullish(),
|
|
5411
5416
|
"isByoVnet": boolean().describe("True when the VNet is owned outside this stack."),
|
|
5412
5417
|
"natGatewayId": string().describe("NAT gateway resource id when one was created.").nullish(),
|
|
5413
5418
|
"networkSecurityGroupId": string().describe("Network Security Group resource id attached to workload subnets.").nullish(),
|
|
@@ -5727,6 +5732,7 @@ object({
|
|
|
5727
5732
|
* Do not edit manually.
|
|
5728
5733
|
*/
|
|
5729
5734
|
const AzureVnetNetworkHeartbeatDataSchema = object({
|
|
5735
|
+
"applicationGatewaySubnetName": string().nullish(),
|
|
5730
5736
|
"cidrBlock": string().nullish(),
|
|
5731
5737
|
"isByoVnet": boolean(),
|
|
5732
5738
|
"lastByoVnetVerificationErrorCode": string().nullish(),
|
|
@@ -7884,6 +7890,7 @@ const NetworkSettingsSchema = union([
|
|
|
7884
7890
|
"type": _enum(["byo-vpc-gcp"])
|
|
7885
7891
|
}),
|
|
7886
7892
|
object({
|
|
7893
|
+
"application_gateway_subnet_name": string().describe("Name of the dedicated classic Application Gateway subnet within the VNet.").nullish(),
|
|
7887
7894
|
"private_subnet_name": string().describe("Name of the private subnet within the VNet"),
|
|
7888
7895
|
"public_subnet_name": string().describe("Name of the public subnet within the VNet"),
|
|
7889
7896
|
"type": _enum(["byo-vnet-azure"]),
|
|
@@ -8559,7 +8566,7 @@ function isErrorLike(value) {
|
|
|
8559
8566
|
return Boolean(value) && typeof value === "object" && typeof value.name === "string" && typeof value.message === "string" && typeof value.stack === "string";
|
|
8560
8567
|
}
|
|
8561
8568
|
//#endregion
|
|
8562
|
-
//#region
|
|
8569
|
+
//#region ../core/dist/index.js
|
|
8563
8570
|
/**
|
|
8564
8571
|
* This module provides a structured error handling system similar to Rust's error types,
|
|
8565
8572
|
* with TypeScript type safety, error chaining, and context preservation.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alienplatform/sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"protobufjs": "^7.5.3",
|
|
51
51
|
"ts-pattern": "^5.7.1",
|
|
52
52
|
"zod": "4.3.2",
|
|
53
|
-
"@alienplatform/core": "^1.
|
|
53
|
+
"@alienplatform/core": "^1.5.1"
|
|
54
54
|
},
|
|
55
55
|
"scripts": {
|
|
56
56
|
"build": "tsdown && tsc --emitDeclarationOnly",
|