wexample-wex-addon-dev-javascript 7.9.4__py3-none-any.whl → 7.10.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/node/docker/docker-compose.yml +1 -3
- {wexample_wex_addon_dev_javascript-7.9.4.dist-info → wexample_wex_addon_dev_javascript-7.10.1.dist-info}/METADATA +4 -4
- {wexample_wex_addon_dev_javascript-7.9.4.dist-info → wexample_wex_addon_dev_javascript-7.10.1.dist-info}/RECORD +5 -5
- {wexample_wex_addon_dev_javascript-7.9.4.dist-info → wexample_wex_addon_dev_javascript-7.10.1.dist-info}/WHEEL +0 -0
- {wexample_wex_addon_dev_javascript-7.9.4.dist-info → wexample_wex_addon_dev_javascript-7.10.1.dist-info}/entry_points.txt +0 -0
|
@@ -6,10 +6,8 @@ services:
|
|
|
6
6
|
command: tail -f /dev/null
|
|
7
7
|
volumes:
|
|
8
8
|
- ${APP_PATH}:/var/www/html
|
|
9
|
-
- node_modules:/var/www/html/node_modules
|
|
9
|
+
- ${APP_PATH}/node_modules:/var/www/html/node_modules
|
|
10
10
|
extends:
|
|
11
11
|
file: ${SERVICE_DEFAULT_COMPOSE}
|
|
12
12
|
service: default
|
|
13
13
|
|
|
14
|
-
volumes:
|
|
15
|
-
node_modules:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: wexample-wex-addon-dev-javascript
|
|
3
|
-
Version: 7.
|
|
3
|
+
Version: 7.10.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>=20.
|
|
15
|
+
Requires-Dist: wexample-wex-addon-app>=20.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.10.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: >=20.
|
|
106
|
+
- wexample-wex-addon-app: >=20.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.10.1.dist-info/METADATA,sha256=EGxdqvAREgpz4oupVf-6r-yU3fgr0tMsRGtO6Sc1nKA,17096
|
|
2
|
+
wexample_wex_addon_dev_javascript-7.10.1.dist-info/WHEEL,sha256=Z36eTX6lG3PITRleSd5hAZHCcz52yg3c0JQVxKBbLW0,90
|
|
3
|
+
wexample_wex_addon_dev_javascript-7.10.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
|
|
@@ -15,7 +15,7 @@ wexample_wex_addon_dev_javascript/resources/package_publish.yml,sha256=Omw0Ww4I7
|
|
|
15
15
|
wexample_wex_addon_dev_javascript/services/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
wexample_wex_addon_dev_javascript/services/node/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
17
|
wexample_wex_addon_dev_javascript/services/node/docker/.wex.yml,sha256=JdIF6nGkFcfi76yZYGlXxeWfOK4eAUSV_gAn6i3hk2w,32
|
|
18
|
-
wexample_wex_addon_dev_javascript/services/node/docker/docker-compose.yml,sha256=
|
|
18
|
+
wexample_wex_addon_dev_javascript/services/node/docker/docker-compose.yml,sha256=X9_zur3GZRZgBgLkF35JoNPn86TjEOww_nH2etuyQZc,334
|
|
19
19
|
wexample_wex_addon_dev_javascript/services/node/service.yml,sha256=jPLW-E4ymVaEnTwdTjVvTJNx04pwMGN4twxeOuN37mo,95
|
|
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
|
|
@@ -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.10.1.dist-info/RECORD,,
|
|
File without changes
|