wexample-wex-addon-dev-javascript 0.0.40__tar.gz → 0.0.41__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wexample-wex-addon-dev-javascript
3
- Version: 0.0.40
3
+ Version: 0.0.41
4
4
  Summary: Python dev addon for wex
5
5
  Author-Email: weeger <contact@wexample.com>
6
6
  License: MIT
@@ -10,7 +10,7 @@ Classifier: Operating System :: OS Independent
10
10
  Project-URL: homepage, https://github.com/wexample/python-wex-dev-python
11
11
  Requires-Python: >=3.10
12
12
  Requires-Dist: pydantic<3,>=2
13
- Requires-Dist: wexample-wex-core==6.0.43
13
+ Requires-Dist: wexample-wex-core==6.0.44
14
14
  Provides-Extra: dev
15
15
  Requires-Dist: pytest; extra == "dev"
16
16
  Description-Content-Type: text/markdown
@@ -19,7 +19,7 @@ Description-Content-Type: text/markdown
19
19
 
20
20
  Python dev addon for wex
21
21
 
22
- Version: 0.0.39
22
+ Version: 0.0.41
23
23
 
24
24
  ## Requirements
25
25
 
@@ -28,7 +28,7 @@ Version: 0.0.39
28
28
  ## Dependencies
29
29
 
30
30
  - pydantic>=2,<3
31
- - wexample-wex-core==6.0.41
31
+ - wexample-wex-core==6.0.44
32
32
 
33
33
  ## Installation
34
34
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Python dev addon for wex
4
4
 
5
- Version: 0.0.39
5
+ Version: 0.0.41
6
6
 
7
7
  ## Requirements
8
8
 
@@ -11,7 +11,7 @@ Version: 0.0.39
11
11
  ## Dependencies
12
12
 
13
13
  - pydantic>=2,<3
14
- - wexample-wex-core==6.0.41
14
+ - wexample-wex-core==6.0.44
15
15
 
16
16
  ## Installation
17
17
 
@@ -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.40"
9
+ version = "0.0.41"
10
10
  description = "Python dev addon for wex"
11
11
  authors = [
12
12
  { name = "weeger", email = "contact@wexample.com" },
@@ -19,7 +19,7 @@ classifiers = [
19
19
  ]
20
20
  dependencies = [
21
21
  "pydantic>=2,<3",
22
- "wexample-wex-core==6.0.43",
22
+ "wexample-wex-core==6.0.44",
23
23
  ]
24
24
 
25
25
  [project.readme]