@waelio/cli 0.1.6 → 0.1.7

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 (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -231,3 +231,5 @@ The UI and API now scan your local GitHub workspace and build a sanitized reposi
231
231
  - The default repository URL is `https://github.com/waelio/siteforge.git`.
232
232
  - A custom workdir can be used when you want a persistent local checkout.
233
233
  - If `source` is provided, cloning is skipped and the existing checkout is built directly.
234
+
235
+ - [https://waelio.com/packages/@waelio/cli](https://waelio.com/packages/@waelio/cli)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@waelio/cli",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "CLI for building the waelio/siteforge website",
5
5
  "author": "Waelio <waelio@waelio.com> (https://waelio.com)",
6
6
  "homepage": "https://github.com/waelio/cli#readme",
@@ -60,4 +60,4 @@
60
60
  "vite": "^5.4.21",
61
61
  "vue-tsc": "^2.2.0"
62
62
  }
63
- }
63
+ }