@flow-os/server 0.0.47-dev.1772052157 → 0.0.47-dev.1772054221

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,3 +1,3 @@
1
1
  import { Route } from '@flow-os/server';
2
2
 
3
- export default Route(() => ({ message: 'Hello from APIdwdw' }));
3
+ export default Route(() => ({ message: 'Hello from API' }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flow-os/server",
3
- "version": "0.0.47-dev.1772052157",
3
+ "version": "0.0.47-dev.1772054221",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -22,5 +22,6 @@
22
22
  "@types/node": "^25.3.0",
23
23
  "bun-types": "^1.3.9",
24
24
  "vite": ">=7.0.0"
25
- }
25
+ },
26
+ "dependencies": {}
26
27
  }