@firestartr/cli 1.46.0-snapshot-3 → 1.46.0-snapshot-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/build/index.js CHANGED
@@ -278634,6 +278634,9 @@ class FirestartrAllClaim {
278634
278634
  profile: {
278635
278635
  $ref: 'firestartr.dev://common/ClaimProfile',
278636
278636
  },
278637
+ annotations: {
278638
+ $ref: 'firestartr.dev://common/FirestartrAnnotations'
278639
+ }
278637
278640
  },
278638
278641
  required: ['name', 'kind', 'providers'],
278639
278642
  },
@@ -278805,9 +278808,6 @@ class FirestartrAllClaim {
278805
278808
  subComponentOf: {
278806
278809
  $ref: 'firestartr.dev://common/FirestartrComponentRef',
278807
278810
  },
278808
- annotations: {
278809
- $ref: 'firestartr.dev://common/FirestartrAnnotations',
278810
- },
278811
278811
  providers: {
278812
278812
  type: 'object',
278813
278813
  properties: {
@@ -31,6 +31,9 @@ declare const _default: {
31
31
  profile: {
32
32
  $ref: string;
33
33
  };
34
+ annotations: {
35
+ $ref: string;
36
+ };
34
37
  };
35
38
  required: string[];
36
39
  };
@@ -35,9 +35,6 @@ declare const _default: {
35
35
  subComponentOf: {
36
36
  $ref: string;
37
37
  };
38
- annotations: {
39
- $ref: string;
40
- };
41
38
  providers: {
42
39
  type: string;
43
40
  properties: {
@@ -35,6 +35,9 @@ declare const schemas: {
35
35
  profile: {
36
36
  $ref: string;
37
37
  };
38
+ annotations: {
39
+ $ref: string;
40
+ };
38
41
  };
39
42
  required: string[];
40
43
  };
@@ -203,9 +206,6 @@ declare const schemas: {
203
206
  subComponentOf: {
204
207
  $ref: string;
205
208
  };
206
- annotations: {
207
- $ref: string;
208
- };
209
209
  providers: {
210
210
  type: string;
211
211
  properties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.46.0-snapshot-3",
3
+ "version": "1.46.0-snapshot-5",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",