lerna-projen 0.0.342 → 0.0.344

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 +3 -3
  2. package/lib/index.js +2 -2
  3. package/package.json +3 -3
package/.jsii CHANGED
@@ -14,7 +14,7 @@
14
14
  "fs-extra": "^9.1.0"
15
15
  },
16
16
  "dependencies": {
17
- "projen": "^0.65.54"
17
+ "projen": "^0.65.59"
18
18
  },
19
19
  "dependencyClosure": {
20
20
  "projen": {
@@ -520,6 +520,6 @@
520
520
  "symbolId": "src/types:LernaTypescriptProjectOptions"
521
521
  }
522
522
  },
523
- "version": "0.0.342",
524
- "fingerprint": "DooEAaSyMQ77Yym4ePoXjVO4ADzZ1oJeMPRvSLxdw+w="
523
+ "version": "0.0.344",
524
+ "fingerprint": "WruiP1VD9izpGtn9xg5VD3pFyI8UMfrkQWUjdGdnPZE="
525
525
  }
package/lib/index.js CHANGED
@@ -80,7 +80,7 @@ class LernaProject extends projen_1.javascript.NodeProject {
80
80
  }
81
81
  exports.LernaProject = LernaProject;
82
82
  _a = JSII_RTTI_SYMBOL_1;
83
- LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.0.342" };
83
+ LernaProject[_a] = { fqn: "lerna-projen.LernaProject", version: "0.0.344" };
84
84
  /**
85
85
  * @pjid lerna-ts-project
86
86
  */
@@ -113,7 +113,7 @@ class LernaTypescriptProject extends projen_1.typescript.TypeScriptProject {
113
113
  }
114
114
  exports.LernaTypescriptProject = LernaTypescriptProject;
115
115
  _b = JSII_RTTI_SYMBOL_1;
116
- LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.0.342" };
116
+ LernaTypescriptProject[_b] = { fqn: "lerna-projen.LernaTypescriptProject", version: "0.0.344" };
117
117
  class LernaProjectFactory {
118
118
  constructor(project) {
119
119
  this.project = project;
package/package.json CHANGED
@@ -58,14 +58,14 @@
58
58
  "jsii-pacmak": "^1.72.0",
59
59
  "json-schema": "^0.4.0",
60
60
  "npm-check-updates": "^16",
61
- "projen": "^0.65.54",
61
+ "projen": "^0.65.59",
62
62
  "standard-version": "^9",
63
63
  "ts-jest": "^27",
64
64
  "ts-node": "^10.9.1",
65
65
  "typescript": "^4.9.4"
66
66
  },
67
67
  "peerDependencies": {
68
- "projen": "^0.65.54"
68
+ "projen": "^0.65.59"
69
69
  },
70
70
  "dependencies": {
71
71
  "commander": "^6.2.1",
@@ -83,7 +83,7 @@
83
83
  ],
84
84
  "main": "lib/index.js",
85
85
  "license": "Apache-2.0",
86
- "version": "0.0.342",
86
+ "version": "0.0.344",
87
87
  "jest": {
88
88
  "testMatch": [
89
89
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",