wexample-wex-addon-dev-javascript 8.1.0__tar.gz → 8.1.2__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 (51) hide show
  1. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/PKG-INFO +6 -6
  2. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/README.md +3 -3
  3. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/pyproject.toml +3 -3
  4. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/__init__.py +0 -0
  5. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/__pycache__/__init__.py +0 -0
  6. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/common/__init__.py +0 -0
  7. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/common/npm_registry_gateway.py +0 -0
  8. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/config_value/__init__.py +0 -0
  9. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/config_value/javascript_package_readme_config_value.py +0 -0
  10. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/const/__init__.py +0 -0
  11. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/const/tags.py +0 -0
  12. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/file/__init__.py +0 -0
  13. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/file/javascript_package_json_file.py +0 -0
  14. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/file/javascript_tsconfig_json_file.py +0 -0
  15. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/file/node_package_json_file.py +0 -0
  16. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/formatter/__init__.py +0 -0
  17. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/formatter/javascript_code_formatter.py +0 -0
  18. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/javascript_addon_manager.py +0 -0
  19. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/py.typed +0 -0
  20. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/resources/.wex.yml +0 -0
  21. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/resources/design_rules/javascript_code.md +0 -0
  22. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/resources/package_publish.yml +0 -0
  23. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/resources/writing_rules/javascript_code.md +0 -0
  24. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/__init__.py +0 -0
  25. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/node/__init__.py +0 -0
  26. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/node/commands/__init__.py +0 -0
  27. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/node/commands/service/__init__.py +0 -0
  28. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/node/commands/service/install_local.py +0 -0
  29. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/node/commands/service/refresh_lock.py +0 -0
  30. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/node/docker/.wex.yml +0 -0
  31. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/node/docker/docker-compose.yml +0 -0
  32. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/node/service.yml +0 -0
  33. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/vite/__init__.py +0 -0
  34. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/vite/ai/__init__.py +0 -0
  35. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/vite/ai/agents/__init__.py +0 -0
  36. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/vite/ai/agents/main/__init__.py +0 -0
  37. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/vite/ai/agents/main/about-service.md +0 -0
  38. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/vite/ai/agents/main/agent.yml +0 -0
  39. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/vite/app_service.py +0 -0
  40. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/vite/commands/__init__.py +0 -0
  41. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/vite/commands/service/__init__.py +0 -0
  42. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/vite/commands/service/install.py +0 -0
  43. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/vite/commands/service/ready.py +0 -0
  44. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/vite/docker/.wex.yml +0 -0
  45. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/vite/docker/docker-compose.yml +0 -0
  46. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/services/vite/service.yml +0 -0
  47. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/workdir/__init__.py +0 -0
  48. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/workdir/javascript_package_workdir.py +0 -0
  49. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/workdir/javascript_packages_suite_workdir.py +0 -0
  50. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/src/wexample_wex_addon_dev_javascript/workdir/javascript_workdir.py +0 -0
  51. {wexample_wex_addon_dev_javascript-8.1.0 → wexample_wex_addon_dev_javascript-8.1.2}/tests/.gitkeep +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: wexample-wex-addon-dev-javascript
3
- Version: 8.1.0
3
+ Version: 8.1.2
4
4
  Summary: Extends wex with JavaScript support: enforces JS/TS project layout and symlinks local npm packages into node_modules
5
5
  Author-Email: weeger <contact@wexample.com>
6
6
  License: MIT
@@ -13,8 +13,8 @@ Requires-Dist: attrs>=23.1.0
13
13
  Requires-Dist: cattrs>=23.1.0
14
14
  Requires-Dist: wexample-api>=6.8.0
15
15
  Requires-Dist: wexample-filestate-javascript>=6.6.0
16
- Requires-Dist: wexample-wex-addon-ai>=13.0.0
17
- Requires-Dist: wexample-wex-addon-app>=30.0.0
16
+ Requires-Dist: wexample-wex-addon-ai>=14.1.0
17
+ Requires-Dist: wexample-wex-addon-app>=31.0.0
18
18
  Provides-Extra: dev
19
19
  Requires-Dist: pytest; extra == "dev"
20
20
  Requires-Dist: pytest-cov; extra == "dev"
@@ -22,7 +22,7 @@ Description-Content-Type: text/markdown
22
22
 
23
23
  # wex_addon_dev_javascript
24
24
 
25
- Version: 8.1.0
25
+ Version: 8.1.2
26
26
 
27
27
  `wex-addon-dev-javascript` extends wex for JavaScript and TypeScript developers: it enforces a standard project layout — requiring `package.json`, `tsconfig.json`, `.npmrc`, `src/`, `tests/`, and the corresponding `.gitignore` rules — and in local environments symlinks locally-developed npm packages directly into a running container's `node_modules/` so monorepo packages resolve without a registry publish cycle. It also contributes a `node` service and a `vite` service, each backed by Docker Compose, where the vite service patches `allowedHosts` in `vite.config.ts` for reverse-proxy use and the node service handles lockfile refresh, annotated-tag release, and registry polling for npm package suites managed through wex.
28
28
 
@@ -251,8 +251,8 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
251
251
  - cattrs: >=23.1.0
252
252
  - wexample-api: >=6.8.0
253
253
  - wexample-filestate-javascript: >=6.6.0
254
- - wexample-wex-addon-ai: >=13.0.0
255
- - wexample-wex-addon-app: >=30.0.0
254
+ - wexample-wex-addon-ai: >=14.1.0
255
+ - wexample-wex-addon-app: >=31.0.0
256
256
 
257
257
  ## Versioning & Compatibility Policy
258
258
 
@@ -1,6 +1,6 @@
1
1
  # wex_addon_dev_javascript
2
2
 
3
- Version: 8.1.0
3
+ Version: 8.1.2
4
4
 
5
5
  `wex-addon-dev-javascript` extends wex for JavaScript and TypeScript developers: it enforces a standard project layout — requiring `package.json`, `tsconfig.json`, `.npmrc`, `src/`, `tests/`, and the corresponding `.gitignore` rules — and in local environments symlinks locally-developed npm packages directly into a running container's `node_modules/` so monorepo packages resolve without a registry publish cycle. It also contributes a `node` service and a `vite` service, each backed by Docker Compose, where the vite service patches `allowedHosts` in `vite.config.ts` for reverse-proxy use and the node service handles lockfile refresh, annotated-tag release, and registry polling for npm package suites managed through wex.
6
6
 
@@ -229,8 +229,8 @@ Visit the [Wexample Suite documentation](https://docs.wexample.com) for the comp
229
229
  - cattrs: >=23.1.0
230
230
  - wexample-api: >=6.8.0
231
231
  - wexample-filestate-javascript: >=6.6.0
232
- - wexample-wex-addon-ai: >=13.0.0
233
- - wexample-wex-addon-app: >=30.0.0
232
+ - wexample-wex-addon-ai: >=14.1.0
233
+ - wexample-wex-addon-app: >=31.0.0
234
234
 
235
235
  ## Versioning & Compatibility Policy
236
236
 
@@ -6,7 +6,7 @@ build-backend = "pdm.backend"
6
6
 
7
7
  [project]
8
8
  name = "wexample-wex-addon-dev-javascript"
9
- version = "8.1.0"
9
+ version = "8.1.2"
10
10
  description = "Extends wex with JavaScript support: enforces JS/TS project layout and symlinks local npm packages into node_modules"
11
11
  authors = [
12
12
  { name = "weeger", email = "contact@wexample.com" },
@@ -22,8 +22,8 @@ dependencies = [
22
22
  "cattrs>=23.1.0",
23
23
  "wexample-api>=6.8.0",
24
24
  "wexample-filestate-javascript>=6.6.0",
25
- "wexample-wex-addon-ai>=13.0.0",
26
- "wexample-wex-addon-app>=30.0.0",
25
+ "wexample-wex-addon-ai>=14.1.0",
26
+ "wexample-wex-addon-app>=31.0.0",
27
27
  ]
28
28
 
29
29
  [project.readme]