@abaplint/cli 2.103.5 → 2.103.6

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/cli.js +41 -7
  2. package/package.json +2 -2
package/build/cli.js CHANGED
@@ -44268,6 +44268,37 @@ exports.BusinessObjectModel = BusinessObjectModel;
44268
44268
 
44269
44269
  /***/ }),
44270
44270
 
44271
+ /***/ "./node_modules/@abaplint/core/build/src/objects/business_object_type.js":
44272
+ /*!*******************************************************************************!*\
44273
+ !*** ./node_modules/@abaplint/core/build/src/objects/business_object_type.js ***!
44274
+ \*******************************************************************************/
44275
+ /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
44276
+
44277
+ "use strict";
44278
+
44279
+ Object.defineProperty(exports, "__esModule", ({ value: true }));
44280
+ exports.BusinessObjectType = void 0;
44281
+ const _abstract_object_1 = __webpack_require__(/*! ./_abstract_object */ "./node_modules/@abaplint/core/build/src/objects/_abstract_object.js");
44282
+ class BusinessObjectType extends _abstract_object_1.AbstractObject {
44283
+ getType() {
44284
+ return "SOBJ";
44285
+ }
44286
+ getAllowedNaming() {
44287
+ return {
44288
+ maxLength: 200,
44289
+ allowNamespace: true,
44290
+ };
44291
+ }
44292
+ getDescription() {
44293
+ // todo
44294
+ return undefined;
44295
+ }
44296
+ }
44297
+ exports.BusinessObjectType = BusinessObjectType;
44298
+ //# sourceMappingURL=business_object_type.js.map
44299
+
44300
+ /***/ }),
44301
+
44271
44302
  /***/ "./node_modules/@abaplint/core/build/src/objects/cds_metadata_extension.js":
44272
44303
  /*!*********************************************************************************!*\
44273
44304
  !*** ./node_modules/@abaplint/core/build/src/objects/cds_metadata_extension.js ***!
@@ -46522,9 +46553,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
46522
46553
  Object.defineProperty(exports, "__esModule", ({ value: true }));
46523
46554
  __exportStar(__webpack_require__(/*! ./activation_variant */ "./node_modules/@abaplint/core/build/src/objects/activation_variant.js"), exports);
46524
46555
  __exportStar(__webpack_require__(/*! ./api_release_state */ "./node_modules/@abaplint/core/build/src/objects/api_release_state.js"), exports);
46525
- __exportStar(__webpack_require__(/*! ./application_log_object */ "./node_modules/@abaplint/core/build/src/objects/application_log_object.js"), exports);
46526
46556
  __exportStar(__webpack_require__(/*! ./application_job_catalog_entry */ "./node_modules/@abaplint/core/build/src/objects/application_job_catalog_entry.js"), exports);
46527
46557
  __exportStar(__webpack_require__(/*! ./application_job_template */ "./node_modules/@abaplint/core/build/src/objects/application_job_template.js"), exports);
46558
+ __exportStar(__webpack_require__(/*! ./application_log_object */ "./node_modules/@abaplint/core/build/src/objects/application_log_object.js"), exports);
46528
46559
  __exportStar(__webpack_require__(/*! ./assignment_service_to_authorization_group */ "./node_modules/@abaplint/core/build/src/objects/assignment_service_to_authorization_group.js"), exports);
46529
46560
  __exportStar(__webpack_require__(/*! ./atc_check_category */ "./node_modules/@abaplint/core/build/src/objects/atc_check_category.js"), exports);
46530
46561
  __exportStar(__webpack_require__(/*! ./atc_check_object */ "./node_modules/@abaplint/core/build/src/objects/atc_check_object.js"), exports);
@@ -46543,6 +46574,7 @@ __exportStar(__webpack_require__(/*! ./business_configuration_set */ "./node_mod
46543
46574
  __exportStar(__webpack_require__(/*! ./business_function_assignment */ "./node_modules/@abaplint/core/build/src/objects/business_function_assignment.js"), exports);
46544
46575
  __exportStar(__webpack_require__(/*! ./business_function_set_assignment */ "./node_modules/@abaplint/core/build/src/objects/business_function_set_assignment.js"), exports);
46545
46576
  __exportStar(__webpack_require__(/*! ./business_object_model */ "./node_modules/@abaplint/core/build/src/objects/business_object_model.js"), exports);
46577
+ __exportStar(__webpack_require__(/*! ./business_object_type */ "./node_modules/@abaplint/core/build/src/objects/business_object_type.js"), exports);
46546
46578
  __exportStar(__webpack_require__(/*! ./cds_metadata_extension */ "./node_modules/@abaplint/core/build/src/objects/cds_metadata_extension.js"), exports);
46547
46579
  __exportStar(__webpack_require__(/*! ./change_document */ "./node_modules/@abaplint/core/build/src/objects/change_document.js"), exports);
46548
46580
  __exportStar(__webpack_require__(/*! ./chapter_of_book_structure */ "./node_modules/@abaplint/core/build/src/objects/chapter_of_book_structure.js"), exports);
@@ -46569,8 +46601,8 @@ __exportStar(__webpack_require__(/*! ./ecatt_test_script */ "./node_modules/@aba
46569
46601
  __exportStar(__webpack_require__(/*! ./enhancement_implementation */ "./node_modules/@abaplint/core/build/src/objects/enhancement_implementation.js"), exports);
46570
46602
  __exportStar(__webpack_require__(/*! ./enhancement_spot */ "./node_modules/@abaplint/core/build/src/objects/enhancement_spot.js"), exports);
46571
46603
  __exportStar(__webpack_require__(/*! ./event_binding */ "./node_modules/@abaplint/core/build/src/objects/event_binding.js"), exports);
46572
- __exportStar(__webpack_require__(/*! ./event_consumer */ "./node_modules/@abaplint/core/build/src/objects/event_consumer.js"), exports);
46573
46604
  __exportStar(__webpack_require__(/*! ./event_binding */ "./node_modules/@abaplint/core/build/src/objects/event_binding.js"), exports);
46605
+ __exportStar(__webpack_require__(/*! ./event_consumer */ "./node_modules/@abaplint/core/build/src/objects/event_consumer.js"), exports);
46574
46606
  __exportStar(__webpack_require__(/*! ./extension_index */ "./node_modules/@abaplint/core/build/src/objects/extension_index.js"), exports);
46575
46607
  __exportStar(__webpack_require__(/*! ./field_catalog */ "./node_modules/@abaplint/core/build/src/objects/field_catalog.js"), exports);
46576
46608
  __exportStar(__webpack_require__(/*! ./form_object_form */ "./node_modules/@abaplint/core/build/src/objects/form_object_form.js"), exports);
@@ -50886,7 +50918,7 @@ class Registry {
50886
50918
  }
50887
50919
  static abaplintVersion() {
50888
50920
  // magic, see build script "version.sh"
50889
- return "2.103.5";
50921
+ return "2.103.6";
50890
50922
  }
50891
50923
  getDDICReferences() {
50892
50924
  return this.ddicReferences;
@@ -54101,9 +54133,8 @@ class CloudTypes {
54101
54133
  this.reg = reg;
54102
54134
  return this;
54103
54135
  }
54104
- run(obj) {
54105
- if (this.reg.getConfig().getVersion() !== version_1.Version.Cloud
54106
- || obj instanceof Objects.ApplicationJobCatalogEntry
54136
+ static isCloud(obj) {
54137
+ return obj instanceof Objects.ApplicationJobCatalogEntry
54107
54138
  || obj instanceof Objects.ApplicationJobTemplate
54108
54139
  || obj instanceof Objects.AssignmentServiceToAuthorizationGroup
54109
54140
  || obj instanceof Objects.ATCCheckCategory
@@ -54141,7 +54172,10 @@ class CloudTypes {
54141
54172
  || obj instanceof Objects.ServiceDefinition
54142
54173
  || obj instanceof Objects.Table
54143
54174
  || obj instanceof Objects.TableType
54144
- || obj instanceof Objects.Transformation) {
54175
+ || obj instanceof Objects.Transformation;
54176
+ }
54177
+ run(obj) {
54178
+ if (this.reg.getConfig().getVersion() !== version_1.Version.Cloud || CloudTypes.isCloud(obj)) {
54145
54179
  return [];
54146
54180
  }
54147
54181
  const position = new position_1.Position(1, 1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.103.5",
3
+ "version": "2.103.6",
4
4
  "description": "abaplint - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "homepage": "https://abaplint.org",
40
40
  "devDependencies": {
41
- "@abaplint/core": "^2.103.5",
41
+ "@abaplint/core": "^2.103.6",
42
42
  "@types/chai": "^4.3.10",
43
43
  "@types/glob": "^7.2.0",
44
44
  "@types/minimist": "^1.2.5",