@rizom/ops 0.2.0-alpha.4 → 0.2.0-alpha.5
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/brains-ops.js +68 -67
- package/dist/cert-bootstrap.d.ts +1 -1
- package/dist/deploy.js +64 -64
- package/dist/index.js +69 -68
- package/dist/origin-ca.d.ts +1 -1
- package/dist/run-command.d.ts +1 -1
- package/dist/ssh-key-bootstrap.d.ts +1 -1
- package/package.json +1 -1
package/dist/origin-ca.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { createOriginCertificateRequest, generateOriginKeyPair, issueCloudflareOriginCertificate, setCloudflareZoneSslStrict, type CloudflareOriginCaResult, type FetchLike, type OriginCertificateRequest, type OriginKeyPair, } from "@brains/utils";
|
|
1
|
+
export { createOriginCertificateRequest, generateOriginKeyPair, issueCloudflareOriginCertificate, setCloudflareZoneSslStrict, type CloudflareOriginCaResult, type FetchLike, type OriginCertificateRequest, type OriginKeyPair, } from "@brains/utils/origin-ca";
|
package/dist/run-command.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { FetchLike } from "@brains/utils";
|
|
1
|
+
import type { FetchLike } from "@brains/utils/origin-ca";
|
|
2
2
|
import type { LoadPilotRegistryOptions } from "./load-registry";
|
|
3
3
|
import type { ParsedArgs } from "./parse-args";
|
|
4
4
|
import { type RunCommand as OpsRunCommand } from "./run-subprocess";
|