@firestartr/cli 1.46.0-snapshot-5 → 1.46.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.
Files changed (2) hide show
  1. package/build/index.js +2 -2
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -278635,8 +278635,8 @@ class FirestartrAllClaim {
278635
278635
  $ref: 'firestartr.dev://common/ClaimProfile',
278636
278636
  },
278637
278637
  annotations: {
278638
- $ref: 'firestartr.dev://common/FirestartrAnnotations'
278639
- }
278638
+ $ref: 'firestartr.dev://common/FirestartrAnnotations',
278639
+ },
278640
278640
  },
278641
278641
  required: ['name', 'kind', 'providers'],
278642
278642
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.46.0-snapshot-5",
3
+ "version": "1.46.0",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",