lerna-projen 0.1.386 → 0.1.387

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/.jsii CHANGED
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "constructs": "^10.3.0",
18
- "projen": "^0.80.20"
18
+ "projen": "^0.81.0"
19
19
  },
20
20
  "dependencyClosure": {
21
21
  "constructs": {
@@ -959,6 +959,6 @@
959
959
  "symbolId": "src/utils:AddNxTaskDependencyOptions"
960
960
  }
961
961
  },
962
- "version": "0.1.386",
963
- "fingerprint": "OnRjXEQFrk1pv/KNR3F9AzLeYiABWlsNAgXjLAhw5/c="
962
+ "version": "0.1.387",
963
+ "fingerprint": "Jd6QoKryjYrIhKN3MJ/PW1fX5dHl+FhLCGyTEWC0v4g="
964
964
  }
package/API.md CHANGED
@@ -5123,7 +5123,7 @@ public readonly projenDevDependency: boolean;
5123
5123
  ```
5124
5124
 
5125
5125
  - *Type:* boolean
5126
- - *Default:* true
5126
+ - *Default:* true if not a subproject
5127
5127
 
5128
5128
  Indicates of "projen" should be installed as a devDependency.
5129
5129
 
@@ -7212,7 +7212,7 @@ public readonly projenDevDependency: boolean;
7212
7212
  ```
7213
7213
 
7214
7214
  - *Type:* boolean
7215
- - *Default:* true
7215
+ - *Default:* true if not a subproject
7216
7216
 
7217
7217
  Indicates of "projen" should be installed as a devDependency.
7218
7218
 
package/lib/index.js CHANGED
@@ -92,7 +92,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
92
92
  }
93
93
  exports.LernaProject = LernaProject;
94
94
  _a = JSII_RTTI_SYMBOL_1;
95
- LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.386" };
95
+ LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.387" };
96
96
  /**
97
97
  * @pjid lerna-ts-project
98
98
  */
@@ -125,7 +125,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
125
125
  }
126
126
  exports.LernaTypescriptProject = LernaTypescriptProject;
127
127
  _b = JSII_RTTI_SYMBOL_1;
128
- LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.386" };
128
+ LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.387" };
129
129
  class LernaProjectFactory {
130
130
  constructor(project) {
131
131
  this.project = project;
package/package.json CHANGED
@@ -57,7 +57,7 @@
57
57
  "jsii-docgen": "^9.2.2",
58
58
  "jsii-pacmak": "^1.97.0",
59
59
  "jsii-rosetta": "5.x",
60
- "projen": "^0.80.20",
60
+ "projen": "^0.81.0",
61
61
  "standard-version": "^9",
62
62
  "ts-jest": "^29.1.2",
63
63
  "ts-node": "^10.9.2",
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "peerDependencies": {
67
67
  "constructs": "^10.3.0",
68
- "projen": "^0.80.20"
68
+ "projen": "^0.81.0"
69
69
  },
70
70
  "dependencies": {
71
71
  "commander": "^11.1.0",
@@ -83,7 +83,7 @@
83
83
  ],
84
84
  "main": "lib/index.js",
85
85
  "license": "Apache-2.0",
86
- "version": "0.1.386",
86
+ "version": "0.1.387",
87
87
  "jest": {
88
88
  "testMatch": [
89
89
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",