bpm-core 0.0.132 → 0.0.133

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
- ## ⚠️ Read Before Upgrading
1
+ > ⚠️ **Important Notice**
2
+ > Starting from **`bpm-core@0.0.121`**, **Angular 19** is required.
2
3
 
3
- - Update your project to **Angular 19** to avoid compatibility issues.
4
- - Review the [Changes Log](#changes-log) for breaking changes and apply necessary updates.
4
+ > Ensure your project is updated to Angular 19 to avoid compatibility issues.
5
5
 
6
6
  ---
7
7
 
@@ -16,8 +16,7 @@
16
16
 
17
17
  ---
18
18
 
19
- ## Recently Added Features
20
-
19
+ ## [Recently Added Features](#recently-added-features)
21
20
  - ### [BPM Core CLI](#bpm-core-cli)
22
21
  A command-line interface tool that provides helper scripts to speed up common tasks.
23
22
 
@@ -248,22 +247,18 @@
248
247
  ```
249
248
  </details>
250
249
 
251
- ## Changes Log
252
-
253
- <a id="bpm-core00132-2025-10-06"></a>
254
- ### [bpm-core@0.0.132 — 2025-10-06](#bpm-core00132-2025-10-06)
255
- - fix(npm): resolve npm install issues.
250
+ ## [Changes Log](#changes-log)
256
251
 
257
252
  <a id="bpm-core00130-2025-09-18"></a>
258
253
  ### [bpm-core@0.0.130 — 2025-09-18](#bpm-core00130-2025-09-18)
259
254
  - feat(cli): add `generate new` command to generate an initial service from a config like the form builder.
260
255
  - fix(cli/mock-data): restructure LOVs in payload and enhance logged path generation.
261
- - **[BREAKING CHANGE]** fix(custom-searchable): update the default value of the `key` input property to 'value' (was 'description').
256
+ - [BREAKING CHANGE] fix(custom-searchable): update the default value of the `key` input property to 'value' (was 'description').
262
257
  - feat(radio): activate and enhance radio component.
263
258
  - refactor: remove ngx-translate package.
264
- - **[BREAKING CHANGE]** refactor(input & textarea): remove 'enOnly' and 'arOnly' type values, use filterFn instead.
259
+ - [BREAKING CHANGE] refactor(input & textarea): remove 'enOnly' and 'arOnly' type values, use filterFn instead.
265
260
  - fix(input-number): prevent dropping text into input number.
266
- - **[BREAKING CHANGE]** refactor(attachment-section): replace `isRequired` input with `descriptionRequired` input and add `commentsRequired` input.
261
+ - [BREAKING CHANGE] refactor(attachment-section): replace `isRequired` input with `descriptionRequired` input and add `commentsRequired` input.
267
262
  - fix(attachment-section): hide label in read-only mode if no attachments.
268
263
  - fix(custom-searchable): add padding for search and clear icons in RTL.
269
264
  - feat(input): add `maxLength` input property.
@@ -13,22 +13,22 @@
13
13
  "private": true,
14
14
  "dependencies": {
15
15
  "@angular-builders/custom-webpack": "^19.0.0",
16
- "@angular/animations": "^19.2.15",
17
- "@angular/cdk": "^19.2.15",
18
- "@angular/common": "^19.2.15",
19
- "@angular/compiler": "^19.2.15",
20
- "@angular/core": "^19.2.15",
21
- "@angular/forms": "^19.2.15",
22
- "@angular/localize": "^19.2.15",
23
- "@angular/material": "^19.2.15",
24
- "@angular/platform-browser": "^19.2.15",
25
- "@angular/platform-browser-dynamic": "^19.2.15",
26
- "@angular/platform-server": "^19.2.15",
27
- "@angular/router": "^19.2.15",
28
- "@ncstate/sat-popover": "^14.0.0",
16
+ "@angular/animations": "^19.0.0",
17
+ "@angular/cdk": "^19.0.0",
18
+ "@angular/common": "^19.0.0",
19
+ "@angular/compiler": "^19.0.0",
20
+ "@angular/core": "^19.0.0",
21
+ "@angular/forms": "^19.0.0",
22
+ "@angular/localize": "^19.0.0",
23
+ "@angular/material": "^19.0.0",
24
+ "@angular/platform-browser": "^19.0.0",
25
+ "@angular/platform-browser-dynamic": "^19.0.0",
26
+ "@angular/platform-server": "^19.0.0",
27
+ "@angular/router": "^19.0.0",
28
+ "@ncstate/sat-popover": "^13.1.0",
29
29
  "basic-ui-components": "^0.0.6992",
30
30
  "bootstrap": "^5.3.3",
31
- "bpm-core": "<%=CURRENT_VERSION%>",
31
+ "bpm-core": "^0.0.124",
32
32
  "date-fns": "^4.1.0",
33
33
  "express": "^4.18.2",
34
34
  "file-saver": "^2.0.5",
@@ -45,12 +45,12 @@
45
45
  "ngx-toastr": "^19.0.0",
46
46
  "rxjs": "~7.8.0",
47
47
  "tslib": "^2.3.0",
48
- "zone.js": "^0.15.1"
48
+ "zone.js": "~0.14.10"
49
49
  },
50
50
  "devDependencies": {
51
- "@angular-devkit/build-angular": "^19.2.15",
52
- "@angular/cli": "^19.2.15",
53
- "@angular/compiler-cli": "^19.2.15",
51
+ "@angular-devkit/build-angular": "^19.0.0",
52
+ "@angular/cli": "^19.0.0",
53
+ "@angular/compiler-cli": "^19.0.0",
54
54
  "@types/express": "^4.17.17",
55
55
  "@types/jasmine": "~5.1.0",
56
56
  "@types/node": "^18.18.0",
@@ -60,7 +60,7 @@
60
60
  "karma-coverage": "~2.2.0",
61
61
  "karma-jasmine": "~5.1.0",
62
62
  "karma-jasmine-html-reporter": "~2.1.0",
63
- "ng-packagr": "^19.0.0",
63
+ "ng-packagr": "^18.2.1",
64
64
  "typescript": "~5.5.2"
65
65
  }
66
66
  }
@@ -24,7 +24,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.ServiceData = void 0;
27
- const current_version_1 = require("../../utilities/current-version");
28
27
  const changeCase = __importStar(require("change-case"));
29
28
  class ServiceData {
30
29
  constructor(serviceCode, stages) {
@@ -32,7 +31,6 @@ class ServiceData {
32
31
  this.stages = stages;
33
32
  this.visibilityCodeLOVEnums = this.parseLOVEnums();
34
33
  this.changeCase = changeCase;
35
- this.CURRENT_VERSION = current_version_1.CURRENT_VERSION;
36
34
  this.en = {};
37
35
  this.ar = {};
38
36
  this.addI18n();
package/cli/index.js CHANGED
@@ -4,12 +4,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
4
4
  const commander_1 = require("commander");
5
5
  const deploy_1 = require("./deploy");
6
6
  const generate_1 = require("./generate");
7
- const current_version_1 = require("./utilities/current-version");
8
7
  const program = new commander_1.Command();
9
8
  program
10
9
  .name("bpm-core")
11
10
  .description("BPM Core CLI tool.")
12
- .version(current_version_1.CURRENT_VERSION, '-v, --version', 'output the version number');
11
+ .version("1.0.0");
13
12
  program.addCommand(deploy_1.deployCommand);
14
13
  program.addCommand(generate_1.generateCommand);
15
14
  program.parse(process.argv);