tnp-core 19.0.29 → 19.0.31

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.
@@ -32,6 +32,10 @@ export declare namespace CoreModels {
32
32
  * false by default
33
33
  */
34
34
  generateYarnOrPackageJsonLock?: boolean;
35
+ /**
36
+ * false by default
37
+ */
38
+ skipRemovingNodeModules?: boolean;
35
39
  };
36
40
  export type InstalationType = '-g' | '--save' | '--save-dev' | 'remove';
37
41
  export const InstalationTypeArr: string[];
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tnp-core/browser",
3
- "version": "19.0.29",
3
+ "version": "19.0.31",
4
4
  "module": "fesm2022/tnp-core.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
package/cli.backend.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1747783826568 = dummy1747783826568;
4
- function dummy1747783826568() { }
3
+ exports.dummy1747947068951 = dummy1747947068951;
4
+ function dummy1747947068951() { }
5
5
  //# sourceMappingURL=cli.backend.js.map