@pi-harness/pi-harness 0.1.30 → 0.1.31

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 (31) hide show
  1. package/README.md +1 -1
  2. package/apps/web/dist/assets/index-D9ZcvGXi.js +25 -0
  3. package/apps/web/dist/assets/{index-xF647pQJ.css → index-DJsNIiIo.css} +1 -1
  4. package/apps/web/dist/index.html +2 -2
  5. package/apps/web/package.json +1 -1
  6. package/apps/web/profile/cordis.yml +0 -221
  7. package/apps/web/src/style.css +3 -0
  8. package/node_modules/@pi-harness/api-gateway/dist/index.d.ts.map +1 -1
  9. package/node_modules/@pi-harness/api-gateway/dist/index.js +42 -11
  10. package/node_modules/@pi-harness/api-gateway/dist/index.js.map +1 -1
  11. package/node_modules/@pi-harness/api-gateway/package.json +1 -27
  12. package/node_modules/@pi-harness/cli/package.json +1 -1
  13. package/node_modules/@pi-harness/cli/profiles/default/cordis.yml +0 -87
  14. package/node_modules/@pi-harness/host-webserver/package.json +1 -1
  15. package/node_modules/@pi-harness/web-app/package.json +1 -1
  16. package/package.json +6 -79
  17. package/packages/api-gateway/dist/index.d.ts.map +1 -1
  18. package/packages/api-gateway/dist/index.js +42 -11
  19. package/packages/api-gateway/dist/index.js.map +1 -1
  20. package/packages/api-gateway/package.json +1 -27
  21. package/packages/api-gateway/src/index.ts +54 -16
  22. package/packages/api-gateway/test/index.test.ts +157 -2
  23. package/packages/api-gateway/test/packed-package.test.ts +18 -6
  24. package/packages/api-gateway/test/release-contract.test.ts +8 -4
  25. package/packages/bundle-web-app/package.json +1 -1
  26. package/packages/cli/package.json +1 -1
  27. package/packages/cli/profiles/default/cordis.yml +0 -87
  28. package/packages/cli/test/profiles/plugins/cordis.yml +122 -0
  29. package/packages/cli/test/profiles.integration.test.ts +40 -23
  30. package/packages/host-webserver/package.json +1 -1
  31. package/apps/web/dist/assets/index-B7pwZ76Z.js +0 -25
package/README.md CHANGED
@@ -98,7 +98,7 @@ npm run build
98
98
  npm run test:package
99
99
  ```
100
100
 
101
- The reference documents the selected plugin catalog, every HTTP API route, configuration rules, resource limits, failure modes, and security boundaries: [README.reference.md](docs/README.reference.md). Core ships more plugins than the catalog describes; [`packages/plugins`](packages/plugins) is the complete set and [`apps/web/profile/cordis.yml`](apps/web/profile/cordis.yml) is what the web console enables by default.
101
+ The reference documents the selected plugin catalog, every HTTP API route, configuration rules, resource limits, failure modes, and security boundaries: [README.reference.md](docs/README.reference.md). Core ships more plugins than the catalog describes; [`packages/plugins`](packages/plugins) is the complete set, and every one of them is installed from the plugin center like a community plugin. A fresh install enables infrastructure only, which is what [`apps/web/profile/cordis.yml`](apps/web/profile/cordis.yml) contains.
102
102
 
103
103
  ## Star history
104
104