projen 0.95.6__tar.gz → 0.96.0__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.

Files changed (35) hide show
  1. {projen-0.95.6/src/projen.egg-info → projen-0.96.0}/PKG-INFO +2 -2
  2. {projen-0.95.6 → projen-0.96.0}/pyproject.toml +1 -1
  3. {projen-0.95.6 → projen-0.96.0}/setup.py +3 -3
  4. {projen-0.95.6 → projen-0.96.0}/src/projen/_jsii/__init__.py +1 -1
  5. {projen-0.95.6 → projen-0.96.0}/src/projen/_jsii/bin/projen +1 -1
  6. projen-0.96.0/src/projen/_jsii/projen@0.96.0.jsii.tgz +0 -0
  7. {projen-0.95.6 → projen-0.96.0}/src/projen/awscdk/__init__.py +8 -8
  8. {projen-0.95.6 → projen-0.96.0}/src/projen/cdk/__init__.py +8 -8
  9. {projen-0.95.6 → projen-0.96.0}/src/projen/cdk8s/__init__.py +4 -4
  10. {projen-0.95.6 → projen-0.96.0}/src/projen/cdktf/__init__.py +4 -4
  11. {projen-0.95.6 → projen-0.96.0}/src/projen/javascript/biome_config/__init__.py +4 -4
  12. {projen-0.95.6 → projen-0.96.0/src/projen.egg-info}/PKG-INFO +2 -2
  13. {projen-0.95.6 → projen-0.96.0}/src/projen.egg-info/SOURCES.txt +1 -1
  14. {projen-0.95.6 → projen-0.96.0}/src/projen.egg-info/requires.txt +1 -1
  15. projen-0.95.6/src/projen/_jsii/projen@0.95.6.jsii.tgz +0 -0
  16. {projen-0.95.6 → projen-0.96.0}/LICENSE +0 -0
  17. {projen-0.95.6 → projen-0.96.0}/MANIFEST.in +0 -0
  18. {projen-0.95.6 → projen-0.96.0}/README.md +0 -0
  19. {projen-0.95.6 → projen-0.96.0}/setup.cfg +0 -0
  20. {projen-0.95.6 → projen-0.96.0}/src/projen/__init__.py +0 -0
  21. {projen-0.95.6 → projen-0.96.0}/src/projen/build/__init__.py +0 -0
  22. {projen-0.95.6 → projen-0.96.0}/src/projen/circleci/__init__.py +0 -0
  23. {projen-0.95.6 → projen-0.96.0}/src/projen/github/__init__.py +0 -0
  24. {projen-0.95.6 → projen-0.96.0}/src/projen/github/workflows/__init__.py +0 -0
  25. {projen-0.95.6 → projen-0.96.0}/src/projen/gitlab/__init__.py +0 -0
  26. {projen-0.95.6 → projen-0.96.0}/src/projen/java/__init__.py +0 -0
  27. {projen-0.95.6 → projen-0.96.0}/src/projen/javascript/__init__.py +0 -0
  28. {projen-0.95.6 → projen-0.96.0}/src/projen/py.typed +0 -0
  29. {projen-0.95.6 → projen-0.96.0}/src/projen/python/__init__.py +0 -0
  30. {projen-0.95.6 → projen-0.96.0}/src/projen/release/__init__.py +0 -0
  31. {projen-0.95.6 → projen-0.96.0}/src/projen/typescript/__init__.py +0 -0
  32. {projen-0.95.6 → projen-0.96.0}/src/projen/vscode/__init__.py +0 -0
  33. {projen-0.95.6 → projen-0.96.0}/src/projen/web/__init__.py +0 -0
  34. {projen-0.95.6 → projen-0.96.0}/src/projen.egg-info/dependency_links.txt +0 -0
  35. {projen-0.95.6 → projen-0.96.0}/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.95.6
3
+ Version: 0.96.0
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.113.0
23
+ Requires-Dist: jsii<2.0.0,>=1.114.1
24
24
  Requires-Dist: publication>=0.0.3
25
25
  Requires-Dist: typeguard<4.3.0,>=2.13.3
26
26
 
@@ -1,5 +1,5 @@
1
1
  [build-system]
2
- requires = ["setuptools~=75.3.2", "build~=1.2.2.post1"]
2
+ requires = ["setuptools~=75.3.2", "build~=1.3.0"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [tool.pyright]
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "projen",
8
- "version": "0.95.6",
8
+ "version": "0.96.0",
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.95.6.jsii.tgz"
46
+ "projen@0.96.0.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.113.0, <2.0.0",
55
+ "jsii>=1.114.1, <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.95.6", __name__[0:-6], "projen@0.95.6.jsii.tgz"
34
+ "projen", "0.96.0", __name__[0:-6], "projen@0.96.0.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.95.6", "projen", "projen@0.95.6.jsii.tgz"
11
+ "projen", "0.96.0", "projen", "projen@0.96.0.jsii.tgz"
12
12
  )
13
13
 
14
14
  exit_code = __jsii_assembly__.invokeBinScript("projen", "projen", sys.argv[1:])
@@ -494,7 +494,7 @@ class AwsCdkConstructLibrary(
494
494
  :param docgen_file_path: (experimental) File path for generated docs. Default: "API.md"
495
495
  :param dotnet:
496
496
  :param exclude_typescript: (experimental) Accepts a list of glob patterns. Files matching any of those patterns will be excluded from the TypeScript compiler input. By default, jsii will include all *.ts files (except .d.ts files) in the TypeScript compiler input. This can be problematic for example when the package's build or test procedure generates .ts files that cannot be compiled with jsii's compiler settings.
497
- :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.6.0"
497
+ :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.8.0"
498
498
  :param publish_to_go: (experimental) Publish Go bindings to a git repository. Default: - no publishing
499
499
  :param publish_to_maven: (experimental) Publish to maven. Default: - no publishing
500
500
  :param publish_to_nuget: (experimental) Publish to NuGet. Default: - no publishing
@@ -3781,7 +3781,7 @@ class ConstructLibraryAws(
3781
3781
  :param docgen_file_path: (experimental) File path for generated docs. Default: "API.md"
3782
3782
  :param dotnet:
3783
3783
  :param exclude_typescript: (experimental) Accepts a list of glob patterns. Files matching any of those patterns will be excluded from the TypeScript compiler input. By default, jsii will include all *.ts files (except .d.ts files) in the TypeScript compiler input. This can be problematic for example when the package's build or test procedure generates .ts files that cannot be compiled with jsii's compiler settings.
3784
- :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.6.0"
3784
+ :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.8.0"
3785
3785
  :param publish_to_go: (experimental) Publish Go bindings to a git repository. Default: - no publishing
3786
3786
  :param publish_to_maven: (experimental) Publish to maven. Default: - no publishing
3787
3787
  :param publish_to_nuget: (experimental) Publish to NuGet. Default: - no publishing
@@ -6593,7 +6593,7 @@ class AwsCdkConstructLibraryOptions(
6593
6593
  :param docgen_file_path: (experimental) File path for generated docs. Default: "API.md"
6594
6594
  :param dotnet:
6595
6595
  :param exclude_typescript: (experimental) Accepts a list of glob patterns. Files matching any of those patterns will be excluded from the TypeScript compiler input. By default, jsii will include all *.ts files (except .d.ts files) in the TypeScript compiler input. This can be problematic for example when the package's build or test procedure generates .ts files that cannot be compiled with jsii's compiler settings.
6596
- :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.6.0"
6596
+ :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.8.0"
6597
6597
  :param publish_to_go: (experimental) Publish Go bindings to a git repository. Default: - no publishing
6598
6598
  :param publish_to_maven: (experimental) Publish to maven. Default: - no publishing
6599
6599
  :param publish_to_nuget: (experimental) Publish to NuGet. Default: - no publishing
@@ -9255,10 +9255,10 @@ class AwsCdkConstructLibraryOptions(
9255
9255
  and should remain on the same minor, so we recommend using a ``~`` dependency
9256
9256
  (e.g. ``~5.0.0``).
9257
9257
 
9258
- :default: "~5.6.0"
9258
+ :default: "~5.8.0"
9259
9259
 
9260
9260
  :stability: experimental
9261
- :pjnew: "~5.8.0"
9261
+ :pjnew: "~5.9.0"
9262
9262
  '''
9263
9263
  result = self._values.get("jsii_version")
9264
9264
  return typing.cast(typing.Optional[builtins.str], result)
@@ -16162,7 +16162,7 @@ class ConstructLibraryAwsOptions(AwsCdkConstructLibraryOptions):
16162
16162
  :param docgen_file_path: (experimental) File path for generated docs. Default: "API.md"
16163
16163
  :param dotnet:
16164
16164
  :param exclude_typescript: (experimental) Accepts a list of glob patterns. Files matching any of those patterns will be excluded from the TypeScript compiler input. By default, jsii will include all *.ts files (except .d.ts files) in the TypeScript compiler input. This can be problematic for example when the package's build or test procedure generates .ts files that cannot be compiled with jsii's compiler settings.
16165
- :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.6.0"
16165
+ :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.8.0"
16166
16166
  :param publish_to_go: (experimental) Publish Go bindings to a git repository. Default: - no publishing
16167
16167
  :param publish_to_maven: (experimental) Publish to maven. Default: - no publishing
16168
16168
  :param publish_to_nuget: (experimental) Publish to NuGet. Default: - no publishing
@@ -18826,10 +18826,10 @@ class ConstructLibraryAwsOptions(AwsCdkConstructLibraryOptions):
18826
18826
  and should remain on the same minor, so we recommend using a ``~`` dependency
18827
18827
  (e.g. ``~5.0.0``).
18828
18828
 
18829
- :default: "~5.6.0"
18829
+ :default: "~5.8.0"
18830
18830
 
18831
18831
  :stability: experimental
18832
- :pjnew: "~5.8.0"
18832
+ :pjnew: "~5.9.0"
18833
18833
  '''
18834
18834
  result = self._values.get("jsii_version")
18835
18835
  return typing.cast(typing.Optional[builtins.str], result)
@@ -1598,7 +1598,7 @@ class JsiiProject(
1598
1598
  :param docgen_file_path: (experimental) File path for generated docs. Default: "API.md"
1599
1599
  :param dotnet:
1600
1600
  :param exclude_typescript: (experimental) Accepts a list of glob patterns. Files matching any of those patterns will be excluded from the TypeScript compiler input. By default, jsii will include all *.ts files (except .d.ts files) in the TypeScript compiler input. This can be problematic for example when the package's build or test procedure generates .ts files that cannot be compiled with jsii's compiler settings.
1601
- :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.6.0"
1601
+ :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.8.0"
1602
1602
  :param publish_to_go: (experimental) Publish Go bindings to a git repository. Default: - no publishing
1603
1603
  :param publish_to_maven: (experimental) Publish to maven. Default: - no publishing
1604
1604
  :param publish_to_nuget: (experimental) Publish to NuGet. Default: - no publishing
@@ -2443,7 +2443,7 @@ class JsiiProjectOptions(_TypeScriptProjectOptions_d10c83f7):
2443
2443
  :param docgen_file_path: (experimental) File path for generated docs. Default: "API.md"
2444
2444
  :param dotnet:
2445
2445
  :param exclude_typescript: (experimental) Accepts a list of glob patterns. Files matching any of those patterns will be excluded from the TypeScript compiler input. By default, jsii will include all *.ts files (except .d.ts files) in the TypeScript compiler input. This can be problematic for example when the package's build or test procedure generates .ts files that cannot be compiled with jsii's compiler settings.
2446
- :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.6.0"
2446
+ :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.8.0"
2447
2447
  :param publish_to_go: (experimental) Publish Go bindings to a git repository. Default: - no publishing
2448
2448
  :param publish_to_maven: (experimental) Publish to maven. Default: - no publishing
2449
2449
  :param publish_to_nuget: (experimental) Publish to NuGet. Default: - no publishing
@@ -5038,10 +5038,10 @@ class JsiiProjectOptions(_TypeScriptProjectOptions_d10c83f7):
5038
5038
  and should remain on the same minor, so we recommend using a ``~`` dependency
5039
5039
  (e.g. ``~5.0.0``).
5040
5040
 
5041
- :default: "~5.6.0"
5041
+ :default: "~5.8.0"
5042
5042
 
5043
5043
  :stability: experimental
5044
- :pjnew: "~5.8.0"
5044
+ :pjnew: "~5.9.0"
5045
5045
  '''
5046
5046
  result = self._values.get("jsii_version")
5047
5047
  return typing.cast(typing.Optional[builtins.str], result)
@@ -5586,7 +5586,7 @@ class ConstructLibrary(
5586
5586
  :param docgen_file_path: (experimental) File path for generated docs. Default: "API.md"
5587
5587
  :param dotnet:
5588
5588
  :param exclude_typescript: (experimental) Accepts a list of glob patterns. Files matching any of those patterns will be excluded from the TypeScript compiler input. By default, jsii will include all *.ts files (except .d.ts files) in the TypeScript compiler input. This can be problematic for example when the package's build or test procedure generates .ts files that cannot be compiled with jsii's compiler settings.
5589
- :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.6.0"
5589
+ :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.8.0"
5590
5590
  :param publish_to_go: (experimental) Publish Go bindings to a git repository. Default: - no publishing
5591
5591
  :param publish_to_maven: (experimental) Publish to maven. Default: - no publishing
5592
5592
  :param publish_to_nuget: (experimental) Publish to NuGet. Default: - no publishing
@@ -6441,7 +6441,7 @@ class ConstructLibraryOptions(JsiiProjectOptions):
6441
6441
  :param docgen_file_path: (experimental) File path for generated docs. Default: "API.md"
6442
6442
  :param dotnet:
6443
6443
  :param exclude_typescript: (experimental) Accepts a list of glob patterns. Files matching any of those patterns will be excluded from the TypeScript compiler input. By default, jsii will include all *.ts files (except .d.ts files) in the TypeScript compiler input. This can be problematic for example when the package's build or test procedure generates .ts files that cannot be compiled with jsii's compiler settings.
6444
- :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.6.0"
6444
+ :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.8.0"
6445
6445
  :param publish_to_go: (experimental) Publish Go bindings to a git repository. Default: - no publishing
6446
6446
  :param publish_to_maven: (experimental) Publish to maven. Default: - no publishing
6447
6447
  :param publish_to_nuget: (experimental) Publish to NuGet. Default: - no publishing
@@ -9042,10 +9042,10 @@ class ConstructLibraryOptions(JsiiProjectOptions):
9042
9042
  and should remain on the same minor, so we recommend using a ``~`` dependency
9043
9043
  (e.g. ``~5.0.0``).
9044
9044
 
9045
- :default: "~5.6.0"
9045
+ :default: "~5.8.0"
9046
9046
 
9047
9047
  :stability: experimental
9048
- :pjnew: "~5.8.0"
9048
+ :pjnew: "~5.9.0"
9049
9049
  '''
9050
9050
  result = self._values.get("jsii_version")
9051
9051
  return typing.cast(typing.Optional[builtins.str], result)
@@ -6381,7 +6381,7 @@ class ConstructLibraryCdk8s(
6381
6381
  :param docgen_file_path: (experimental) File path for generated docs. Default: "API.md"
6382
6382
  :param dotnet:
6383
6383
  :param exclude_typescript: (experimental) Accepts a list of glob patterns. Files matching any of those patterns will be excluded from the TypeScript compiler input. By default, jsii will include all *.ts files (except .d.ts files) in the TypeScript compiler input. This can be problematic for example when the package's build or test procedure generates .ts files that cannot be compiled with jsii's compiler settings.
6384
- :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.6.0"
6384
+ :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.8.0"
6385
6385
  :param publish_to_go: (experimental) Publish Go bindings to a git repository. Default: - no publishing
6386
6386
  :param publish_to_maven: (experimental) Publish to maven. Default: - no publishing
6387
6387
  :param publish_to_nuget: (experimental) Publish to NuGet. Default: - no publishing
@@ -7265,7 +7265,7 @@ class ConstructLibraryCdk8sOptions(_ConstructLibraryOptions_dcd2adc0):
7265
7265
  :param docgen_file_path: (experimental) File path for generated docs. Default: "API.md"
7266
7266
  :param dotnet:
7267
7267
  :param exclude_typescript: (experimental) Accepts a list of glob patterns. Files matching any of those patterns will be excluded from the TypeScript compiler input. By default, jsii will include all *.ts files (except .d.ts files) in the TypeScript compiler input. This can be problematic for example when the package's build or test procedure generates .ts files that cannot be compiled with jsii's compiler settings.
7268
- :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.6.0"
7268
+ :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.8.0"
7269
7269
  :param publish_to_go: (experimental) Publish Go bindings to a git repository. Default: - no publishing
7270
7270
  :param publish_to_maven: (experimental) Publish to maven. Default: - no publishing
7271
7271
  :param publish_to_nuget: (experimental) Publish to NuGet. Default: - no publishing
@@ -9889,10 +9889,10 @@ class ConstructLibraryCdk8sOptions(_ConstructLibraryOptions_dcd2adc0):
9889
9889
  and should remain on the same minor, so we recommend using a ``~`` dependency
9890
9890
  (e.g. ``~5.0.0``).
9891
9891
 
9892
- :default: "~5.6.0"
9892
+ :default: "~5.8.0"
9893
9893
 
9894
9894
  :stability: experimental
9895
- :pjnew: "~5.8.0"
9895
+ :pjnew: "~5.9.0"
9896
9896
  '''
9897
9897
  result = self._values.get("jsii_version")
9898
9898
  return typing.cast(typing.Optional[builtins.str], result)
@@ -295,7 +295,7 @@ class ConstructLibraryCdktf(
295
295
  :param docgen_file_path: (experimental) File path for generated docs. Default: "API.md"
296
296
  :param dotnet:
297
297
  :param exclude_typescript: (experimental) Accepts a list of glob patterns. Files matching any of those patterns will be excluded from the TypeScript compiler input. By default, jsii will include all *.ts files (except .d.ts files) in the TypeScript compiler input. This can be problematic for example when the package's build or test procedure generates .ts files that cannot be compiled with jsii's compiler settings.
298
- :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.6.0"
298
+ :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.8.0"
299
299
  :param publish_to_go: (experimental) Publish Go bindings to a git repository. Default: - no publishing
300
300
  :param publish_to_maven: (experimental) Publish to maven. Default: - no publishing
301
301
  :param publish_to_nuget: (experimental) Publish to NuGet. Default: - no publishing
@@ -1149,7 +1149,7 @@ class ConstructLibraryCdktfOptions(_ConstructLibraryOptions_dcd2adc0):
1149
1149
  :param docgen_file_path: (experimental) File path for generated docs. Default: "API.md"
1150
1150
  :param dotnet:
1151
1151
  :param exclude_typescript: (experimental) Accepts a list of glob patterns. Files matching any of those patterns will be excluded from the TypeScript compiler input. By default, jsii will include all *.ts files (except .d.ts files) in the TypeScript compiler input. This can be problematic for example when the package's build or test procedure generates .ts files that cannot be compiled with jsii's compiler settings.
1152
- :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.6.0"
1152
+ :param jsii_version: (experimental) Version of the jsii compiler to use. Set to "*" if you want to manually manage the version of jsii in your project by managing updates to ``package.json`` on your own. NOTE: The jsii compiler releases since 5.0.0 are not semantically versioned and should remain on the same minor, so we recommend using a ``~`` dependency (e.g. ``~5.0.0``). Default: "~5.8.0"
1153
1153
  :param publish_to_go: (experimental) Publish Go bindings to a git repository. Default: - no publishing
1154
1154
  :param publish_to_maven: (experimental) Publish to maven. Default: - no publishing
1155
1155
  :param publish_to_nuget: (experimental) Publish to NuGet. Default: - no publishing
@@ -3757,10 +3757,10 @@ class ConstructLibraryCdktfOptions(_ConstructLibraryOptions_dcd2adc0):
3757
3757
  and should remain on the same minor, so we recommend using a ``~`` dependency
3758
3758
  (e.g. ``~5.0.0``).
3759
3759
 
3760
- :default: "~5.6.0"
3760
+ :default: "~5.8.0"
3761
3761
 
3762
3762
  :stability: experimental
3763
- :pjnew: "~5.8.0"
3763
+ :pjnew: "~5.9.0"
3764
3764
  '''
3765
3765
  result = self._values.get("jsii_version")
3766
3766
  return typing.cast(typing.Optional[builtins.str], result)
@@ -4498,9 +4498,9 @@ class Source:
4498
4498
  '''(experimental) A list of rules that belong to this group.
4499
4499
 
4500
4500
  :param organize_imports: (experimental) Provides a code action to sort the imports and exports in the file using a built-in or custom order.
4501
- :param recommended: (experimental) It enables the recommended rules for this group.
4501
+ :param recommended: (experimental) Enables the recommended rules for this group.
4502
4502
  :param use_sorted_attributes: (experimental) Enforce attribute sorting in JSX elements.
4503
- :param use_sorted_keys: (experimental) Sorts the keys of a JSON object in natural order.
4503
+ :param use_sorted_keys: (experimental) Sort the keys of a JSON object in natural order.
4504
4504
  :param use_sorted_properties: (experimental) Enforce ordering of CSS properties and nested rules.
4505
4505
 
4506
4506
  :stability: experimental
@@ -4537,7 +4537,7 @@ class Source:
4537
4537
 
4538
4538
  @builtins.property
4539
4539
  def recommended(self) -> typing.Optional[builtins.bool]:
4540
- '''(experimental) It enables the recommended rules for this group.
4540
+ '''(experimental) Enables the recommended rules for this group.
4541
4541
 
4542
4542
  :stability: experimental
4543
4543
  :schema: Source#recommended
@@ -4557,7 +4557,7 @@ class Source:
4557
4557
 
4558
4558
  @builtins.property
4559
4559
  def use_sorted_keys(self) -> typing.Any:
4560
- '''(experimental) Sorts the keys of a JSON object in natural order.
4560
+ '''(experimental) Sort the keys of a JSON object in natural order.
4561
4561
 
4562
4562
  :stability: experimental
4563
4563
  :schema: Source#useSortedKeys
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: projen
3
- Version: 0.95.6
3
+ Version: 0.96.0
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.113.0
23
+ Requires-Dist: jsii<2.0.0,>=1.114.1
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.95.6.jsii.tgz
14
+ src/projen/_jsii/projen@0.96.0.jsii.tgz
15
15
  src/projen/_jsii/bin/projen
16
16
  src/projen/awscdk/__init__.py
17
17
  src/projen/build/__init__.py
@@ -1,4 +1,4 @@
1
1
  constructs<11.0.0,>=10.0.0
2
- jsii<2.0.0,>=1.113.0
2
+ jsii<2.0.0,>=1.114.1
3
3
  publication>=0.0.3
4
4
  typeguard<4.3.0,>=2.13.3
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes