lerna-projen 0.1.853 → 0.1.855

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 (3) hide show
  1. package/.jsii +2 -2
  2. package/lib/index.js +2 -2
  3. package/package.json +3 -3
package/.jsii CHANGED
@@ -1125,6 +1125,6 @@
1125
1125
  "symbolId": "src/utils:AddNxTaskDependencyOptions"
1126
1126
  }
1127
1127
  },
1128
- "version": "0.1.853",
1129
- "fingerprint": "SVY40G+GPzXgYjBdiTuZfhsibVFlFsCb3CmQ3ihG3W8="
1128
+ "version": "0.1.855",
1129
+ "fingerprint": "6IN8AlDsD/5LmXZFPgNxU7oNGawSPVypGetdGdAobM4="
1130
1130
  }
package/lib/index.js CHANGED
@@ -81,7 +81,7 @@ const lockedTaskNames = ['build', 'upgrade', 'upgrade-projen', 'clobber', 'post-
81
81
  * @pjid lerna-project
82
82
  */
83
83
  class LernaProject extends projen_1.javascript.NodeProject {
84
- static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaProject", version: "0.1.853" };
84
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaProject", version: "0.1.855" };
85
85
  projenrcTs;
86
86
  docsDirectory;
87
87
  docgen;
@@ -135,7 +135,7 @@ exports.LernaProject = LernaProject;
135
135
  * @pjid lerna-ts-project
136
136
  */
137
137
  class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
138
- static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.853" };
138
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.1.855" };
139
139
  sinceLastRelease;
140
140
  useNx;
141
141
  independentMode;
package/package.json CHANGED
@@ -29,9 +29,9 @@
29
29
  "jest": "^29.7.0",
30
30
  "jest-junit": "^17",
31
31
  "jsii": "5.9.x",
32
- "jsii-diff": "^1.137.0",
32
+ "jsii-diff": "^1.138.0",
33
33
  "jsii-docgen": "^10.5.0",
34
- "jsii-pacmak": "^1.137.0",
34
+ "jsii-pacmak": "^1.138.0",
35
35
  "jsii-rosetta": "5.9.x",
36
36
  "projen": "^0.101.4",
37
37
  "ts-jest": "^29.4.11",
@@ -72,7 +72,7 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "version": "0.1.853",
75
+ "version": "0.1.855",
76
76
  "jest": {
77
77
  "coverageProvider": "v8",
78
78
  "testMatch": [