@zuplo/cli 6.67.33 → 6.68.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.
@@ -17,55 +17,37 @@ export declare class NoGitCommits extends Error {
17
17
  export declare class NotOnAGitBranch extends Error {
18
18
  constructor();
19
19
  }
20
- export declare class GitVersionControlValidator
21
- implements
22
- ValidationRule<{
23
- dir: string;
24
- }>
25
- {
20
+ export declare class GitVersionControlValidator implements ValidationRule<{
21
+ dir: string;
22
+ }> {
26
23
  validate(option: { dir: string }): Promise<Result>;
27
24
  }
28
- export declare class GitBranchOrEnvironmentValidator
29
- implements
30
- ValidationRule<{
31
- dir: string;
32
- }>
33
- {
25
+ export declare class GitBranchOrEnvironmentValidator implements ValidationRule<{
26
+ dir: string;
27
+ }> {
34
28
  validate(option: {
35
29
  dir: string;
36
30
  environment: string | undefined;
37
31
  }): Promise<Result>;
38
32
  }
39
- export declare class GitCommitValidator
40
- implements
41
- ValidationRule<{
42
- dir: string;
43
- }>
44
- {
33
+ export declare class GitCommitValidator implements ValidationRule<{
34
+ dir: string;
35
+ }> {
45
36
  validate(option: { dir: string }): Promise<Result>;
46
37
  }
47
- export declare class GitBranchValidator
48
- implements
49
- ValidationRule<{
50
- dir: string;
51
- }>
52
- {
38
+ export declare class GitBranchValidator implements ValidationRule<{
39
+ dir: string;
40
+ }> {
53
41
  validate(option: { dir: string }): Promise<Result>;
54
42
  }
55
- export declare class ZuploProjectValidator
56
- implements
57
- ValidationRule<{
58
- dir: string;
59
- }>
60
- {
43
+ export declare class ZuploProjectValidator implements ValidationRule<{
44
+ dir: string;
45
+ }> {
61
46
  validate(options: { dir: string }): Promise<Result>;
62
47
  }
63
- export declare class ZuploProjectHasTestsValidator
64
- implements
65
- ValidationRule<{
66
- dir: string;
67
- }>
68
- {
48
+ export declare class ZuploProjectHasTestsValidator implements ValidationRule<{
49
+ dir: string;
50
+ }> {
69
51
  validate(option: { dir: string }): Promise<Result>;
70
52
  }
71
53
  export declare const validDeployDirectoryValidator: CompositeValidator<{
@@ -2,12 +2,9 @@ import { Result, ValidationRule } from "./lib.js";
2
2
  export declare class ProjectIsNotSet extends Error {
3
3
  constructor();
4
4
  }
5
- export declare class ProjectIsSetValidator
6
- implements
7
- ValidationRule<{
8
- project: string | undefined;
9
- }>
10
- {
5
+ export declare class ProjectIsSetValidator implements ValidationRule<{
6
+ project: string | undefined;
7
+ }> {
11
8
  validate(argv: { project: string | undefined }): Promise<Result>;
12
9
  }
13
10
  //# sourceMappingURL=project-name-validator.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zuplo/cli",
3
- "version": "6.67.33",
3
+ "version": "6.68.1",
4
4
  "repository": "https://github.com/zuplo/zuplo",
5
5
  "author": "Zuplo, Inc.",
6
6
  "type": "module",
@@ -29,10 +29,10 @@
29
29
  "@opentelemetry/api": "1.9.0",
30
30
  "@sentry/node": "9.22.0",
31
31
  "@swc/core": "1.10.18",
32
- "@zuplo/core": "6.67.33",
32
+ "@zuplo/core": "6.68.1",
33
33
  "@zuplo/editor": "1.0.20821740935",
34
- "@zuplo/openapi-tools": "6.67.33",
35
- "@zuplo/runtime": "6.67.33",
34
+ "@zuplo/openapi-tools": "6.68.1",
35
+ "@zuplo/runtime": "6.68.1",
36
36
  "as-table": "1.0.55",
37
37
  "chalk": "5.4.1",
38
38
  "chokidar": "3.5.3",
@@ -57,7 +57,7 @@
57
57
  "pino": "9.5.0",
58
58
  "pino-pretty": "11.3.0",
59
59
  "posthog-node": "4.0.1",
60
- "prettier": "3.6.2",
60
+ "prettier": "3.8.1",
61
61
  "rimraf": "6.0.1",
62
62
  "semver": "7.6.3",
63
63
  "simple-git": "3.32.3",