lerna-projen 0.1.263 → 0.1.264

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/.gitattributes CHANGED
@@ -12,7 +12,6 @@
12
12
  /.gitignore linguist-generated
13
13
  /.mergify.yml linguist-generated
14
14
  /.npmignore linguist-generated
15
- /.npmrc linguist-generated
16
15
  /.nvmrc linguist-generated
17
16
  /.projen/** linguist-generated
18
17
  /.projen/deps.json linguist-generated
package/.jsii CHANGED
@@ -14,7 +14,7 @@
14
14
  "fs-extra": "^9.1.0"
15
15
  },
16
16
  "dependencies": {
17
- "projen": "^0.76.4"
17
+ "projen": "^0.76.7"
18
18
  },
19
19
  "dependencyClosure": {
20
20
  "projen": {
@@ -790,6 +790,6 @@
790
790
  "symbolId": "src/types:TaskCustomization"
791
791
  }
792
792
  },
793
- "version": "0.1.263",
794
- "fingerprint": "2oYPwIIGD4zBhTn/pr+941HyeyDfaAtWPN3gcYX9jOw="
793
+ "version": "0.1.264",
794
+ "fingerprint": "DnuusQxdDTRxJ2KcYM3nD+sWd3dJq+J6Ly4TKwzqNKg="
795
795
  }
package/API.md CHANGED
@@ -361,7 +361,7 @@ Relative to this directory, all files are synthesized.
361
361
 
362
362
  If this project has a parent, this directory is relative to the parent
363
363
  directory and it cannot be the same as the parent or any of it's other
364
- sub-projects.
364
+ subprojects.
365
365
 
366
366
  ---
367
367
 
@@ -2380,7 +2380,7 @@ Relative to this directory, all files are synthesized.
2380
2380
 
2381
2381
  If this project has a parent, this directory is relative to the parent
2382
2382
  directory and it cannot be the same as the parent or any of it's other
2383
- sub-projects.
2383
+ subprojects.
2384
2384
 
2385
2385
  ---
2386
2386
 
@@ -4677,7 +4677,7 @@ Synthesize all project files into `outdir`.
4677
4677
 
4678
4678
  1. Call "this.preSynthesize()"
4679
4679
  2. Delete all generated files
4680
- 3. Synthesize all sub-projects
4680
+ 3. Synthesize all subprojects
4681
4681
  4. Synthesize all components of this project
4682
4682
  5. Call "postSynthesize()" for all components of this project
4683
4683
  6. Call "this.postSynthesize()"
@@ -6065,7 +6065,7 @@ Synthesize all project files into `outdir`.
6065
6065
 
6066
6066
  1. Call "this.preSynthesize()"
6067
6067
  2. Delete all generated files
6068
- 3. Synthesize all sub-projects
6068
+ 3. Synthesize all subprojects
6069
6069
  4. Synthesize all components of this project
6070
6070
  5. Call "postSynthesize()" for all components of this project
6071
6071
  6. Call "this.postSynthesize()"
package/lib/index.js CHANGED
@@ -110,7 +110,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
110
110
  }
111
111
  exports.LernaProject = LernaProject;
112
112
  _a = JSII_RTTI_SYMBOL_1;
113
- LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.263" };
113
+ LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.264" };
114
114
  /**
115
115
  * @pjid lerna-ts-project
116
116
  */
@@ -156,7 +156,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
156
156
  }
157
157
  exports.LernaTypescriptProject = LernaTypescriptProject;
158
158
  _b = JSII_RTTI_SYMBOL_1;
159
- LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.263" };
159
+ LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.264" };
160
160
  class LernaProjectFactory {
161
161
  constructor(project) {
162
162
  this.project = project;
package/package.json CHANGED
@@ -58,14 +58,14 @@
58
58
  "jsii-pacmak": "^1.91.0",
59
59
  "jsii-rosetta": "5.x",
60
60
  "npm-check-updates": "^16",
61
- "projen": "^0.76.4",
61
+ "projen": "^0.76.7",
62
62
  "standard-version": "^9",
63
63
  "ts-jest": "^29",
64
64
  "ts-node": "^10.9.1",
65
65
  "typescript": "^5.2.2"
66
66
  },
67
67
  "peerDependencies": {
68
- "projen": "^0.76.4"
68
+ "projen": "^0.76.7"
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.263",
86
+ "version": "0.1.264",
87
87
  "jest": {
88
88
  "testMatch": [
89
89
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",