create-weave 0.2.107 → 0.2.162

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,9 +13,9 @@ pnpm create weave my-app
13
13
  yarn create weave my-app
14
14
  ```
15
15
 
16
- It sets up a ready-to-run **[Weave](https://weave-framework.github.io/weave/)** project — the framework core plus routing, state, forms, i18n, and data (each zero-dependency and tree-shaken when unused) — with the CLI scripts wired up.
16
+ It sets up a ready-to-run **[Weave](https://weaveframework.dev/)** project — the framework core plus routing, state, forms, i18n, and data (each zero-dependency and tree-shaken when unused) — with the CLI scripts wired up.
17
17
 
18
- 📚 **Guides + full API reference:** [weave-framework.github.io/weave](https://weave-framework.github.io/weave/)
18
+ 📚 **Guides + full API reference:** [weaveframework.dev](https://weaveframework.dev/)
19
19
 
20
20
  ## License
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-weave",
3
- "version": "0.2.107",
3
+ "version": "0.2.162",
4
4
  "description": "Scaffold a new Weave app — `npm create weave my-app` (also pnpm/yarn create).",
5
5
  "type": "module",
6
6
  "bin": {