@highstate/library 0.6.1 → 0.7.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/dist/index.d.ts +3 -1
- package/dist/index.mjs +17 -10
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
@@ -173,7 +173,9 @@ declare const virtualMachine: _highstate_contract.Unit<{
|
|
173
173
|
privateKey: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
174
174
|
}>>;
|
175
175
|
}>>, true, false];
|
176
|
-
},
|
176
|
+
}, {
|
177
|
+
sshPassword?: string | undefined;
|
178
|
+
}>;
|
177
179
|
|
178
180
|
declare const proxmox_existingImage: typeof existingImage;
|
179
181
|
declare const proxmox_image: typeof image;
|
package/dist/index.mjs
CHANGED
@@ -271,6 +271,9 @@ const virtualMachine = defineUnit({
|
|
271
271
|
required: false
|
272
272
|
}
|
273
273
|
},
|
274
|
+
secrets: {
|
275
|
+
sshPassword: Type.Optional(Type.String())
|
276
|
+
},
|
274
277
|
outputs: {
|
275
278
|
server: serverEntity
|
276
279
|
},
|
@@ -1000,8 +1003,8 @@ const mariadb = defineUnit({
|
|
1000
1003
|
},
|
1001
1004
|
source: {
|
1002
1005
|
type: "npm",
|
1003
|
-
package: "@highstate/
|
1004
|
-
path: "app"
|
1006
|
+
package: "@highstate/apps",
|
1007
|
+
path: "mariadb/app"
|
1005
1008
|
}
|
1006
1009
|
});
|
1007
1010
|
|
@@ -1052,8 +1055,8 @@ const postgresql = defineUnit({
|
|
1052
1055
|
},
|
1053
1056
|
source: {
|
1054
1057
|
type: "npm",
|
1055
|
-
package: "@highstate/
|
1056
|
-
path: "app"
|
1058
|
+
package: "@highstate/apps",
|
1059
|
+
path: "postgresql/app"
|
1057
1060
|
}
|
1058
1061
|
});
|
1059
1062
|
|
@@ -1078,7 +1081,8 @@ const vaultwarden = defineUnit({
|
|
1078
1081
|
},
|
1079
1082
|
source: {
|
1080
1083
|
type: "npm",
|
1081
|
-
package: "@highstate/
|
1084
|
+
package: "@highstate/apps",
|
1085
|
+
path: "vaultwarden"
|
1082
1086
|
}
|
1083
1087
|
});
|
1084
1088
|
|
@@ -1103,8 +1107,8 @@ const traefikGateway = defineUnit({
|
|
1103
1107
|
},
|
1104
1108
|
source: {
|
1105
1109
|
type: "npm",
|
1106
|
-
package: "@highstate/
|
1107
|
-
path: "
|
1110
|
+
package: "@highstate/apps",
|
1111
|
+
path: "traefik"
|
1108
1112
|
}
|
1109
1113
|
});
|
1110
1114
|
|
@@ -1126,7 +1130,8 @@ const kubernetesDashboard = defineUnit({
|
|
1126
1130
|
},
|
1127
1131
|
source: {
|
1128
1132
|
type: "npm",
|
1129
|
-
package: "@highstate/
|
1133
|
+
package: "@highstate/apps",
|
1134
|
+
path: "kubernetes-dashboard"
|
1130
1135
|
}
|
1131
1136
|
});
|
1132
1137
|
|
@@ -1151,7 +1156,8 @@ const grocy = defineUnit({
|
|
1151
1156
|
},
|
1152
1157
|
source: {
|
1153
1158
|
type: "npm",
|
1154
|
-
package: "@highstate/
|
1159
|
+
package: "@highstate/apps",
|
1160
|
+
path: "grocy"
|
1155
1161
|
}
|
1156
1162
|
});
|
1157
1163
|
|
@@ -1181,7 +1187,8 @@ const maybe = defineUnit({
|
|
1181
1187
|
},
|
1182
1188
|
source: {
|
1183
1189
|
type: "npm",
|
1184
|
-
package: "@highstate/
|
1190
|
+
package: "@highstate/apps",
|
1191
|
+
path: "maybe"
|
1185
1192
|
}
|
1186
1193
|
});
|
1187
1194
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@highstate/library",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.7.0",
|
4
4
|
"type": "module",
|
5
5
|
"module": "dist/index.mjs",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -20,7 +20,7 @@
|
|
20
20
|
"build": "pkgroll --tsconfig=tsconfig.build.json"
|
21
21
|
},
|
22
22
|
"dependencies": {
|
23
|
-
"@highstate/contract": "^0.
|
23
|
+
"@highstate/contract": "^0.7.0",
|
24
24
|
"@sinclair/typebox": "^0.34.11",
|
25
25
|
"ip-cidr": "^4.0.2",
|
26
26
|
"remeda": "^2.21.0"
|
@@ -28,5 +28,5 @@
|
|
28
28
|
"devDependencies": {
|
29
29
|
"pkgroll": "^2.5.1"
|
30
30
|
},
|
31
|
-
"gitHead": "
|
31
|
+
"gitHead": "2f5227f7b88cf38946e490fc4cdb96127bd8b174"
|
32
32
|
}
|