projen 0.98.3__tar.gz → 0.98.4__tar.gz
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.
Potentially problematic release.
This version of projen might be problematic. Click here for more details.
- {projen-0.98.3/src/projen.egg-info → projen-0.98.4}/PKG-INFO +2 -2
- {projen-0.98.3 → projen-0.98.4}/setup.py +3 -3
- {projen-0.98.3 → projen-0.98.4}/src/projen/_jsii/__init__.py +1 -1
- {projen-0.98.3 → projen-0.98.4}/src/projen/_jsii/bin/projen +1 -1
- projen-0.98.4/src/projen/_jsii/projen@0.98.4.jsii.tgz +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/javascript/__init__.py +13 -5
- {projen-0.98.3 → projen-0.98.4/src/projen.egg-info}/PKG-INFO +2 -2
- {projen-0.98.3 → projen-0.98.4}/src/projen.egg-info/SOURCES.txt +1 -1
- {projen-0.98.3 → projen-0.98.4}/src/projen.egg-info/requires.txt +1 -1
- projen-0.98.3/src/projen/_jsii/projen@0.98.3.jsii.tgz +0 -0
- {projen-0.98.3 → projen-0.98.4}/LICENSE +0 -0
- {projen-0.98.3 → projen-0.98.4}/MANIFEST.in +0 -0
- {projen-0.98.3 → projen-0.98.4}/README.md +0 -0
- {projen-0.98.3 → projen-0.98.4}/pyproject.toml +0 -0
- {projen-0.98.3 → projen-0.98.4}/setup.cfg +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/awscdk/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/build/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/cdk/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/cdk8s/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/cdktf/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/circleci/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/github/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/github/workflows/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/gitlab/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/java/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/javascript/biome_config/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/py.typed +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/python/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/release/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/typescript/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/vscode/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen/web/__init__.py +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen.egg-info/dependency_links.txt +0 -0
- {projen-0.98.3 → projen-0.98.4}/src/projen.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: projen
|
|
3
|
-
Version: 0.98.
|
|
3
|
+
Version: 0.98.4
|
|
4
4
|
Summary: CDK for software projects
|
|
5
5
|
Home-page: https://github.com/projen/projen.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -20,7 +20,7 @@ Requires-Python: ~=3.9
|
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
22
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
23
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
23
|
+
Requires-Dist: jsii<2.0.0,>=1.117.0
|
|
24
24
|
Requires-Dist: publication>=0.0.3
|
|
25
25
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
26
26
|
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "projen",
|
|
8
|
-
"version": "0.98.
|
|
8
|
+
"version": "0.98.4",
|
|
9
9
|
"description": "CDK for software projects",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/projen/projen.git",
|
|
@@ -43,7 +43,7 @@ kwargs = json.loads(
|
|
|
43
43
|
],
|
|
44
44
|
"package_data": {
|
|
45
45
|
"projen._jsii": [
|
|
46
|
-
"projen@0.98.
|
|
46
|
+
"projen@0.98.4.jsii.tgz"
|
|
47
47
|
],
|
|
48
48
|
"projen": [
|
|
49
49
|
"py.typed"
|
|
@@ -52,7 +52,7 @@ kwargs = json.loads(
|
|
|
52
52
|
"python_requires": "~=3.9",
|
|
53
53
|
"install_requires": [
|
|
54
54
|
"constructs>=10.0.0, <11.0.0",
|
|
55
|
-
"jsii>=1.
|
|
55
|
+
"jsii>=1.117.0, <2.0.0",
|
|
56
56
|
"publication>=0.0.3",
|
|
57
57
|
"typeguard>=2.13.3,<4.3.0"
|
|
58
58
|
],
|
|
@@ -31,7 +31,7 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
|
|
|
31
31
|
import constructs._jsii
|
|
32
32
|
|
|
33
33
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
34
|
-
"projen", "0.98.
|
|
34
|
+
"projen", "0.98.4", __name__[0:-6], "projen@0.98.4.jsii.tgz"
|
|
35
35
|
)
|
|
36
36
|
|
|
37
37
|
__all__ = [
|
|
@@ -8,7 +8,7 @@ if "JSII_RUNTIME_PACKAGE_CACHE" not in os.environ:
|
|
|
8
8
|
os.environ["JSII_RUNTIME_PACKAGE_CACHE"] = "disabled"
|
|
9
9
|
|
|
10
10
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
11
|
-
"projen", "0.98.
|
|
11
|
+
"projen", "0.98.4", "projen", "projen@0.98.4.jsii.tgz"
|
|
12
12
|
)
|
|
13
13
|
|
|
14
14
|
exit_code = __jsii_assembly__.invokeBinScript("projen", "projen", sys.argv[1:])
|
|
Binary file
|
|
@@ -2214,7 +2214,7 @@ class Jest(
|
|
|
2214
2214
|
|
|
2215
2215
|
def __init__(
|
|
2216
2216
|
self,
|
|
2217
|
-
|
|
2217
|
+
scope: _constructs_77d1e7e8.IConstruct,
|
|
2218
2218
|
*,
|
|
2219
2219
|
config_file_path: typing.Optional[builtins.str] = None,
|
|
2220
2220
|
coverage: typing.Optional[builtins.bool] = None,
|
|
@@ -2229,7 +2229,7 @@ class Jest(
|
|
|
2229
2229
|
update_snapshot: typing.Optional["UpdateSnapshot"] = None,
|
|
2230
2230
|
) -> None:
|
|
2231
2231
|
'''
|
|
2232
|
-
:param
|
|
2232
|
+
:param scope: -
|
|
2233
2233
|
:param config_file_path: (experimental) Path to JSON config file for Jest. Default: - No separate config file, jest settings are stored in package.json
|
|
2234
2234
|
:param coverage: (deprecated) Collect coverage. Deprecated Default: true
|
|
2235
2235
|
:param coverage_text: (experimental) Include the ``text`` coverage reporter, which means that coverage summary is printed at the end of the jest execution. Default: true
|
|
@@ -2246,7 +2246,7 @@ class Jest(
|
|
|
2246
2246
|
'''
|
|
2247
2247
|
if __debug__:
|
|
2248
2248
|
type_hints = typing.get_type_hints(_typecheckingstub__7f22158e02967239263c228b0eadfa82f5edd4d7b172b8506a5b32bc46ab7738)
|
|
2249
|
-
check_type(argname="argument
|
|
2249
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2250
2250
|
options = JestOptions(
|
|
2251
2251
|
config_file_path=config_file_path,
|
|
2252
2252
|
coverage=coverage,
|
|
@@ -2261,7 +2261,7 @@ class Jest(
|
|
|
2261
2261
|
update_snapshot=update_snapshot,
|
|
2262
2262
|
)
|
|
2263
2263
|
|
|
2264
|
-
jsii.create(self.__class__, self, [
|
|
2264
|
+
jsii.create(self.__class__, self, [scope, options])
|
|
2265
2265
|
|
|
2266
2266
|
@jsii.member(jsii_name="of")
|
|
2267
2267
|
@builtins.classmethod
|
|
@@ -2450,6 +2450,14 @@ class Jest(
|
|
|
2450
2450
|
'''
|
|
2451
2451
|
return typing.cast(builtins.str, jsii.get(self, "jestVersion"))
|
|
2452
2452
|
|
|
2453
|
+
@builtins.property
|
|
2454
|
+
@jsii.member(jsii_name="project")
|
|
2455
|
+
def project(self) -> "NodeProject":
|
|
2456
|
+
'''
|
|
2457
|
+
:stability: experimental
|
|
2458
|
+
'''
|
|
2459
|
+
return typing.cast("NodeProject", jsii.get(self, "project"))
|
|
2460
|
+
|
|
2453
2461
|
@builtins.property
|
|
2454
2462
|
@jsii.member(jsii_name="file")
|
|
2455
2463
|
def file(self) -> typing.Optional[_JsonFile_fa8164db]:
|
|
@@ -16524,7 +16532,7 @@ def _typecheckingstub__1d0f97663aee053bcca0e3b33c8be45ef5c6271b8e0c683a67d717aa9
|
|
|
16524
16532
|
pass
|
|
16525
16533
|
|
|
16526
16534
|
def _typecheckingstub__7f22158e02967239263c228b0eadfa82f5edd4d7b172b8506a5b32bc46ab7738(
|
|
16527
|
-
|
|
16535
|
+
scope: _constructs_77d1e7e8.IConstruct,
|
|
16528
16536
|
*,
|
|
16529
16537
|
config_file_path: typing.Optional[builtins.str] = None,
|
|
16530
16538
|
coverage: typing.Optional[builtins.bool] = None,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: projen
|
|
3
|
-
Version: 0.98.
|
|
3
|
+
Version: 0.98.4
|
|
4
4
|
Summary: CDK for software projects
|
|
5
5
|
Home-page: https://github.com/projen/projen.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -20,7 +20,7 @@ Requires-Python: ~=3.9
|
|
|
20
20
|
Description-Content-Type: text/markdown
|
|
21
21
|
License-File: LICENSE
|
|
22
22
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
23
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
23
|
+
Requires-Dist: jsii<2.0.0,>=1.117.0
|
|
24
24
|
Requires-Dist: publication>=0.0.3
|
|
25
25
|
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
26
26
|
|
|
@@ -11,7 +11,7 @@ src/projen.egg-info/dependency_links.txt
|
|
|
11
11
|
src/projen.egg-info/requires.txt
|
|
12
12
|
src/projen.egg-info/top_level.txt
|
|
13
13
|
src/projen/_jsii/__init__.py
|
|
14
|
-
src/projen/_jsii/projen@0.98.
|
|
14
|
+
src/projen/_jsii/projen@0.98.4.jsii.tgz
|
|
15
15
|
src/projen/_jsii/bin/projen
|
|
16
16
|
src/projen/awscdk/__init__.py
|
|
17
17
|
src/projen/build/__init__.py
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|