7.0.0 • Published 1 day ago

@forge/manifest v7.0.0

Weekly downloads
581
License
UNLICENSED
Repository
-
Last release
1 day ago

Forge manifest validation

Package used to parse and validate the manifest.yml file of Forge apps.

How to use the library

Use it as follows:

import { ProcessorBuilder, ValidationTypes } from '@forge/manifest';

const results = ProcessorBuilder.instance()
  .withValidation(ValidationTypes.FULL)
  .build()
  .process();

console.log(`Valid manifest ? ${results.success}`);

How to check the errors

In case of an invalid manifest.yml, the following information will be populated:

export interface ValidationError {
  message: string;
  reference: string;
  level: 'error' | 'warning';
  line?: number;
  column?: number;
}

export interface ManifestValidationResult {
  success: boolean;
  errors?: ValidationError[];
}
7.1.0-next.1

1 day ago

7.0.1-next.0

3 days ago

7.0.0-next.0

11 days ago

7.0.0

11 days ago

6.3.1

18 days ago

6.3.1-next.0

22 days ago

6.3.0-next.2

23 days ago

6.3.0

23 days ago

6.2.1-next.1

1 month ago

6.2.1-next.0

1 month ago

6.2.0

2 months ago

6.2.0-next.4

2 months ago

6.2.0-next.3

2 months ago

6.2.0-next.2

2 months ago

6.2.0-next.1

2 months ago

6.1.0

2 months ago

6.2.0-next.0

2 months ago

6.1.0-next.2

2 months ago

6.0.1-next.0

2 months ago

6.1.0-next.1

2 months ago

6.0.0

2 months ago

6.0.0-next.1

2 months ago

6.0.0-next.2

2 months ago

5.6.0-next.0

3 months ago

5.5.3

3 months ago

5.5.3-next.5

3 months ago

5.5.3-next.4

3 months ago

5.5.3-next.3

3 months ago

5.5.3-next.2

3 months ago

5.5.3-next.1

3 months ago

5.5.3-next.0

3 months ago

5.5.2

3 months ago

5.5.2-next.0

4 months ago

5.5.1

4 months ago

5.5.1-next.0

4 months ago

5.5.0

4 months ago

5.5.0-next.5

4 months ago

5.4.1-next.4

4 months ago

5.4.1-next.3

4 months ago

5.4.1-next.2

4 months ago

5.4.1-next.1

5 months ago

5.4.1-next.0

5 months ago

5.4.0

5 months ago

5.4.0-next.1

5 months ago

5.4.0-next.2

5 months ago

5.4.0-next.0

5 months ago

5.3.0

5 months ago

5.3.0-next.5

5 months ago

5.3.0-next.4

5 months ago

5.2.1-next.3

5 months ago

5.2.1-next.2

5 months ago

4.20.2-next.5

7 months ago

4.20.2-next.4

7 months ago

4.20.2-next.3

7 months ago

4.20.2-next.2

7 months ago

4.20.2-next.6

7 months ago

4.20.2-next.1

8 months ago

4.20.2-next.0

8 months ago

5.1.0-next.2

6 months ago

5.1.0-next.3

6 months ago

5.1.0-next.4

6 months ago

5.1.0-next.5

6 months ago

5.1.0-next.6

6 months ago

5.1.0-next.7

6 months ago

5.0.1

6 months ago

5.0.0

7 months ago

5.0.2-next.1

6 months ago

5.0.2-next.0

6 months ago

4.19.0-next.3

9 months ago

4.19.0-next.5

9 months ago

4.19.0-next.4

9 months ago

5.1.0

6 months ago

4.20.1-next.5

8 months ago

4.20.1-next.6

8 months ago

4.20.1-next.7

8 months ago

4.20.1-next.8

8 months ago

4.20.1-next.1

8 months ago

4.20.1-next.2

8 months ago

4.20.1-next.3

8 months ago

4.20.1-next.4

8 months ago

4.20.1-next.0

8 months ago

4.20.1-next.9

8 months ago

5.2.0

5 months ago

4.18.1-next.2

9 months ago

4.20.3-next.3

7 months ago

4.20.3-next.0

7 months ago

4.20.3-next.2

7 months ago

4.20.3-next.1

7 months ago

5.1.1-next.0

6 months ago

5.1.1-next.2

5 months ago

5.1.1-next.1

6 months ago

4.20.2

7 months ago

4.20.3

7 months ago

4.20.0

8 months ago

4.20.1

8 months ago

5.0.1-next.0

7 months ago

5.0.1-next.1

6 months ago

5.0.1-next.2

6 months ago

4.18.1-next.1

9 months ago

4.18.1-next.0

9 months ago

5.2.0-next.4

5 months ago

5.2.0-next.3

5 months ago

4.19.1-next.3

9 months ago

4.19.1-next.2

9 months ago

4.19.1-next.1

9 months ago

4.19.1-next.0

9 months ago

4.20.1-next.10

8 months ago

4.18.0-next.7

10 months ago

4.18.0-next.8

10 months ago

4.18.0-next.9

10 months ago

4.17.0-next.12

10 months ago

4.17.0-next.11

10 months ago

4.17.1-next.0

10 months ago

4.17.0-next.10

10 months ago

4.17.1-next.5

10 months ago

4.17.1-next.6

10 months ago

4.17.1-next.3

10 months ago

4.17.1-next.4

10 months ago

4.17.1-next.1

10 months ago

4.17.1-next.2

10 months ago

5.2.1-next.1

5 months ago

5.2.1-next.0

5 months ago

4.18.0

9 months ago

4.19.2-next.2

8 months ago

4.19.2-next.0

8 months ago

4.19.2-next.1

8 months ago

4.17.0-next.7

10 months ago

4.17.0-next.8

10 months ago

4.17.0-next.9

10 months ago

4.17.0

10 months ago

5.0.0-next.5

7 months ago

4.18.0-next.10

9 months ago

4.20.4-next.4

7 months ago

4.20.0-next.5

8 months ago

4.20.0-next.4

8 months ago

4.20.0-next.7

8 months ago

4.20.0-next.6

8 months ago

4.20.0-next.3

8 months ago

4.20.4-next.0

7 months ago

4.20.4-next.1

7 months ago

4.20.4-next.2

7 months ago

4.20.4-next.3

7 months ago

4.20.0-next.9

8 months ago

4.20.0-next.8

8 months ago

4.19.0

9 months ago

4.19.1

8 months ago

4.16.1-next.0

10 months ago

4.16.1-next.1

10 months ago

4.16.1-next.2

10 months ago

4.16.1-next.3

10 months ago

4.16.1-next.5

10 months ago

4.16.1-next.6

10 months ago

4.16.0

11 months ago

4.16.0-next.4

11 months ago

4.14.0

11 months ago

4.14.0-next.5

11 months ago

4.14.0-next.1

11 months ago

4.14.0-next.2

11 months ago

4.14.0-next.3

11 months ago

4.14.0-next.4

11 months ago

4.14.0-next.0

11 months ago

4.15.0

11 months ago

4.15.0-next.0

11 months ago

4.15.1-next.0

11 months ago

4.15.1-next.2

11 months ago

4.15.1-next.1

11 months ago

4.15.1-next.3

11 months ago

4.13.0

12 months ago

4.11.0-next.0

1 year ago

4.10.0-next.3

1 year ago

4.10.0

1 year ago

4.12.0

12 months ago

4.11.0

1 year ago

4.12.0-next.4

12 months ago

4.12.0-next.3

12 months ago

4.12.0-next.2

1 year ago

4.12.0-next.1

1 year ago

4.12.0-next.0

1 year ago

4.13.0-next.1

12 months ago

4.13.0-next.0

12 months ago

4.13.0-next.3

12 months ago

4.13.0-next.2

12 months ago

4.13.0-next.4

12 months ago

4.9.3-next.0

1 year ago

4.10.0-next.1

1 year ago

4.10.0-next.2

1 year ago

4.8.0-next.0

1 year ago

4.8.0-next.1

1 year ago

4.8.0-next.2

1 year ago

4.8.0-next.3

1 year ago

4.9.0-next.1

1 year ago

4.9.0

1 year ago

4.9.2

1 year ago

4.9.1

1 year ago

4.8.0

1 year ago

4.8.1-next.0

1 year ago

4.7.1

1 year ago

4.9.1-next.1

1 year ago

4.9.1-next.0

1 year ago

4.9.2-next.0

1 year ago

4.7.1-next.0

1 year ago

4.7.0

1 year ago

4.7.0-next.4

1 year ago

4.7.0-next.2

1 year ago

4.7.0-next.3

1 year ago

4.6.1-next.0

1 year ago

4.6.1-next.1

1 year ago

4.6.0-next.5

1 year ago

4.6.0-next.4

1 year ago

4.6.0-next.3

1 year ago

4.6.0

1 year ago

4.6.0-next.2

1 year ago

4.6.0-next.1

1 year ago

4.5.4-next.0

1 year ago

4.5.2-next.0

1 year ago

4.5.0-next.2

2 years ago

4.5.0-next.3

2 years ago

4.5.0

2 years ago

4.5.2

1 year ago

4.5.1

1 year ago

4.5.3

1 year ago

4.4.1

2 years ago

4.4.2-next.1

2 years ago

4.4.2-next.0

2 years ago

4.5.3-next.0

1 year ago

4.5.3-next.1

1 year ago

4.5.1-next.0

1 year ago

4.4.1-next.0

2 years ago

4.3.0-next.4

2 years ago

4.4.0

2 years ago

4.3.0

2 years ago

4.3.1-next.0

2 years ago

4.3.1-next.1

2 years ago

4.4.0-next.3

2 years ago

4.4.0-next.2

2 years ago

3.9.1-next.2

2 years ago

3.9.1-next.1

2 years ago

3.9.1-next.0

2 years ago

3.10.0-next.6

2 years ago

3.10.0-next.3

2 years ago

3.10.0-next.5

2 years ago

3.10.0-next.4

2 years ago

4.0.0

2 years ago

4.3.0-next.3

2 years ago

4.3.0-next.2

2 years ago

4.2.0-next.0

2 years ago

4.2.0-next.1

2 years ago

3.9.0

2 years ago

3.10.0

2 years ago

3.11.0-next.2

2 years ago

3.11.0-next.1

2 years ago

3.8.1-next.0

2 years ago

3.8.1-next.1

2 years ago

4.0.0-next.5

2 years ago

4.0.0-next.4

2 years ago

4.0.0-next.3

2 years ago

3.10.1-next.0

2 years ago

3.8.1

2 years ago

4.1.0-next.0

2 years ago

3.9.0-next.1

2 years ago

3.9.0-next.2

2 years ago

4.2.1-next.1

2 years ago

4.2.1-next.0

2 years ago

3.8.2-next.0

2 years ago

4.2.0

2 years ago

4.1.0

2 years ago

3.8.0-next.0

2 years ago

3.8.0-next.1

2 years ago

3.8.0

2 years ago

3.6.1-next.1

2 years ago

3.6.1-next.0

2 years ago

3.7.0

2 years ago

3.7.0-next.1

2 years ago

3.6.0-next.7

2 years ago

3.6.0-next.5

2 years ago

3.6.0-next.6

2 years ago

3.6.0

2 years ago

3.6.0-next.3

2 years ago

3.6.0-next.4

2 years ago

3.6.0-next.1

2 years ago

3.6.0-next.2

2 years ago

3.5.0

2 years ago

3.5.1-next.0

2 years ago

3.5.0-next.7

2 years ago

3.5.0-next.6

2 years ago

3.4.0-next.9

2 years ago

3.4.0-next.8

2 years ago

3.4.0-next.7

2 years ago

3.4.0-next.6

2 years ago

3.4.0-next.5

2 years ago

3.4.0-next.4

2 years ago

3.3.1-next.3

2 years ago

3.5.0-next.0

2 years ago

3.5.0-next.1

2 years ago

3.5.0-next.4

2 years ago

3.5.0-next.5

2 years ago

3.5.0-next.2

2 years ago

3.5.0-next.3

2 years ago

3.4.0

2 years ago

3.1.0-next.9

2 years ago

3.1.0-next.8

2 years ago

3.1.0-next.7

2 years ago

3.1.0-next.6

2 years ago

3.1.0-next.1

2 years ago

2.6.0-next.8

2 years ago

3.1.0-next.0

2 years ago

2.6.0-next.9

2 years ago

2.6.0-next.7

2 years ago

3.1.0-next.5

2 years ago

3.1.0-next.4

2 years ago

3.1.0-next.3

2 years ago

3.1.0-next.2

2 years ago

3.2.0

2 years ago

3.1.0

2 years ago

3.3.1-next.0

2 years ago

2.6.0-next.20

2 years ago

3.3.1-next.2

2 years ago

3.3.1-next.1

2 years ago

3.0.0

2 years ago

3.2.0-next.2

2 years ago

3.2.0-next.5

2 years ago

3.2.0-next.6

2 years ago

3.2.0-next.3

2 years ago

3.2.0-next.4

2 years ago

3.1.1-next.1

2 years ago

3.1.1-next.0

2 years ago

3.0.1-fix.0

2 years ago

3.3.0-next.0

2 years ago

3.3.0-next.1

2 years ago

3.3.0-next.2

2 years ago

3.3.0-next.3

2 years ago

3.3.0-next.4

2 years ago

3.3.0-next.5

2 years ago

3.3.0-next.6

2 years ago

3.3.0-next.7

2 years ago

3.3.0-next.8

2 years ago

3.3.0-next.9

2 years ago

2.6.0-next.12

2 years ago

3.0.0-next.21

2 years ago

2.6.0-next.11

2 years ago

2.6.0-next.10

2 years ago

2.6.0-next.16

2 years ago

2.6.0-next.15

2 years ago

2.6.0-next.14

2 years ago

2.6.0-next.13

2 years ago

2.6.0-next.19

2 years ago

2.6.0-next.18

2 years ago

2.6.0-next.17

2 years ago

3.3.0

2 years ago

2.6.0-next.6

2 years ago

2.6.0-next.5

2 years ago

2.5.0-next.10

2 years ago

2.5.1-next.0

2 years ago

2.5.1-next.1

2 years ago

2.5.1-next.4

2 years ago

2.5.1-next.2

2 years ago

2.5.1-next.3

2 years ago

2.5.0-next.8

2 years ago

2.5.0-next.7

2 years ago

2.5.0-next.6

2 years ago

2.5.0-next.9

2 years ago

2.5.0

2 years ago

2.4.0

2 years ago

2.4.0-next.9

2 years ago

2.4.0-next.8

2 years ago

2.4.1-next.0

2 years ago

2.4.0-next.5

3 years ago

2.4.0-next.7

2 years ago

2.4.0-next.6

2 years ago

2.3.0

3 years ago

2.5.0-next.5

2 years ago

2.5.0-next.4

2 years ago

2.5.0-next.3

2 years ago

2.5.0-next.2

2 years ago

2.5.0-next.1

2 years ago

2.3.1-next.1

3 years ago

2.3.1-next.0

3 years ago

2.3.1-next.3

3 years ago

2.3.1-next.2

3 years ago

2.3.1-next.4

3 years ago

2.3.0-next.3

3 years ago

2.3.0-next.2

3 years ago

2.2.1-next.2

3 years ago

2.2.1-next.5

3 years ago

2.2.1-next.6

3 years ago

2.2.1-next.3

3 years ago

2.2.1-next.4

3 years ago

2.2.1-next.7

3 years ago

2.2.1

3 years ago

2.2.2-next.1

3 years ago

2.2.2-next.0

3 years ago

2.2.1-next.1

3 years ago

2.2.1-next.0

3 years ago

2.2.0

3 years ago

2.2.0-next.5

3 years ago

2.2.0-next.4

3 years ago

2.2.0-next.3

3 years ago

2.2.0-next.2

3 years ago

2.2.0-next.1

3 years ago

2.1.1-next.0

3 years ago

2.1.0

3 years ago

2.1.0-next.5

3 years ago

2.1.0-next.4

3 years ago

2.1.0-next.3

3 years ago

2.1.0-next.2

3 years ago

2.1.0-next.1

3 years ago

2.0.0

3 years ago

2.0.1-next.0

3 years ago

2.0.0-next.9

3 years ago

2.0.0-next.10

3 years ago

2.0.0-next.8

3 years ago

1.6.0-next.7

3 years ago

1.6.0-next.6

3 years ago

1.6.0-next.5

3 years ago

1.6.0-next.4

3 years ago

1.6.0-next.3

3 years ago

1.6.0-next.2

3 years ago

1.6.0-next.1

3 years ago

1.6.0-next.0

3 years ago

1.5.1

3 years ago

1.5.1-next.0

3 years ago

1.5.0

3 years ago

1.5.0-next.5

3 years ago

1.5.0-next.4

3 years ago

1.5.0-next.3

3 years ago

1.5.0-next.2

3 years ago

1.4.1-next.1

3 years ago

1.4.1-next.0

3 years ago

1.4.0

3 years ago

1.4.0-next.3

3 years ago

1.4.0-next.1

3 years ago

1.4.0-next.2

3 years ago

1.4.0-next.0

3 years ago

1.3.3

3 years ago

1.3.3-next.1

3 years ago

1.3.2-next.1

3 years ago

1.3.3-next.2

3 years ago

1.3.2-next.0

3 years ago

1.3.3-next.3

3 years ago

1.3.3-next.0

3 years ago

1.3.2

3 years ago

1.3.0-next.2

3 years ago

1.3.1-next.1

3 years ago

1.3.0-next.3

3 years ago

1.3.1-next.0

3 years ago

1.3.0-next.4

3 years ago

1.3.0-next.0

3 years ago

1.3.0-next.1

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.2-next.1

3 years ago

1.2.2-next.0

3 years ago

1.2.1

3 years ago

1.2.1-next.0

3 years ago

1.2.0

3 years ago

1.2.0-next.8

3 years ago

1.2.0-next.7

3 years ago

1.2.0-next.6

3 years ago

1.2.0-next.5

3 years ago

1.2.0-next.4

3 years ago

1.2.0-next.2

3 years ago

1.2.0-next.3

3 years ago

1.2.0-next.1

3 years ago

1.2.0-next.0

3 years ago

1.1.0

3 years ago

1.1.0-next.2

3 years ago

1.1.0-next.1

3 years ago

1.0.1-next.0

3 years ago

1.0.0

3 years ago

1.0.0-next.4

3 years ago

0.8.0-next.3

3 years ago

0.8.0-next.2

3 years ago

0.8.0-next.1

3 years ago

0.8.0-next.0

3 years ago

0.7.0

3 years ago

0.7.0-next.0

3 years ago

0.6.1-next.0

3 years ago

0.6.1-next.1

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.6.0-next.3

3 years ago

0.6.0-next.2

3 years ago

0.6.0-next.1

3 years ago

0.5.1-next.0

3 years ago

0.5.0

3 years ago

0.5.0-next.1

3 years ago

0.5.0-next.0

3 years ago

0.4.0

3 years ago

0.4.0-next.0

3 years ago

0.3.1

3 years ago

0.3.1-next.0

3 years ago

0.3.0

4 years ago

0.3.0-next.6

4 years ago

0.3.0-next.5

4 years ago

0.3.0-next.4

4 years ago

0.2.2-next.3

4 years ago

0.2.2-next.2

4 years ago

0.2.2-next.1

4 years ago

0.2.2-next.0

4 years ago

0.2.1

4 years ago

0.2.1-next.1

4 years ago

0.2.1-next.2

4 years ago

0.2.1-next.0

4 years ago

0.2.0

4 years ago

0.2.0-next.12

4 years ago

0.2.0-next.11

4 years ago

0.2.0-next.10

4 years ago

0.2.0-next.9

4 years ago

0.2.0-next.8

4 years ago

0.2.0-next.7

4 years ago

0.2.0-next.6

4 years ago

0.2.0-next.5

4 years ago

0.1.2-next.4

4 years ago

0.1.2-next.3

4 years ago

0.1.2-next.2

4 years ago

0.1.2-next.1

4 years ago

0.1.1-next.2

4 years ago

0.1.2-next.0

4 years ago

0.1.1

4 years ago

0.1.1-next.1

4 years ago

0.1.1-next.0

4 years ago

0.1.0

4 years ago

0.1.0-next.4

4 years ago

0.1.0-next.5

4 years ago

0.0.2-next.3

4 years ago

0.0.2-next.2

4 years ago

0.0.2-next.1

4 years ago

0.0.2-next.0

4 years ago