trm-core 9.1.1 → 9.1.2

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.
@@ -41,6 +41,10 @@ exports.addNamespace = {
41
41
  return;
42
42
  }
43
43
  else {
44
+ if (context.rawInput.installData.installDevclass.keepOriginal) {
45
+ trm_commons_1.Logger.warning(`Install will continue but namespace ${context.runtime.installData.namespace} will not be installed and it's missing in ${systemConnector_1.SystemConnector.getDest()}. Either install with namespace import or create it manually later.`);
46
+ return;
47
+ }
44
48
  if (context.rawInput.installData.installDevclass.skipNamespace) {
45
49
  throw new Error(`Cannot generate packages without namespace ${context.runtime.installData.namespace}. Run install with namespace import or do not rename install packages.`);
46
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trm-core",
3
- "version": "9.1.1",
3
+ "version": "9.1.2",
4
4
  "description": "TRM (Transport Request Manager) Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",