wexample-filestate-javascript 6.3.0__tar.gz → 6.3.1__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 (28) hide show
  1. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/PKG-INFO +2 -2
  2. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/README.md +1 -1
  3. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/pyproject.toml +1 -1
  4. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/__init__.py +0 -0
  5. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/config_option/__init__.py +0 -0
  6. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/config_option/biome_config_option.py +0 -0
  7. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/config_value/__init__.py +0 -0
  8. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/config_value/javascript_config_value.py +0 -0
  9. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/const/__init__.py +0 -0
  10. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/const/javascript_file.py +0 -0
  11. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/file/__init__.py +0 -0
  12. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/file/javascript_file.py +0 -0
  13. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/operation/__init__.py +0 -0
  14. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/operation/npm_package_lock_operation.py +0 -0
  15. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/option/__init__.py +0 -0
  16. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/option/javascript/__init__.py +0 -0
  17. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/option/javascript/abstract_javascript_file_content_option.py +0 -0
  18. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/option/javascript/biome_option.py +0 -0
  19. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/option/javascript/npm_package_lock_option.py +0 -0
  20. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/option/javascript_option.py +0 -0
  21. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/options_provider/__init__.py +0 -0
  22. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/options_provider/javascript_options_provider.py +0 -0
  23. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/py.typed +0 -0
  24. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/resources/__init__.py +0 -0
  25. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/resources/docker/Dockerfile.javascript-option +0 -0
  26. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/resources/docker/__init__.py +0 -0
  27. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/src/wexample_filestate_javascript/resources/docker/biome.json +0 -0
  28. {wexample_filestate_javascript-6.3.0 → wexample_filestate_javascript-6.3.1}/tests/.gitkeep +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wexample-filestate-javascript
3
- Version: 6.3.0
3
+ Version: 6.3.1
4
4
  Author-Email: weeger <contact@wexample.com>
5
5
  License: MIT
6
6
  Classifier: Programming Language :: Python :: 3
@@ -17,7 +17,7 @@ Description-Content-Type: text/markdown
17
17
 
18
18
  # filestate_javascript
19
19
 
20
- Version: 6.3.0
20
+ Version: 6.3.1
21
21
 
22
22
  ## Table of Contents
23
23
 
@@ -1,6 +1,6 @@
1
1
  # filestate_javascript
2
2
 
3
- Version: 6.3.0
3
+ Version: 6.3.1
4
4
 
5
5
  ## Table of Contents
6
6
 
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
6
6
 
7
7
  [project]
8
8
  name = "wexample-filestate-javascript"
9
- version = "6.3.0"
9
+ version = "6.3.1"
10
10
  authors = [
11
11
  { name = "weeger", email = "contact@wexample.com" },
12
12
  ]