tnp-helpers 21.0.10 → 21.0.14

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,8 +1,16 @@
1
1
  {
2
2
  "name": "tnp-helpers/websql",
3
- "version": "21.0.10",
4
- "module": "types/tnp-helpers-websql.d.ts",
5
- "typings": "index.d.ts",
3
+ "version": "21.0.14",
4
+ "peerDependencies": {
5
+ "@angular/common": "^21.0.0",
6
+ "@angular/core": "^21.0.0"
7
+ },
8
+ "dependencies": {
9
+ "tslib": "^2.3.0"
10
+ },
11
+ "sideEffects": false,
12
+ "module": "fesm2022/tnp-helpers-websql.mjs",
13
+ "typings": "types/tnp-helpers-websql.d.ts",
6
14
  "exports": {
7
15
  "./package.json": {
8
16
  "default": "./package.json"
@@ -11,6 +19,5 @@
11
19
  "types": "./types/tnp-helpers-websql.d.ts",
12
20
  "default": "./fesm2022/tnp-helpers-websql.mjs"
13
21
  }
14
- },
15
- "sideEffects": false
22
+ }
16
23
  }
@@ -1650,6 +1650,7 @@ declare class BaseNpmHelpers<PROJECT extends BaseProject = BaseProject> extends
1650
1650
  itself: boolean;
1651
1651
  children: boolean;
1652
1652
  };
1653
+ actionType?: 'release' | 'publish' | 'build' | 'init' | 'clear' | 'clear';
1653
1654
  skipQuestionToUser?: boolean;
1654
1655
  messagePrefix?: string;
1655
1656
  }): Promise<boolean>;
@@ -2665,8 +2666,11 @@ declare class BaseGlobalCommandLine<PARAMS = any, PROJECT extends BaseProject<an
2665
2666
  removeSubmodule(): any;
2666
2667
  setEditor(): Promise<any>;
2667
2668
  upapi(): Promise<any>;
2669
+ upapiAll(): Promise<any>;
2668
2670
  apiup(): Promise<any>;
2671
+ apiupall(): Promise<any>;
2669
2672
  apiUpdate(): Promise<any>;
2673
+ apiUpdateAll(): Promise<any>;
2670
2674
  upapiforce(): Promise<any>;
2671
2675
  apiupforce(): Promise<any>;
2672
2676
  apiUpdateForce(): Promise<any>;
@@ -2823,6 +2827,10 @@ declare class BaseGlobalCommandLine<PARAMS = any, PROJECT extends BaseProject<an
2823
2827
  * init parent and first level children
2824
2828
  */
2825
2829
  initAll(): Promise<any>;
2830
+ /**
2831
+ * init parent and first level children
2832
+ */
2833
+ structAll(): Promise<any>;
2826
2834
  /**
2827
2835
  * TODO move somewhere
2828
2836
  */