lerna-projen 0.1.845 → 0.1.846
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 +4 -4
- package/.nvmrc +1 -1
- package/API.md +61 -795
- package/lib/index.js +47 -8
- package/package.json +10 -12
package/.jsii
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"constructs": "^10.6.0",
|
|
18
|
-
"projen": "^0.
|
|
18
|
+
"projen": "^0.100.6"
|
|
19
19
|
},
|
|
20
20
|
"dependencyClosure": {
|
|
21
21
|
"constructs": {
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"hasDefaultInterfaces": true
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
|
-
"tscRootDir": "src"
|
|
107
|
+
"tscRootDir": "/home/runner/work/Lerna-Projen/Lerna-Projen/src"
|
|
108
108
|
},
|
|
109
109
|
"name": "lerna-projen",
|
|
110
110
|
"readme": {
|
|
@@ -1125,6 +1125,6 @@
|
|
|
1125
1125
|
"symbolId": "src/utils:AddNxTaskDependencyOptions"
|
|
1126
1126
|
}
|
|
1127
1127
|
},
|
|
1128
|
-
"version": "0.1.
|
|
1129
|
-
"fingerprint": "
|
|
1128
|
+
"version": "0.1.846",
|
|
1129
|
+
"fingerprint": "RyXgQfHk3G9Cgxw0Mv1D9hSdjsb2QZNByZxqDw4EUgo="
|
|
1130
1130
|
}
|
package/.nvmrc
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
24
|