@vention/vention-cli 0.24.5 → 0.25.0

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.
package/README.md CHANGED
@@ -63,7 +63,7 @@ vention --version
63
63
  Use either `vention` or `vn` as the command prefix.
64
64
 
65
65
  **Learn more about MachineLogic Python app structure:**
66
- https://docs.vention.io/docs/machinelogic-python-programming-guide
66
+ https://docs.vention.com/docs/machinelogic-python-programming-guide
67
67
 
68
68
  ---
69
69
 
package/main.d.ts ADDED
@@ -0,0 +1 @@
1
+ export * from "./src/main";