@hublo/sentinel 1.2.0-alpha.24 → 1.2.0-alpha.25
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/dist/bin/sentinel.js
CHANGED
|
@@ -1033,6 +1033,7 @@ function planNestService(context, webpackTarget) {
|
|
|
1033
1033
|
};
|
|
1034
1034
|
}
|
|
1035
1035
|
const metadata = [
|
|
1036
|
+
manifestOperation(context.cwd, { [BUILD_SCRIPT_NAME]: SENTINEL_BUILD_COMMAND }),
|
|
1036
1037
|
...nxTargetOperations({
|
|
1037
1038
|
cwd: context.cwd,
|
|
1038
1039
|
targets: buildTarget({
|
|
@@ -1040,8 +1041,7 @@ function planNestService(context, webpackTarget) {
|
|
|
1040
1041
|
configFiles: [NEST_CONFIG_FILE],
|
|
1041
1042
|
outputs
|
|
1042
1043
|
})
|
|
1043
|
-
})
|
|
1044
|
-
manifestOperation(context.cwd, { [BUILD_SCRIPT_NAME]: SENTINEL_BUILD_COMMAND })
|
|
1044
|
+
})
|
|
1045
1045
|
];
|
|
1046
1046
|
if (webpackTarget === void 0) return { operations: metadata };
|
|
1047
1047
|
const refusal = refusalFor(context.cwd, webpackTarget);
|
|
@@ -6600,4 +6600,4 @@ export {
|
|
|
6600
6600
|
detectFramework,
|
|
6601
6601
|
dispatch
|
|
6602
6602
|
};
|
|
6603
|
-
//# sourceMappingURL=chunk-
|
|
6603
|
+
//# sourceMappingURL=chunk-C4BWV6SU.js.map
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hublo/sentinel",
|
|
3
|
-
"version": "1.2.0-alpha.
|
|
3
|
+
"version": "1.2.0-alpha.25",
|
|
4
4
|
"description": "One CLI that guards code health across Hublo repos: shared lint/typescript/build/test presets, static & dynamic analysis, and architecture checks.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|