@firestartr/cli 1.59.0-snapshot-19 → 1.59.0-snapshot-20
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 +2 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -366404,7 +366404,7 @@ async function renderFromImports(rClaims, crs = {}, catalogOutputDir = '/tmp/.ca
|
|
|
366404
366404
|
if (defaults) {
|
|
366405
366405
|
renderClaim.claim = loader_patchClaim(renderClaim.claim, defaults);
|
|
366406
366406
|
}
|
|
366407
|
-
validateClaim(renderClaim.claim);
|
|
366407
|
+
validateClaim(renderClaim.claim, `firestartr.dev://common/${renderClaim.claim.kind}`);
|
|
366408
366408
|
}
|
|
366409
366409
|
// type: is the kind of the claim
|
|
366410
366410
|
// value: is the imported-ref (the name in Github, can be with special characters, spaces, etc)
|
|
@@ -377109,7 +377109,7 @@ const crs_analyzerSubcommand = {
|
|
|
377109
377109
|
};
|
|
377110
377110
|
|
|
377111
377111
|
;// CONCATENATED MODULE: ./package.json
|
|
377112
|
-
const package_namespaceObject = JSON.parse('{"i8":"1.59.0-snapshot-
|
|
377112
|
+
const package_namespaceObject = JSON.parse('{"i8":"1.59.0-snapshot-20"}');
|
|
377113
377113
|
;// CONCATENATED MODULE: ../../package.json
|
|
377114
377114
|
const package_namespaceObject_1 = {"i8":"1.59.3"};
|
|
377115
377115
|
;// CONCATENATED MODULE: ./src/subcommands/index.ts
|