wexample-wex-addon-dev-javascript 7.7.1__py3-none-any.whl → 7.8.0__py3-none-any.whl

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.
@@ -75,8 +75,10 @@ class JavascriptPackageJsonFile(AppDependenciesConfigFileMixin, JsonFile):
75
75
  self, optional: bool = False, group: str = "dev"
76
76
  ) -> dict[str, str]:
77
77
  config = self.read_config()
78
- deps = config.search(path="dependencies").get_dict_or_default(default={})
79
- peer = config.search(path="peerDependencies").get_dict_or_default(default={})
78
+ # Use to_dict_or_none() (not get_dict_or_default) so nested ConfigValue
79
+ # wrappers are unwrapped to native str — matches the dict[str, str] signature.
80
+ deps = config.search(path="dependencies").to_dict_or_none() or {}
81
+ peer = config.search(path="peerDependencies").to_dict_or_none() or {}
80
82
  return {**deps, **peer}
81
83
 
82
84
  def _apply_default_publish_config(self, content: dict) -> None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wexample-wex-addon-dev-javascript
3
- Version: 7.7.1
3
+ Version: 7.8.0
4
4
  Summary: Python dev addon for wex
5
5
  Author-Email: weeger <contact@wexample.com>
6
6
  License: MIT
@@ -12,7 +12,7 @@ Requires-Python: >=3.10
12
12
  Requires-Dist: attrs>=23.1.0
13
13
  Requires-Dist: cattrs>=23.1.0
14
14
  Requires-Dist: wexample-filestate-javascript>=6.3.0
15
- Requires-Dist: wexample-wex-addon-app>=18.1.0
15
+ Requires-Dist: wexample-wex-addon-app>=19.0.0
16
16
  Provides-Extra: dev
17
17
  Requires-Dist: pytest; extra == "dev"
18
18
  Requires-Dist: pytest-cov; extra == "dev"
@@ -20,7 +20,7 @@ Description-Content-Type: text/markdown
20
20
 
21
21
  # wex_addon_dev_javascript
22
22
 
23
- Version: 7.7.1
23
+ Version: 7.8.0
24
24
 
25
25
  Python dev addon for wex
26
26
 
@@ -103,7 +103,7 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
103
103
  - attrs: >=23.1.0
104
104
  - cattrs: >=23.1.0
105
105
  - wexample-filestate-javascript: >=6.3.0
106
- - wexample-wex-addon-app: >=18.1.0
106
+ - wexample-wex-addon-app: >=19.0.0
107
107
 
108
108
  ## Versioning & Compatibility Policy
109
109
 
@@ -1,12 +1,12 @@
1
- wexample_wex_addon_dev_javascript-7.7.1.dist-info/METADATA,sha256=NkSeeDLWOokgzPRQ8erR7BagAirmXQlfALGe1YwA3V8,17094
2
- wexample_wex_addon_dev_javascript-7.7.1.dist-info/WHEEL,sha256=Z36eTX6lG3PITRleSd5hAZHCcz52yg3c0JQVxKBbLW0,90
3
- wexample_wex_addon_dev_javascript-7.7.1.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
1
+ wexample_wex_addon_dev_javascript-7.8.0.dist-info/METADATA,sha256=vzm9Rj9chtHsECIPaceTlT9-9lT8h8IGBgM3a5Nmscg,17094
2
+ wexample_wex_addon_dev_javascript-7.8.0.dist-info/WHEEL,sha256=Z36eTX6lG3PITRleSd5hAZHCcz52yg3c0JQVxKBbLW0,90
3
+ wexample_wex_addon_dev_javascript-7.8.0.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
4
4
  wexample_wex_addon_dev_javascript/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
5
  wexample_wex_addon_dev_javascript/__pycache__/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  wexample_wex_addon_dev_javascript/config_value/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  wexample_wex_addon_dev_javascript/config_value/javascript_package_readme_config_value.py,sha256=6r-4ZhTm39LvJxMhoq3-_RRKRv2KNKSqkCv8xbh8T7c,449
8
8
  wexample_wex_addon_dev_javascript/file/__init__.py,sha256=U4S_2y3zgLZVfMenHRaJFBW8yqh2mUBuI291LGQVOJ8,35
9
- wexample_wex_addon_dev_javascript/file/javascript_package_json_file.py,sha256=ORI3viDxapvgzxpBy7tRRcWsJtowYS2UtP5EXAgFT78,4323
9
+ wexample_wex_addon_dev_javascript/file/javascript_package_json_file.py,sha256=yRfNX-QK1yBZqGWhT4FU9lzczYXaI9rNLdgQzopaxbw,4476
10
10
  wexample_wex_addon_dev_javascript/file/javascript_tsconfig_json_file.py,sha256=VXetEhBlPNgcsW28Oicnrn83n8xSLMKOEublU7s67-4,1423
11
11
  wexample_wex_addon_dev_javascript/javascript_addon_manager.py,sha256=Sjr0CEtNtF3211j1lMtg-pw56zd6unCGNIY7nScddpI,180
12
12
  wexample_wex_addon_dev_javascript/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -29,4 +29,4 @@ wexample_wex_addon_dev_javascript/workdir/__init__.py,sha256=47DEQpj8HBSa-_TImW-
29
29
  wexample_wex_addon_dev_javascript/workdir/javascript_package_workdir.py,sha256=onZNo-wDNrnRXDE4YsxPktWC85XEwm2zNGm5TW8NAKM,8165
30
30
  wexample_wex_addon_dev_javascript/workdir/javascript_packages_suite_workdir.py,sha256=l9zHC5-1v8yPBdZGS7Ibxp3iklI-czXkRuPxALbz4Gk,855
31
31
  wexample_wex_addon_dev_javascript/workdir/javascript_workdir.py,sha256=WNCWK5Gq8hFXRUHOdmwiFYYW3lkxwJe0pcTKDpUxlIE,5278
32
- wexample_wex_addon_dev_javascript-7.7.1.dist-info/RECORD,,
32
+ wexample_wex_addon_dev_javascript-7.8.0.dist-info/RECORD,,