wexample-wex-addon-dev-javascript 0.0.54__tar.gz → 0.0.55__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.
Files changed (11) hide show
  1. {wexample_wex_addon_dev_javascript-0.0.54 → wexample_wex_addon_dev_javascript-0.0.55}/PKG-INFO +4 -4
  2. {wexample_wex_addon_dev_javascript-0.0.54 → wexample_wex_addon_dev_javascript-0.0.55}/README.md +1 -1
  3. {wexample_wex_addon_dev_javascript-0.0.54 → wexample_wex_addon_dev_javascript-0.0.55}/pyproject.toml +3 -3
  4. {wexample_wex_addon_dev_javascript-0.0.54 → wexample_wex_addon_dev_javascript-0.0.55}/src/wexample_wex_addon_dev_javascript/__init__.py +0 -0
  5. {wexample_wex_addon_dev_javascript-0.0.54 → wexample_wex_addon_dev_javascript-0.0.55}/src/wexample_wex_addon_dev_javascript/__pycache__/__init__.py +0 -0
  6. {wexample_wex_addon_dev_javascript-0.0.54 → wexample_wex_addon_dev_javascript-0.0.55}/src/wexample_wex_addon_dev_javascript/javascript_addon_manager.py +0 -0
  7. {wexample_wex_addon_dev_javascript-0.0.54 → wexample_wex_addon_dev_javascript-0.0.55}/src/wexample_wex_addon_dev_javascript/py.typed +0 -0
  8. {wexample_wex_addon_dev_javascript-0.0.54 → wexample_wex_addon_dev_javascript-0.0.55}/src/wexample_wex_addon_dev_javascript/workdir/__init__.py +0 -0
  9. {wexample_wex_addon_dev_javascript-0.0.54 → wexample_wex_addon_dev_javascript-0.0.55}/src/wexample_wex_addon_dev_javascript/workdir/javascript_package_workdir.py +0 -0
  10. {wexample_wex_addon_dev_javascript-0.0.54 → wexample_wex_addon_dev_javascript-0.0.55}/src/wexample_wex_addon_dev_javascript/workdir/javascript_packages_suite_workdir.py +0 -0
  11. {wexample_wex_addon_dev_javascript-0.0.54 → wexample_wex_addon_dev_javascript-0.0.55}/src/wexample_wex_addon_dev_javascript/workdir/javascript_workdir.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wexample-wex-addon-dev-javascript
3
- Version: 0.0.54
3
+ Version: 0.0.55
4
4
  Summary: Python dev addon for wex
5
5
  Author-Email: weeger <contact@wexample.com>
6
6
  License: MIT
@@ -11,8 +11,8 @@ Project-URL: homepage, https://github.com/wexample/python-wex-dev-python
11
11
  Requires-Python: >=3.10
12
12
  Requires-Dist: attrs>=23.1.0
13
13
  Requires-Dist: cattrs>=23.1.0
14
- Requires-Dist: wexample-wex-addon-app==0.0.51
15
- Requires-Dist: wexample-wex-core==6.0.63
14
+ Requires-Dist: wexample-wex-addon-app==0.0.53
15
+ Requires-Dist: wexample-wex-core==6.0.65
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
  # wexample-wex-addon-dev-javascript
22
22
 
23
- Version: 0.0.54
23
+ Version: 0.0.55
24
24
 
25
25
  Python dev addon for wex
26
26
 
@@ -1,6 +1,6 @@
1
1
  # wexample-wex-addon-dev-javascript
2
2
 
3
- Version: 0.0.54
3
+ Version: 0.0.55
4
4
 
5
5
  Python dev addon for wex
6
6
 
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
6
6
 
7
7
  [project]
8
8
  name = "wexample-wex-addon-dev-javascript"
9
- version = "0.0.54"
9
+ version = "0.0.55"
10
10
  description = "Python dev addon for wex"
11
11
  authors = [
12
12
  { name = "weeger", email = "contact@wexample.com" },
@@ -20,8 +20,8 @@ classifiers = [
20
20
  dependencies = [
21
21
  "attrs>=23.1.0",
22
22
  "cattrs>=23.1.0",
23
- "wexample-wex-addon-app==0.0.51",
24
- "wexample-wex-core==6.0.63",
23
+ "wexample-wex-addon-app==0.0.53",
24
+ "wexample-wex-core==6.0.65",
25
25
  ]
26
26
 
27
27
  [project.readme]