static-columns 19.0.12 → 19.0.13

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "static-columns/browser",
3
- "version": "19.0.12",
3
+ "version": "19.0.13",
4
4
  "module": "fesm2022/static-columns.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "static-columns/client",
3
- "version": "19.0.12",
3
+ "version": "19.0.13",
4
4
  "module": "fesm2022/static-columns.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,3 +1,3 @@
1
1
  export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
2
2
  export declare const PROJECT_NPM_NAME = "static-columns";
3
- export declare const CURRENT_PACKAGE_VERSION = "19.0.12";
3
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.13";
@@ -4,6 +4,6 @@ exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_FRAME
4
4
  // THIS FILE IS GENERATED - DO NOT MODIFY
5
5
  exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
6
6
  exports.PROJECT_NPM_NAME = 'static-columns';
7
- exports.CURRENT_PACKAGE_VERSION = '19.0.12';
7
+ exports.CURRENT_PACKAGE_VERSION = '19.0.13';
8
8
  // THIS FILE IS GENERATED - DO NOT MODIFY
9
9
  //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1747672488482 = dummy1747672488482;
4
- function dummy1747672488482() { }
3
+ exports.dummy1747687836572 = dummy1747687836572;
4
+ function dummy1747687836572() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1747672488499 = dummy1747672488499;
4
- function dummy1747672488499() { }
3
+ exports.dummy1747687836592 = dummy1747687836592;
4
+ function dummy1747687836592() { }
5
5
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "static-columns",
3
- "version": "19.0.12",
3
+ "version": "19.0.13",
4
4
  "license": "MIT",
5
5
  "author": "Dariusz Filipiak",
6
6
  "private": false,
@@ -8,7 +8,11 @@
8
8
  "container": {
9
9
  "only": []
10
10
  },
11
- "ports": {},
11
+ "ports": {
12
+ "ngNormalAppPort": 4269,
13
+ "ngWebsqlAppPort": 4270,
14
+ "nodeBeAppPort": 4127
15
+ },
12
16
  "init": {},
13
17
  "build": {
14
18
  "pwa": {},
@@ -21,13 +25,12 @@
21
25
  "release": {
22
26
  "cli": {},
23
27
  "lib": {},
24
- "skipTagGitPush": true,
25
28
  "autoReleaseUsingConfig": true,
26
29
  "releaseVersionBumpType": "patch",
27
30
  "releaseType": "manual",
28
31
  "targetArtifact": "npm-lib-and-cli-tool",
29
32
  "envName": "__",
30
- "resolvedNewVersion": "19.0.12"
33
+ "resolvedNewVersion": "19.0.13"
31
34
  },
32
35
  "copyToManager": {},
33
36
  "buildInfo": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "static-columns/websql",
3
- "version": "19.0.12",
3
+ "version": "19.0.13",
4
4
  "module": "fesm2022/static-columns.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {