lerna-projen 0.1.801 → 0.1.802

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.
Files changed (4) hide show
  1. package/.jsii +3 -3
  2. package/API.md +2 -2
  3. package/lib/index.js +2 -2
  4. package/package.json +30 -28
package/.jsii CHANGED
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "constructs": "^10.6.0",
18
- "projen": "^0.99.38"
18
+ "projen": "^0.99.42"
19
19
  },
20
20
  "dependencyClosure": {
21
21
  "constructs": {
@@ -1125,6 +1125,6 @@
1125
1125
  "symbolId": "src/utils:AddNxTaskDependencyOptions"
1126
1126
  }
1127
1127
  },
1128
- "version": "0.1.801",
1129
- "fingerprint": "jZwAM/2Iv63Jwx75Ez3dTXiFu8Gc/lHCgCVz5Lc8knw="
1128
+ "version": "0.1.802",
1129
+ "fingerprint": "0nTdsxZhS5y1Lkd1ePukld0+N51MT26sE0ztzHtwH6s="
1130
1130
  }
package/API.md CHANGED
@@ -4620,7 +4620,7 @@ public readonly pnpmVersion: string;
4620
4620
  ```
4621
4621
 
4622
4622
  - *Type:* string
4623
- - *Default:* "9"
4623
+ - *Default:* "10.33.0"
4624
4624
 
4625
4625
  The version of PNPM to use if using PNPM as a package manager.
4626
4626
 
@@ -6981,7 +6981,7 @@ public readonly pnpmVersion: string;
6981
6981
  ```
6982
6982
 
6983
6983
  - *Type:* string
6984
- - *Default:* "9"
6984
+ - *Default:* "10.33.0"
6985
6985
 
6986
6986
  The version of PNPM to use if using PNPM as a package manager.
6987
6987
 
package/lib/index.js CHANGED
@@ -98,7 +98,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
98
98
  }
99
99
  exports.LernaProject = LernaProject;
100
100
  _a = JSII_RTTI_SYMBOL_1;
101
- LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.801" };
101
+ LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.1.802" };
102
102
  /**
103
103
  * @pjid lerna-ts-project
104
104
  */
@@ -134,7 +134,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
134
134
  }
135
135
  exports.LernaTypescriptProject = LernaTypescriptProject;
136
136
  _b = JSII_RTTI_SYMBOL_1;
137
- LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.801" };
137
+ LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.802" };
138
138
  class LernaProjectFactory {
139
139
  constructor(project) {
140
140
  this.project = project;
package/package.json CHANGED
@@ -33,14 +33,14 @@
33
33
  "jsii-docgen": "^10.5.0",
34
34
  "jsii-pacmak": "^1.127.0",
35
35
  "jsii-rosetta": "5.9.x",
36
- "projen": "^0.99.38",
36
+ "projen": "^0.99.42",
37
37
  "ts-jest": "^29.4.9",
38
38
  "ts-node": "^10.9.2",
39
39
  "typescript": "^5.9.3"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "constructs": "^10.6.0",
43
- "projen": "^0.99.38"
43
+ "projen": "^0.99.42"
44
44
  },
45
45
  "dependencies": {
46
46
  "commander": "^11.1.0",
@@ -62,6 +62,7 @@
62
62
  "devEngines": {
63
63
  "packageManager": {
64
64
  "name": "pnpm",
65
+ "version": "8",
65
66
  "onFail": "ignore"
66
67
  }
67
68
  },
@@ -70,7 +71,8 @@
70
71
  "publishConfig": {
71
72
  "access": "public"
72
73
  },
73
- "version": "0.1.801",
74
+ "version": "0.1.802",
75
+ "packageManager": "pnpm@8",
74
76
  "jest": {
75
77
  "coverageProvider": "v8",
76
78
  "testMatch": [
@@ -126,31 +128,31 @@
126
128
  "rootDir": "src"
127
129
  }
128
130
  },
129
- "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\".",
131
+ "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"pnpm exec projen\".",
130
132
  "scripts": {
131
- "build": "npx projen build",
132
- "bump": "npx projen bump",
133
- "clobber": "npx projen clobber",
134
- "compat": "npx projen compat",
135
- "compile": "npx projen compile",
136
- "default": "npx projen default",
137
- "docgen": "npx projen docgen",
138
- "eject": "npx projen eject",
139
- "eslint": "npx projen eslint",
140
- "package": "npx projen package",
141
- "package-all": "npx projen package-all",
142
- "package:js": "npx projen package:js",
143
- "post-compile": "npx projen post-compile",
144
- "post-upgrade": "npx projen post-upgrade",
145
- "pre-compile": "npx projen pre-compile",
146
- "publish:github": "npx projen publish:github",
147
- "publish:npm": "npx projen publish:npm",
148
- "release": "npx projen release",
149
- "test": "npx projen test",
150
- "test:watch": "npx projen test:watch",
151
- "unbump": "npx projen unbump",
152
- "upgrade": "npx projen upgrade",
153
- "watch": "npx projen watch",
154
- "projen": "npx projen"
133
+ "build": "projen build",
134
+ "bump": "projen bump",
135
+ "clobber": "projen clobber",
136
+ "compat": "projen compat",
137
+ "compile": "projen compile",
138
+ "default": "projen default",
139
+ "docgen": "projen docgen",
140
+ "eject": "projen eject",
141
+ "eslint": "projen eslint",
142
+ "package": "projen package",
143
+ "package-all": "projen package-all",
144
+ "package:js": "projen package:js",
145
+ "post-compile": "projen post-compile",
146
+ "post-upgrade": "projen post-upgrade",
147
+ "pre-compile": "projen pre-compile",
148
+ "publish:github": "projen publish:github",
149
+ "publish:npm": "projen publish:npm",
150
+ "release": "projen release",
151
+ "test": "projen test",
152
+ "test:watch": "projen test:watch",
153
+ "unbump": "projen unbump",
154
+ "upgrade": "projen upgrade",
155
+ "watch": "projen watch",
156
+ "projen": "projen"
155
157
  }
156
158
  }