wexample-wex-addon-dev-javascript 7.8.1__py3-none-any.whl → 7.9.1__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.
- wexample_wex_addon_dev_javascript/services/vite/commands/service/install.py +2 -2
- wexample_wex_addon_dev_javascript/services/vite/commands/service/ready.py +2 -2
- {wexample_wex_addon_dev_javascript-7.8.1.dist-info → wexample_wex_addon_dev_javascript-7.9.1.dist-info}/METADATA +4 -4
- {wexample_wex_addon_dev_javascript-7.8.1.dist-info → wexample_wex_addon_dev_javascript-7.9.1.dist-info}/RECORD +6 -6
- {wexample_wex_addon_dev_javascript-7.8.1.dist-info → wexample_wex_addon_dev_javascript-7.9.1.dist-info}/WHEEL +0 -0
- {wexample_wex_addon_dev_javascript-7.8.1.dist-info → wexample_wex_addon_dev_javascript-7.9.1.dist-info}/entry_points.txt +0 -0
|
@@ -2,12 +2,12 @@ from __future__ import annotations
|
|
|
2
2
|
|
|
3
3
|
from typing import TYPE_CHECKING
|
|
4
4
|
|
|
5
|
+
from wexample_cli.decorator.command import command
|
|
5
6
|
from wexample_wex_core.const.globals import COMMAND_TYPE_SERVICE
|
|
6
|
-
from wexample_wex_core.decorator.command import command
|
|
7
7
|
|
|
8
8
|
if TYPE_CHECKING:
|
|
9
|
+
from wexample_cli.context.execution_context import ExecutionContext
|
|
9
10
|
from wexample_wex_addon_app.service.app_service import AppService
|
|
10
|
-
from wexample_wex_core.context.execution_context import ExecutionContext
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
@command(
|
|
@@ -2,13 +2,13 @@ from __future__ import annotations
|
|
|
2
2
|
|
|
3
3
|
from typing import TYPE_CHECKING
|
|
4
4
|
|
|
5
|
+
from wexample_cli.decorator.command import command
|
|
5
6
|
from wexample_wex_core.const.globals import COMMAND_TYPE_SERVICE
|
|
6
|
-
from wexample_wex_core.decorator.command import command
|
|
7
7
|
|
|
8
8
|
if TYPE_CHECKING:
|
|
9
9
|
from wexample_app.response.boolean_response import BooleanResponse
|
|
10
|
+
from wexample_cli.context.execution_context import ExecutionContext
|
|
10
11
|
from wexample_wex_addon_app.service.app_service import AppService
|
|
11
|
-
from wexample_wex_core.context.execution_context import ExecutionContext
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
@command(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: wexample-wex-addon-dev-javascript
|
|
3
|
-
Version: 7.
|
|
3
|
+
Version: 7.9.1
|
|
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>=19.
|
|
15
|
+
Requires-Dist: wexample-wex-addon-app>=19.3.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.
|
|
23
|
+
Version: 7.9.1
|
|
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: >=19.
|
|
106
|
+
- wexample-wex-addon-app: >=19.3.0
|
|
107
107
|
|
|
108
108
|
## Versioning & Compatibility Policy
|
|
109
109
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
wexample_wex_addon_dev_javascript-7.
|
|
2
|
-
wexample_wex_addon_dev_javascript-7.
|
|
3
|
-
wexample_wex_addon_dev_javascript-7.
|
|
1
|
+
wexample_wex_addon_dev_javascript-7.9.1.dist-info/METADATA,sha256=WugbDuOXkXdiyiLpWtPJhyzGiZtzcwTh4J_CXzofDDg,17094
|
|
2
|
+
wexample_wex_addon_dev_javascript-7.9.1.dist-info/WHEEL,sha256=Z36eTX6lG3PITRleSd5hAZHCcz52yg3c0JQVxKBbLW0,90
|
|
3
|
+
wexample_wex_addon_dev_javascript-7.9.1.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
|
|
@@ -20,8 +20,8 @@ wexample_wex_addon_dev_javascript/services/node/service.yml,sha256=jPLW-E4ymVaEn
|
|
|
20
20
|
wexample_wex_addon_dev_javascript/services/vite/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
21
|
wexample_wex_addon_dev_javascript/services/vite/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
22
|
wexample_wex_addon_dev_javascript/services/vite/commands/service/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
|
-
wexample_wex_addon_dev_javascript/services/vite/commands/service/install.py,sha256=
|
|
24
|
-
wexample_wex_addon_dev_javascript/services/vite/commands/service/ready.py,sha256=
|
|
23
|
+
wexample_wex_addon_dev_javascript/services/vite/commands/service/install.py,sha256=Dg86-tWDn1dHOk8U63fzM8Nh1sO-1mujjMOIm6aOiSQ,1939
|
|
24
|
+
wexample_wex_addon_dev_javascript/services/vite/commands/service/ready.py,sha256=tFvVF2KKfwepbs9HzeL5izNdt7CaLPJR14w5cQ-Oe0k,1309
|
|
25
25
|
wexample_wex_addon_dev_javascript/services/vite/docker/.wex.yml,sha256=JdIF6nGkFcfi76yZYGlXxeWfOK4eAUSV_gAn6i3hk2w,32
|
|
26
26
|
wexample_wex_addon_dev_javascript/services/vite/docker/docker-compose.yml,sha256=5gP3aSnorpHUYv2zZhjTvPiH81NiP1oeN2VGw-z7ViQ,567
|
|
27
27
|
wexample_wex_addon_dev_javascript/services/vite/service.yml,sha256=8mFPv49QbKA3klHFbNK73QOB7ryy38zFeLiQB3gfDys,184
|
|
@@ -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.
|
|
32
|
+
wexample_wex_addon_dev_javascript-7.9.1.dist-info/RECORD,,
|
|
File without changes
|